Orientation
How a decoded image relates to the scene it was captured from: the EXIF Orientation tag (TIFF tag 274), which phone cameras write instead of physically rotating pixels. A portrait photo is usually stored landscape with Rotate90 set, so anything that draws raw decoded pixels shows it sideways.
KiteBitmap.oriented applies one of these; ImageInfo.orientation and KiteImage.decode(applyOrientation = true) are where they come from.
The exifValues are the wire numbers 1..8. Anything else in a file is treated as Normal, which is what every renderer does with garbage here.
Entries
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.