TJPEGQualityRange represents the trade-off ratio between image quality and file size in a JPEG image.
TJPEGQualityRange = 1..100;
1..100 TJPEGQualityRange;
jpeg
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|