The AForge.Imaging.Formats namespace contains interfaces and classes, which are used to handle different image file formats.
Classes
| Class | Description | |
|---|---|---|
| FITSCodec |
FITS image format decoder.
| |
| FITSImageInfo |
Information about FITS image's frame.
| |
| ImageDecoder |
Image decoder to decode different custom image file formats.
| |
| ImageInfo |
Information about image's frame.
| |
| PNMCodec |
PNM image format decoder.
| |
| PNMImageInfo |
Information about PNM image's frame.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IImageDecoder |
Image decoder interface, which specifies set of methods, which should be
implemented by image decoders for different file formats.
|