Search found 1 match

by JoshP
2011-09-26T17:14:02-07:00
Forum: Users
Topic: Convert: centering a "best fit" resized image
Replies: 2
Views: 7413

Convert: centering a "best fit" resized image

I'm trying to resize a picture and put it on top of a black background using this command Let's say somePic.jpg does not fit the ratio of 300x100, I would expect it to be centered within the slot allocated to it, but with the this command its left aligned. convert -size 300x250 -quality 80.0 xc ...