Jpeg.TJPEGScale
From RAD Studio VCL Reference
Delphi Information
From jpeg.pas
TJPEGScale = { jsFullSize, jsHalf, jsQuarter, jsEighth };
Unit: jpeg
Type: enum
C++ Information
From jpeg.hpp
enum TJPEGScale{ jsFullSize, jsHalf, jsQuarter, jsEighth };
Unit: jpeg
Type: enum
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. |