- Convert several files from a format to another:
convert img_*.bmp img_%04d.png - Resize images of the current folder to progressive jpeg. Resized images will not be greater than 600×600, but the aspect ratio will be respected:
convert -resize 600x600 -sharpen 1 -interlace Line * pict%04d.jpg - Create a PNG image of a rendered html page:
kwebdesktop 1024 768 capture.png http://www.linuxfr.org - Remove all metadata of a JPEG file:
exiftool -all= image.jpg

Cool! Can I find any alternatives for kwebdesktop? I am using ubuntu, couldn’t manage to find kwebdesktop on my repo.
kwebdesktopis related to KDE, this probably explain why you can’t find it “as is” in your repo. FYI, on Mandriva,kwebdesktopis located inkdebase-progspackage.