Declaration
property J2000_Quality : Double;
Description
Specifies the resulting quality of the compressed image. This is an alternative way to specify the resulting file size and image quality other than
J2000_Rate.
Setting a value less than 100 actually disables
J2000_Rate action.
Default: 100
Example
// Save at 80% qualitry
ImageEnView1.IO.Params.J2000_Quality := 80;
ImageEnView1.SaveToFile('output.jp2');
See Also
-
J2000_Rate