ImageEn, unit iexBitmaps

TIOParams.JPEG_EnableAdjustOrientation

TIOParams.JPEG_EnableAdjustOrientation


Declaration

property JPEG_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 EXIF_Orientation to determine the correct orientation for JPEG images.

Default: False (Specified by IOParamDefaults)


Example

ImageEnView1.IO.Params.JPEG_EnableAdjustOrientation := True;
ImageEnView1.IO.LoadFromFile('C:\input.jpg');


See Also

 EnableAdjustOrientation
 TIFF_EnableAdjustOrientation
 IOParamDefaults