ImageGear Professional for Linux
enumTIFFWriteConfig

Specifies values for saving stripped and tiled TIFF images. Used with TIFF WRITE_CONFIG control parameter.

Values:

IG_TIF_STRIP_FIXED_COUNT Write the image using a fixed number of strips. The number of strips to use can be set via the NUMBER_OF_STRIPS control parameter.
IG_TIF_STRIP_FIXED_BUFFER Write the image using strips so that each strip is not greater than the specified size in bytes. The size of the strip buffer can be set via the BUFFER_SIZE control parameter. Note that at least one raster will be included in the strip.
IG_TIF_TILED_FIXED_SIZE Save the image using tiles of fixed size. The size of the tiles can be set via the TILE_WIDTH and TILE_HEIGHT control parameters.
IG_TIF_TILED_FIXED_COUNT Save the image using a fixed number of tiles. The number of tiles in both the horizontal and vertical direction can be set via the control parameters TILE_H_COUNT and TILE_V_COUNT.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback