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.
The
J2000_Rate property will be ignored if a value less than 100 is specified for
J2000_QualityDefault: 100
// Save at 80% qualitry
ImageEnView1.IO.Params.J2000_Quality := 80;
ImageEnView1.SaveToFile('output.jp2');
See Also
◼J2000_Rate