checkOrientation property

bool? checkOrientation
final

Check the current image's Exif Orientation information. Note that only a JPEG image may contain Exif Orientation information.

Requires to set both the rotatable and scalable options to true at the same time.

Note: Do not trust this all the time as some JPG images may have incorrect (non-standard) Orientation values

Default = true

Implementation

final bool? checkOrientation;