Page 1 of 1

how to convert all files in given folder to different type

Posted: 2009-03-16T00:49:11-07:00
by manit
I tried
convert.exe e:\*.png e:\*.jpg
Error: cannot find *.png.
I think I am not using the correct wild card character.
What should be command for converting all png files to jpg in e:\.

Re: how to convert all files in given folder to different type

Posted: 2009-03-16T15:00:51-07:00
by fmw42
manit wrote:I tried
convert.exe e:\*.png e:\*.jpg
Error: cannot find *.png.
I think I am not using the current wild card character.
What should be command for converting all png files to jpg in e:\.

use mogrify in stead of convert

see http://www.imagemagick.org/Usage/basics/#mogrify