|
|
|
| acProportionalImage as subproperty of JPEGProperties structure.
|
| type
|
| TJPEGScale = (jsFullSize, jsHalf, jsQuarter, jsEighth);
|
|
|
| property Scale: TJPEGScale;
|
| Determines the size of the JPEG image when it is displayed.
|
|
|
| Use Scale to optimize performance for previewing an image. jsFullSize displays the image as maximum size, whereas jsEight displays an eighth of the image size, but 8 times faster.
|
|
|
| TJPEGScale is the type of the Scale property. The following table lists the values of TJPEGScale:
|
|
|
| Value | Meaning
|
| jsFullSize | Displays a full-size image.
|
| jsHalf | Displays a half-size image in half the time it takes to display a full-size image.
|
| jsQuarter | Displays a quarter-size image in a quarter of the time it takes to display a full-size image.
|
| jsEighth | Displays an eighth-size image in an eighth of the time it takes to display a full-size image.
|
|
|
| Scale it used for reading in files, that is, for decompression.
|
| CompressionQuality, Grayscale, Performance, PixelFormat, ProgressiveDisplay, ProgressiveEncoding and Smoothing properties.
|