TIOParams.TIFF_PlanarConf
Declaration
property TIFF_PlanarConf: integer;
Description
Specifies the Planar configuration of a TIFF image:
Value | Description |
1 | The component values for each pixel are stored contiguously (e.g. RGBRGBRGB...) |
2 | The components are stored in separate component planes (e.g. RRRRRR...GGGGGGG.....BBBBBB) |
Note: If you are using a
TIEMultiBitmap or
TImageEnMView, you can use
DuplicateCompressionInfo to propogate the parameter to all frames
Default: 1