TdxJPEGImage.Quality Property
In This Article
Specifies the JPEG image quality (as a percentage).
#Declaration
Delphi
property Quality: Cardinal read; write;
#Property Value
Type |
---|
Cardinal |
#Remarks
You can use this property to adjust the relative quality that the JPEG codec uses to save an image.
The default Quality property value is 75.
See Also