Changes between Version 5 and Version 6 of plugin


Ignore:
Timestamp:
Dec 1, 2010, 3:27:03 PM (13 years ago)
Author:
bpt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • plugin

    v5 v6  
    1717}}}
    1818
    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.
     19This interface is part of the Facemorph library available here:
     20
     21 * http://users.aber.ac.uk/bpt/jpsychomorph/versions4/facemorphlib.jar -- facemorphlib.jar
     22
     23Documentation for all the classes in the library is available here:
     24
     25 * http://users.aber.ac.uk/bpt/jpsychomorph/version4/javadoc/ -- facemorphlib documentation
     26
     27The 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.
    2028
    2129The ''initialise'' method is called once before a batch of images, or before a single image is processed.  It allows access to the rest of the system state via the PsychoMorphForm parameter.  The ''finish'' method is called after all the images in the list have been processed, it is not called when operating on a single image.