Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 610 Bytes

exif.md

File metadata and controls

17 lines (12 loc) · 610 Bytes

Exif

Translations: 简体中文

Sketch supports restoring the orientation of images based on their Exif information. This feature is enabled by default. You can use ImageRequest and ImageOptions to provide The ignoreExifOrientation attribute disables this functionality, as follows:

imageView.displayImage("https://www.sample.com/image.jpg") {
    ignoreExifOrientation()
}