Interface definitions for image decoding. More...
#include <interface/obj-ref-i.h>Go to the source code of this file.
Classes | |
| interface | IImgFrame |
| Interface for an image frame. More... | |
| interface | IImgX |
| Interface for image data. More... | |
| interface | IImgDecoderFactory |
| Interface for image decoder factory. More... | |
Macros | |
| #define | INTERFACE IImgFrame |
| #define | INTERFACE IImgX |
| #define | INTERFACE IImgDecoderFactory |
Typedefs | |
| typedef enum _ImgFmt | ImgFmt |
Enumerations | |
| enum | _ImgFmt { Img_PNG , Img_BMP , Img_TIFF , Img_JPG , Img_Webp , Img_TGA } |
Interface definitions for image decoding.
This file contains the interface definitions for image decoding, including interfaces for image frames, image data, and image decoder factories.
Definition in file SImgDecoder-i.h.
| #define INTERFACE IImgFrame |
Definition at line 27 of file SImgDecoder-i.h.
| #define INTERFACE IImgX |
Definition at line 27 of file SImgDecoder-i.h.
| #define INTERFACE IImgDecoderFactory |
Definition at line 27 of file SImgDecoder-i.h.
| enum _ImgFmt |
| Enumerator | |
|---|---|
| Img_PNG | PNG format |
| Img_BMP | BMP format |
| Img_TIFF | TIFF format |
| Img_JPG | JPG format |
| Img_Webp | WebP format |
| Img_TGA | TGA format |
Definition at line 121 of file SImgDecoder-i.h.