View Single Post
  #4 (permalink)  
Old 04-13-2008, 02:57 PM
dman_2007
Guest
 
Posts: n/a
iTrader: / %
Default

Aspect ratio is maintained, the geometry specified in the command specifies the maximum height and width. If you want to resize the image to that exact geometry without maintaining aspect ratio then append ! tio the geometry. For example,

Quote:
convert inputfile[0] -resize 240x60! outputfile
Reply With Quote