TIOParams.JPEG_ColorSpace
Declaration
property JPEG_ColorSpace: TIOJPEGColorSpace;
Description
Specifies the saved/loaded color space.
Default: ioJPEG_YCbCr
Example
// Load a TIFF containing a CMYK profile, save to JPEG maintaining the profile
IEGlobalSettings().EnableCMS := False;
ImageEnView.IO.LoadFromFile('D:\Img with ICC Profile.tif');
ImageEnView1.IO.Params.JPEG_ColorSpace := ioJPEG_CMYK;
ImageEnView1.IO.SaveToFile('D:\Img with ICC Profile.jpeg');
See Also
-
PixelFormat-
SamplesPerPixel-
BitsPerSample-
J2000_ColorSpace-
TIFF_PhotometInterpret-
TIFF_JPEGColorSpace-
AutoSetBitDepth