That doesn't seem to do the trick.fmw42 wrote: ↑2018-04-22T14:33:01-07:00 try adding -auto-orient to your command
Code: Select all
convert -auto-orient 2018-04-11-0001.jpg -resize 172x172" ...
I've presently added a post-resize command to my script:
Code: Select all
exiftool -P -overwrite_original_in_place -Orientation=0 -n <thumbnail file>