Image decoder interface, which specifies set of methods, which should be
implemented by image decoders for different file formats.
Namespace:
AForge.Imaging.FormatsAssembly: AForge.Imaging.Formats (in AForge.Imaging.Formats.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public interface IImageDecoder |
Remarks
The interface specifies set of methods, which are suitable not only for simple one-frame image formats. 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).