Resizing images (simply)
Bruce Marshall
bmarsh at bmarsh.com
Mon May 7 19:23:26 UTC 2007
On Monday 07 May 2007, Chris Gow wrote:
> Can anyone point me to a tool that will allow me to resize an image in a
> simple manner? I've looked at:
Wow... all those answers and no one mentioned 'convert' from the imagemagik
package.
convert -geometry 640x480 -quality 75 <anysize.jpg> <new.jpg>
Although it is command line, convert will convert almost anything to anything
else including pdf files to ps files etc. The options shown above are just
two of *many* options available to resize, rotate, change from jpg to png or
reverse.
If you need a gui, fine, but you should at least find out about convert.
More information about the kubuntu-users
mailing list