ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Classes
Package ImageResizer.Plugins.WicDecoder

Classes

class  WicDecoderPlugin
 Note: This decoder produces Bitmaps that require special disposal instructions. While ImageBuilder handles this, your code may not. It's best not to directly call LoadImage with &decoder=wic. This decoder returns Bitmap instances with .Tag set to a GCHandle instance. You must call ((GCHandle)b.Tag).Free() after disposing the Bitmap. More...