Actions to take with respect to correcting image orientation based
on image metadata. EXIF metadata within the image may contain a parameter
indicating its proper orientation. This value can equal 1 through 8,
inclusive. "1" means that the image is in its "normal" orientation, i.e.,
it should be viewed as it is stored.
Regardless of the OrientationCorrection value used, the
orientation value in a transformed image is always cleared to indicate that
no additional corrections of the returned image's orientation is necessary.
Apply any orientation specified in the EXIF metadata to the image during
the first transformation.
NOTE: If the image is already in portrait orientation, i.e., "taller"
than it is "wide" no correction will be made, since it appears that the
camera has already corrected it.
UNCHANGED_ORIENTATION
Do not apply any orientation correction specified in the EXIF metadata.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`InputSettings.OrientationCorrection` is an enum used to determine how image orientation is handled based on EXIF metadata."],["EXIF metadata can contain an orientation parameter, ranging from 1 to 8, where \"1\" represents the image's normal orientation."],["The orientation value in a transformed image is cleared to indicate that no further orientation corrections are necessary."],["`CORRECT_ORIENTATION` applies any orientation correction found in the EXIF data unless the image is already in portrait mode."],["`UNCHANGED_ORIENTATION` prevents any orientation correction based on EXIF metadata."]]],[]]