RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
jpeg.TJPEGQualityRange Type

TJPEGQualityRange represents the trade-off ratio between image quality and file size in a JPEG image.

Pascal
TJPEGQualityRange = 1..100;
C++
1..100 TJPEGQualityRange;

TJPEGQualityRange represents a scale of 1 to 100, where higher values represent better image quality (but larger file size) and lower values represent smaller file sizes but with a loss of picture quality. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!