This property sets the YCrCb subsampling ratios when saving an image in JPEG format.

[Visual Basic]
Public Property JpegSubsampling As JpegSubsamplingKind
[C#]
public JpegSubsamplingKind JpegSubsampling {get; set;}

Property Value

This value is of type JpegSubsamplingKind

Explanation

The JpegSubsampling property sets the YCrCb subsampling ratios when saving an image in JPEG format. Since the Y (luminance or brightness) plane contains more important information about the image than does the CrCb (chrominance or color) planes, it is possible to reduce the size of the CrCb planes without a great sacrifice in quality thereby reducing the size of the image. A ratio for Y:Cr:Cb of 4:4:4 represents no reduction in size whereas a ratio of 4:1:1 represents a reduction in size of 50%.

This property is enabled when the image is 24 bit color and the image is saved as a JPEG image.

To use this property, you must have the appropriate ImageKit.NET Plugin (Win32 Dll files).

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation