convert.1.txt
changeset 0 c66307cca740
child 2 4d3e5debb377
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/convert.1.txt	Sun Nov 25 11:41:05 2007 +0100
@@ -0,0 +1,4 @@
+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)