Vcl.Imaging.jpeg.TJPEGPerformance

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

TJPEGPerformance = (jpBestQuality, jpBestSpeed);

C++

enum DECLSPEC_DENUM TJPEGPerformance : unsigned int { jpBestQuality, jpBestSpeed };

Properties

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

Description

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

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.