TImageEnMView.EnableLoadEXIFThumbnails
Declaration
property EnableLoadEXIFThumbnails : Boolean;
Description
Images from digital cameras often contain a small thumbnail in their
Exif data. When this option is enabled, ImageEn will use the EXIF thumbnail for display rather than loading and sub-sampling the full size image. This speeds up loading of large images.
Default: False
Notes:
- EXIF thumbnails load much more quickly than regular images, but the quality can be much lower. Only enable if speed is your priority
- Has no effect if
StoreType is ietNormal
- To load thumbnails only for large images, use
DeproritizeLargeImageMethodExample
// Use EXIF thumbnails for digital camera images
ImageEnMView1.EnableLoadEXIFThumbnails := True;
See Also
-
EnableLoadExplorerThumbnails-
WicFastLoading