enum P1::ImageSdk::TiffTileSize#

Overview#

#include <C_P1ImageCommonTypes.h>

enum TiffTileSize
{
    noTiling,
    tileSize256,
    tileSize512,
    tileSize1024,
    tileSize2048,
};

Detailed Documentation#

Enum Values#

noTiling

Dont use tiling when writing tiff file - image is stored as one large image

tileSize256

divide and store the image as tiles with the size of 256x256 pixels

tileSize512

divide and store the image as tiles with the size of 512x512 pixels

tileSize1024

divide and store the image as tiles with the size of 1024x1024 pixels

tileSize2048

divide and store the image as tiles with the size of 2048x2048 pixels