Run imagemagick commands from a file in windows
Posted: 2018-06-04T22:09:31-07:00
Hi,
I currently create a batch file (.bat) that executes over 400 commands, ie magick is executed over 400 times.
Is it possible, and if so how, can I build a file that contains the commands and then have magick (in one execution) run the 400 commands.
This would be for performance reasons. I have "MAGICK_THREAD_LIMIT=1" set to stop multiple threads from running, there are dependencies in the commands.
Many thanks for your consideration any help will be greatly appreciated.
jb2233
I currently create a batch file (.bat) that executes over 400 commands, ie magick is executed over 400 times.
Is it possible, and if so how, can I build a file that contains the commands and then have magick (in one execution) run the 400 commands.
This would be for performance reasons. I have "MAGICK_THREAD_LIMIT=1" set to stop multiple threads from running, there are dependencies in the commands.
Many thanks for your consideration any help will be greatly appreciated.
jb2233