This property sets the quality coefficient when an image is saved in JPEG or FPX (JPEG compression) file formats.

[C++Builder]   imagekitcontrolname->FileIO->JpegQuality [= short ]
[Delphi]   imagekitcontrolname.FileIO.JpegQuality [= Smallint ]

Property Value

0 to 100 (75 is recommended).

Explanation

The JpegQuality property sets the quality coefficient when an image is saved in JPEG or FPX (JPEG compression) file formats.

Default value is 75. As this value decreases the size of the image file decreases but so does the quality of the image. Conversely, as the quality coefficient increase the quality of the iamge and the image file size also increase.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation