I'm trying to resize a squarish image to a 320x240 image with blackish padding on the sides.
With a machine with IM 6.5.7-8 installed, this line
Code: Select all
convert original.jpg -resize 235x240 -background '#050608' -gravity center -extent 320x240 -quality 99% new.jpgAny ideas?