[Digikam-users] how to resize image to a new and smaller formate -
Remco Viëtor
remco.vietor at wanadoo.fr
Sun Apr 8 13:09:47 BST 2012
On Sunday 08 April 2012 12:46:33 jdd wrote:
> 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.
> or better, use a scrit like mine:
>
> for I in *.jpg ; do
> convert -resize 800x600 $I $I ;
> echo -n "." ;
>
> done
Just be aware that that script, as written, overwrites the original file,
which might not be what you want
Remco
More information about the Digikam-users
mailing list