Vcl.Imaging.jpeg.TJPEGQualityRange

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

TJPEGQualityRange = 1..100;   // 100 = best quality, 25 = pretty awful

C++

typedef System::Int8 TJPEGQualityRange;

Properties

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

Description

TJPEGQualityRange represents the trade-off ratio between image quality and file size in a JPEG image.

TJPEGQualityRange represents a scale of 1 to 100, where higher values represent better image quality (but larger file size) and lower values represent smaller file sizes but with a loss of picture quality.