enum P1::ImageSdk::TiffTileSize

Overview

#include <C_P1ImageCommonTypes.h>

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

Detailed Documentation

Enum Values

noTiling

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

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