Page 1 of 1

suspend resume long job

Posted: 2011-05-25T07:16:57-07:00
by teebe
By example, a montage long run can be suspended and resumed?
Or, at some scripting effort, which could be a soft quit with all job parameters saved and successive restart from same point?
Thanks

Re: suspend resume long job

Posted: 2011-05-25T21:19:34-07:00
by anthony
montage works on one image file at a time.

If you stop at any point you can restart by simply restarting the last incomplete image file task, and then continuing with the other images.

however if you want to formalize this you are better off scripting the montage into a looped batch job that gives montage a group of N images at a time. To stop, you would then signal the script to terminate the loop when the 'current batch' is finished, so it has a clean exit. To continue it would start with the next batch.

In this form it does not need to be montage, but for single images you can use convert, and gain far more operational controls such as the generation and composition of multiple images.

IMv7 will see a new variations on this that would allow even more, and finer image processing control, from scripts, or other languages (beyond command line runs) but that may be some time before it becomes available.