IImageDecoder Interface |
Namespace: Accord.Imaging.Formats
The IImageDecoder type exposes the following members.
Name | Description | |
---|---|---|
Close |
Close decoding of previously opened stream.
| |
DecodeFrame |
Decode specified frame.
| |
DecodeSingleFrame |
Decode first frame of image from the specified stream.
| |
Open |
Open specified stream.
|
The interface also defines methods to work with image formats designed to store multiple frames and image formats which provide different type of image description (like acquisition parameters, etc).