[Digikam-users] png->jpg?

Peter Gustafson petegus at spaceshipone.engin.umich.edu
Sun May 20 05:55:09 BST 2007


Hi Thorsten,

There may be a way within digikam, however outside it is really easy. 
At the command line from within the folder (bash shell):

for a in *png; do b=`basename ${a} .png`; convert $a ${b}.jpg; done

You can set jpg quality.  To find out how: man convert

Pete





Thorsten Schnebeck wrote:
> Hi,
>
> is there a simple way to convert a folder of png photos to jpg per batch?
>
> Bye
>
>   Thorsten
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users
>   




More information about the Digikam-users mailing list