ImageEn, unit iexBitmaps

TIOParams.JPEG_GetExifThumbnail

TIOParams.JPEG_GetExifThumbnail


Declaration

property JPEG_GetExifThumbnail: Boolean;


Description

Specifies that the thumbnail for an image will be loaded instead of the full image. A thumbnail is often available for JPEG images from digital cameras (EXIF Thumbnail).
If enabled and the file does not contain a thumbnail the full image will be automatically loaded instead.

Note: JPEG_GetExifThumbnail is also set by GetThumbnail

Default: False


Demo

Demo  Demos\InputOutput\IEViewPerformance\Performance.dpr


Example

// Load only the thumbnail
ImageEnView1.IO.Params.JPEG_GetExifThumbnail := True;
ImageEnView1.IO.LoadFromFile('C:\input.jpg');


See Also

 GetThumbnail
 OptimizeLoadingParams