|
|
- Manipulating graphics with command-line tools
- Once you script a task, it's quickly repeated; so you can set up common graphics tasks that come along every day. And it's amazing what can be done automatically.
- This is just the command line version; remember, you can use more powerful scripting tools like Perl to create more powerful scripts than these
- ImageMagick has a set of Perl wrappers (called PerlMagick) to allow you to script such changes
- And because ImageMagick reads around 87 file types, you can do quite a bit of scripting, moving around, etc.
|
|