Container IDs for image savers.
Macros | |
| #define | JPGSAVER_QUALITY |
| #define | PNG_INTERLACED |
| #define | RLA_OPTIONS |
| #define | DPX_PLANAR |
| #define JPGSAVER_QUALITY |
Quality of JPEG images. A value between 0 (lowest) and 100 (highest).
| #define PNG_INTERLACED |
If true, FILTER_PNG will save an interlaced PNG.
| #define RLA_OPTIONS |
RLA options: RLAFLAGS.
| #define DPX_PLANAR |
If true, FILTER_DPX will save the color channels out in blocks; i.e. all red parts of the pixels, then all green parts of the pixels, then all blue.