RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
jpeg.TJPEGPerformance Enumeration

TJPEGPerformance represents the type of optimization to use when displaying a JPEG image.

Pascal
TJPEGPerformance = (
  jpBestQuality,
  jpBestSpeed
);
C++
enum TJPEGPerformance {
  jpBestQuality,
  jpBestSpeed
};

The following table lists the possible values:

Value 
Meaning 
jpBestQuality  
Optimize for image quality. This results in slower rendering of the image.  
jpBestSpeed  
Optimize for speed of display. This may result in some dithering in the image.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!