ImageEn, unit iexBitmaps

TIOParams.TIFF_JPEGColorSpace

TIOParams.TIFF_JPEGColorSpace

Declaration

property TIFF_JPEGColorSpace: TIOJPEGColorSpace;

Description

Specifies the desired color space for the Jpeg included in a TIFF file.

Note: If you are using a TIEMultiBitmap or TImageEnMView, you can use DuplicateCompressionInfo to propagate the parameter to all frames

Default: ioJPEG_YCBCR

Example

ImageEnView.IO.Params.TIFF_JPEGColorSpace := ioJPEG_RGB;
ImageEnView.IO.Params.TIFF_Compression := ioTIFF_JPEG;
ImageEnView.IO.SaveToFile('D:\output.tif');

See Also

PixelFormat
SamplesPerPixel
BitsPerSample
JPEG_ColorSpace
J2000_ColorSpace
TIFF_PhotometInterpret
AutoSetBitDepth