Resizing images (simply)

Donn donn.ingle at gmail.com
Mon May 7 19:29:45 UTC 2007


> Can anyone point me to a tool that will allow me to resize an image in a
> simple manner? I've looked at:
>
What the heck, I'll weigh-in:
1. Open a konsole in the directory you are in (press F4 in Konqueror)
2. convert -resize 200 -quality 20 YOURFILE.jpg NEWNAME.jpg    

Where:
 -resize LENGTHxWIDTH e.g. 800x600. if you leave one out, the other is 
proportional. 
-quality goes from 1 to 100. Bigger is better image and larger filesize.

Nice and easy.

man imagemagick 

/d




More information about the kubuntu-users mailing list