Page 1 of 1

Imagemagick

Posted: 2013-11-15T09:22:51-07:00
by kevin001
Imagemagick - How do i put pictures from PNG do JP(E)G all at once ? This has been my problem for a long time , as i have about 600+ pictures that are all PNG , but i would like do put them into JPG , but i dont wana do it all 1 by 1 , so is there anyway i can do it with Imagemagick , or do i have do downloaded a different program ?

Re: Imagemagick

Posted: 2013-11-15T09:39:26-07:00
by Bonzo
Yes you can do it with Imagemagick - what operating system are you using, what version of Imagemagick do you have and what sort of code do you want to use e.g. batch file, shell script?

Re: Imagemagick

Posted: 2013-11-15T12:25:37-07:00
by glennrp

Code: Select all

mogrify -format jpg -quality 92 *.png
If the resulting files are too big, use a lower quality value such as -quality 75