Juicy.Pixels
Juicy.Pixels copied to clipboard
Add option to apply JPEG rotation to image
The exif data of the JPEG can indicate an orientation. It can easily be constructed with e.g.:
exiftool -orientation="Rotate 90 CW" -overwrite_original image.jpeg
There should be flag to apply this orientation when loading a JPEG.