API:Vcl.Imaging.jpeg.JPEGDefaults

From RAD Studio API Documentation

Delphi

JPEGDefaults: TJPEGDefaults = (
CompressionQuality: 90;
Grayscale: False;
Performance: jpBestQuality;
PixelFormat: jf24Bit;         // initialized to match video mode
ProgressiveDisplay: False;
ProgressiveEncoding: False;
Scale: jsFullSize;
Smoothing: True;
);

C++

extern DELPHI_PACKAGE TJPEGDefaults JPEGDefaults;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.