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.
How Do I place pictures from PNG & JPEGs all at once?
-
- Posts: 1
- Joined: 2014-01-25T10:01:41-07:00
- Authentication code: 6789
- 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?
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.
best to put the processed images into another empty directory rather than overwrite the old ones, in case you make a mistake.