This property refers to the color of each color plane in the Exif image arranged in order from the 1st plane to the 4th plane.

[C++Builder]   imagekitcontrolname->FileIO->Exif->ComponentsConfiguration[ = UnicodeString ]
[Delphi]   imagekitcontrolname.FileIO.Exif.ComponentsConfiguration[ = String ]

Reference

Value Explanation
0 does not exist
1 Y
2 Cb
3 Cr
4 R
5 G
6 B

The default value for RGB is 4560 , for JPEG is 1230.

Explanation

This property refers to the color of each color plane in the Exif image arranged in order from the 1st plane to the 4th plane.

The property value can be set or retrieved by executing the FileIO.GetImageFileType or the FileIO.GetImageFileTypeMem methods.

This property value is derived from the image tags related to the image color planes. This tag is provided for cases when image data uses plane other the Y,Cr,Cb and to enable support of other sequences.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

[Differences from the ImageKit7 ActiveX]

In the IK7 this was a read only property. It can now be set.

 

The ImageKit10 VCL is a product created by Newtone Corporation