convert.1.txt
author llbatlle@taga
Mon, 11 Aug 2008 10:52:12 +0200
changeset 3 77c382ef2850
parent 2 4d3e5debb377
permissions -rw-r--r--
Adding info on DLLs and scilab

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{%}