Vcl.Imaging.jpeg.TJPEGScale

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

TJPEGScale = (jsFullSize, jsHalf, jsQuarter, jsEighth);

C++

enum DECLSPEC_DENUM TJPEGScale : unsigned int { jsFullSize, jsHalf, jsQuarter, jsEighth };

Properties

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

Description

TJPEGScale represents the display size of a JPEG image.

The following table lists the values of TJPEGScale:



Value Meaning

jsFullSize

Displays a full-sized image.

jsHalf

Displays a half-size image in half the time it takes to display a full-sized image.

jsQuarter

Displays a quarter-size image in a quarter of the time it takes to display a full-sized image.

jsEighth

Displays an eighth-size image in an eighth of the time it takes to display a full-sized image.