Juicy.Pixels icon indicating copy to clipboard operation
Juicy.Pixels copied to clipboard

Add option to apply JPEG rotation to image

Open ad-si opened this issue 4 years ago • 0 comments

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.

ad-si avatar Nov 16 '20 21:11 ad-si