Hi,
I'd like to automate part of my graphics processing pipeline. Basically I have scores of PNG files that need to be converted to a several other widths. I'm looking for an image conversion tool that:
- Runs under Windows XP
- Can be controlled entirely through the command line
- Processes a set of files from one directory eg. dir1/*.png
- Resizes the images to a given width while retaining the aspect ratio eg. -w200
- Preserves the Alpha channel
- Writes the results with the same file name to a different directory eg. -odir2
The multiple output widths could be separate invocations in a script file.
Other options like converting to different formats would be nice but not essential.
Free or inexpensive tools only please.
Any suggestions based on actual use ?
Thanks.
I'd like to automate part of my graphics processing pipeline. Basically I have scores of PNG files that need to be converted to a several other widths. I'm looking for an image conversion tool that:
- Runs under Windows XP
- Can be controlled entirely through the command line
- Processes a set of files from one directory eg. dir1/*.png
- Resizes the images to a given width while retaining the aspect ratio eg. -w200
- Preserves the Alpha channel
- Writes the results with the same file name to a different directory eg. -odir2
The multiple output widths could be separate invocations in a script file.
Other options like converting to different formats would be nice but not essential.
Free or inexpensive tools only please.
Any suggestions based on actual use ?
Thanks.