[Digikam-users] how to resize image to a new and smaller formate -

jdd jdd at dodin.org
Sun Apr 8 11:46:33 BST 2012


Le 08/04/2012 13:04, Martin Kaspar a écrit :

>   i have a bunch of photos that i want to show in a image slider on
> the Web.
>
>

two ways: in digikam export to html, you get the right images (and 
other file you may discrad)

or better, use a scrit like mine:

for I in *.jpg ; do
	convert -resize 800x600 $I $I ;
	echo -n "." ;
	
done


jdd



More information about the Digikam-users mailing list