convert.1.txt
author llbatlle@taga
Wed, 31 Dec 2008 12:09:04 +0100
changeset 4 3ecde21e0834
parent 2 4d3e5debb377
permissions -rw-r--r--
New commit from the office.

Scale maintaining aspect ratio, the image to fit in the resize box:
  convert a.png -resize 50x50% b.png
  (add a ! after % if you're not interest in aspect ratio.
  (add -filter lanczos before -resize, if you want a lanczos resizer)
Crop:
  -crop widthxheight{+-}x{+-}y{%}