19 | | The main method is ''process'' which will be called for each image in the batch. The ''single'' parameter is true if the processing is '''not''' operating in batch mode, but on a single loaded image. The ImageZoomPanel allows access to the currently loaded Image and Template. |
| 19 | This interface is part of the Facemorph library available here: |
| 20 | |
| 21 | * http://users.aber.ac.uk/bpt/jpsychomorph/versions4/facemorphlib.jar -- facemorphlib.jar |
| 22 | |
| 23 | Documentation for all the classes in the library is available here: |
| 24 | |
| 25 | * http://users.aber.ac.uk/bpt/jpsychomorph/version4/javadoc/ -- facemorphlib documentation |
| 26 | |
| 27 | The main method in the Batchable interface is ''process'', which will be called for each image in the batch. The ''single'' parameter is true if the processing is '''not''' operating in batch mode, but on a single loaded image. This is useful for things like pushing undo information on the stack, which you may not want to do in batch mode. The ImageZoomPanel allows access to the currently loaded Image and Template. |