Resize canvas to one side
Posted: 2012-11-04T10:27:30-07:00
I tried this
in the hope that I would take an image that was 291x400, change the canvas size to 602x400 and, have the original image positioned extreme right of the result.
What happened was that the original image just resized to the extent.
Have to be doing something wrong but after searching can't work it out. Appreciate any help.
Code: Select all
mogrify -path /canvassed/ -background black -gravity East -extent 602x400 -density 72x72 -quality 85 *.jpg
What happened was that the original image just resized to the extent.
Have to be doing something wrong but after searching can't work it out. Appreciate any help.