ID_PIQ enum

Image quality flags

Syntax

enum
{
   PIQ_USEEMBEDDEDTHUMBNAIL = 0,
   PIQ_SPEED = 1,
   PIQ_QUALITY = 2,
   PIQ_USEEMBEDDEDTHUMBNAILALWAYSIFEXISTS = 3,
   PIQ_USEPREVIEWIMAGE = 4,
   PIQ_DECODEFORRAWENCODE = 5,
   PIQ_USEFULLSIZEPREVIEWIMAGE = 6
};

Constants

Value Meaning

PIQ_QUALITY

Use an embedded thumbnail when available and applicable

PIQ_SPEED

Favor speed over quality (for display)

PIQ_USEEMBEDDEDTHUMBNAIL

Favor quality over speed (for editing/conversion)

PIQ_USEEMBEDDEDTHUMBNAILALWAYSIFEXISTS

Use the embedded thumbnail always if it exists

PIQ_USEPREVIEWIMAGE

Use the embedded preview image

PIQ_DECODEFORRAWENCODE

Used for encoding RAW to DNG

PIQ_USEFULLSIZEPREVIEWIMAGE

Use the full size embedded preview image (it's usually faster in the viewer to decode the full size embedded JPG and avoid all the resampling)

Remarks

Used in the ID_DecodeParam structure.

Requirements

Header: ID_PlugIn.h