- images that are not in 6:4 format must be letterboxed, not stretched
- vertical images must have lateral letterboxing
- no exif metadata should be left on the thumbnails (size reasons)
Code: Select all
convert "$img" -resize 600x400 -background black -gravity center -extent 600x400 "$dest.jpg"
How do I tell imagemagick to rotate all the vertical images and then strip all the metadata?