How Do I place pictures from PNG & JPEGs all at once?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mragsdale45
Posts: 1
Joined: 2014-01-25T10:01:41-07:00
Authentication code: 6789

How Do I place pictures from PNG & JPEGs all at once?

Post by mragsdale45 »

My Issue:

I currently have about 567 photos, all in the PNG format. I'd like to convert them into JPEG at once and not individually. Is there a way I can do this with ImageMagick? I know Office has something like this but it's probably not as good.
_______________
Mitchell R
Blog: What is Garcinia Cambogia
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How Do I place pictures from PNG & JPEGs all at once?

Post by fmw42 »

see mogrify at http://www.imagemagick.org/Usage/basics/#mogrify and http://www.imagemagick.org/script/mogrify.php

best to put the processed images into another empty directory rather than overwrite the old ones, in case you make a mistake.
Post Reply