|
CRM32Pro SDK
v5.22
|
IImage allows to manage the load/save images and stores it on DPF. It supports BMP and PNG.
It supports alpha per surface, colorkey and alpha per pixel.
We advice you to use EditorDPF to modify/add/delete image and its features.
CRM32Pro.Init() builds this interface and CRM32Pro.Quit() removes it.
Classes | |
| class | CRM32Pro_IImage |
| IImage. More... | |
| struct | sHeaderIPF |
Macros | |
| #define | IIMAGE_PNGCOMPRESS_DEFAULT -1 |
| Used with SavePNG(). Enable default PNG compression level. | |
| #define | IIMAGE_PNGCOMPRESS_MAX 9 |
| Used with SavePNG(). Enable maximum PNG compression level. | |
| #define | IIMAGE_PNGCOMPRESS_OFF 0 |
| Used with SavePNG(). Disable PNG compression. | |
Typedefs | |
| typedef struct sHeaderIPF | sHeaderIPF |
| typedef struct sHeaderIPF sHeaderIPF |
IPF header
1.8.3.1