convert.1.txt
author viric@mandarina
Thu, 15 May 2008 19:00:38 +0200
changeset 1 840aebd2e31e
parent 0 c66307cca740
child 2 4d3e5debb377
permissions -rw-r--r--
New pages

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)