ID_IOF enum

Image info flags

Syntax

enum
{
   IOF_HASRAWPARAMEX = 1,
   IOF_ISTHUMBNAIL = 2,
   IOF_ISPREVIEW = 4,
   IOF_ISROTATED = 8,
   IOF_ISPREMULTIPLIED = 16,
};

Constants

Value Meaning

IOF_HASRAWPARAMEX

Has RAW ParamEx structure available

IOF_ISTHUMBNAIL

Output image has been decoded from an embedded thumbnail image

IOF_ISPREVIEW

Output image has been decoded from an embedded preview image

IOF_ISROTATED

Output image has been rotated based on metadata (e.g. EXIF orientation)

IOF_ISPREMULTIPLIED

Some formats require that the transparency value is applied to the pixel data

Remarks

Used in the ID_ImageOut structure.

Requirements

Header: ID_PlugIn.h