SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
328 stars 42 forks source link

Honour EXIF rotation flag (if present) #75

Open led opened 1 year ago

led commented 1 year ago

Occasionally an image is imported that was taken while the camera/phone was rotated. The EXIF flag encodes that rotation, but in DBv3 it requires manual intervention to rotate the image.

It would be nice if DBv3 honours the EXIF rotation flag and automatically rotates the image the appropriate amount if required on import.

It's really not a big issue, just a nice-to-have.