hi , I want to convert multiple images in a single command
i want to use CONVERT command with -STRIP and converting all images in single command
Please help me out..
Thanks.
Convert image in single commande
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Convert image in single commande
I'll move this to the Users forum.
Please say what version of IM you are using, on what platform.
A common form of the convert command is:
You can have as many operations as you want: strip, resize, crop and so on.
Please say what version of IM you are using, on what platform.
A common form of the convert command is:
Code: Select all
convert infile.ext {operation} {operation} {operation} outfile.ext
snibgo's IM pages: im.snibgo.com
Re: Convert image in single commande
You probably want Mogrify rather than convert: https://www.imagemagick.org/script/mogrify.php
Unless specified Mogrify will overwrite the original files.
Unless specified Mogrify will overwrite the original files.