Vcl.Imaging.jpeg.TJPEGImage.Performance

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property Performance: TJPEGPerformance read FPerformance write SetPerformance;

C++

__property TJPEGPerformance Performance = {read=FPerformance, write=SetPerformance, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Controls the trade-off between color quality and speed of decompression.

Use Performance to set the performance of the jpeg image when reading, that is, for decompressing files. This property is not used for writing out files.

Performance affects the display of the internal bitmap image. This image is a 256-color bitmap. Setting Performance to jpBestSpeed may cause some dithering in the bitmap image.