Provides classes for encoding and decoding images.
Classes
| Class | Description | |
|---|---|---|
| BitmapDecoder |
Decodes raw RGB or ARGB bitmap streams.
| |
| BitmapEncoder |
Encodes pixels to raw bitmaps.
| |
| DefaultImageDecoder |
Decodes JPG and PNG image streams
| |
| ImageDecoders |
Provides access to the registered image decoders.
| |
| ImageHelper |
Provides image helper functions.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IImageDecoder |
Defines the image decoder contract.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| PixelFormat |
Specifies the format of the color data for each pixel in the image.
|