Multiple saves
Posted: 2009-11-06T03:37:08-07:00
Hello all,
I'm learning the basics of scripting with IM.
Is there a way to optimize the following into a single convert operation since I always start from the same source file:
And two side questions:
I'm learning the basics of scripting with IM.
Is there a way to optimize the following into a single convert operation since I always start from the same source file:
Code: Select all
convert Source.jpg ...operations1... Dest1.jpg
convert Source.jpg ...operations2... Dest2.jpg
convert Source.jpg ...operations3... Dest3.jpg
- I saw it's possible to do general floating point maths with IM with "%[...]" but where is the complete explanation (syntax, list of functions, etc) about that ?
- is there a way to get write support for the DNG format ? (something else to install / compile ?) I'm on Ubuntu.