Get thumbnail flags
enum
{
GTF_SIZE = 1,
GTF_DISPLAY = 2,
GTF_COMMONPAL = 4,
};
Value | Meaning |
---|---|
GTF_SIZE |
Use the requested thumbnail size |
GTF_DISPLAY |
Process the thumbnail for display |
GTF_COMMONPAL |
Use common palette in 256 color mode |
Used in the CX_GetThumbnailParams structure.
Header: CX_PlugIn.h