Imagemagick
Imagemagick
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
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
Code: Select all
mogrify -format jpg -quality 92 *.png