Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 451 Bytes

exif_orientation.md

File metadata and controls

13 lines (8 loc) · 451 Bytes

Exif Orientation

Translations: 简体中文

Sketch supports restoring the orientation of images based on their Exif information. This feature is forcibly turned on and cannot be turned off.

Implement

On Android, rely on androidx.exifinterface:exifinterface to read the exif information and then restore the orientation of the image during decoding

On non-Android devices, it relies on Skia's own support for Exif.