ImageEn, unit iexBitmaps

TIOParams.TIFF_EnableAdjustOrientation

TIOParams.TIFF_EnableAdjustOrientation


Declaration

property TIFF_EnableAdjustOrientation: Boolean;


Description

If enabled before loading a file which contains EXIF orientation information, the image will be automatically rotated for display (the actual file is not modified).
Orientation information is often found in digital photos from high-end cameras. ImageEn uses the data found in TIFF_Orientation to determine the correct orientation for TIFF images.

Default: False (Specified by IOParamDefaults)


See Also

 EnableAdjustOrientation
 JPEG_EnableAdjustOrientation
 IOParamDefaults