CX_DIF enum

Decode image flags

Syntax

enum
{
   DIF_MAXSIZE = 1,
   DIF_DISPLAY = 2,
   DIF_COMMONPAL = 4,
};

Constants

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

Remarks

Used in the CX_DecodeImageParams structure.

Requirements

Header: CX_PlugIn.h