Decode image flags
enum
{
DIF_MAXSIZE = 1,
DIF_DISPLAY = 2,
DIF_COMMONPAL = 4,
};
| Value | Meaning |
|---|---|
|
DIF_MAXSIZE |
Resize the image, if necessary, so it does not exceed the given maximum size |
|
DIF_DISPLAY |
Process the image for display |
|
DIF_COMMONPAL |
Use common palette in 256 color mode |
Used in the CX_DecodeImageParams structure.
Header: CX_PlugIn.h