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
|