us.temerity.pipeline.plugin.ShakeDiffComparator.v2_2_1
Class ShakeDiffComparator
java.lang.Object
us.temerity.pipeline.Named
us.temerity.pipeline.PluginID
us.temerity.pipeline.BasePlugin
us.temerity.pipeline.BaseComparator
us.temerity.pipeline.plugin.ShakeDiffComparator.v2_2_1.ShakeDiffComparator
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<PluginID>, Glueable
public class ShakeDiffComparator
- extends BaseComparator
Image comparison using Shake.
- See Also:
- Serialized Form
| Fields inherited from class us.temerity.pipeline.Named |
pName |
| Methods inherited from class us.temerity.pipeline.BasePlugin |
addSupport, compareTo, getDescription, getFullMessage, getPluginID, getResource, getResources, getResourceSize, getSupports, isUnderDevelopment, removeSupport, setSupports, supports, toString, underDevelopment |
ShakeDiffComparator
public ShakeDiffComparator()
launch
public SubProcessLight launch(File fileA,
File fileB,
Map<String,String> env,
File dir)
throws PipelineException
- Launch GIMP with a script which will compare the given two images using
layers.
- Overrides:
launch in class BaseComparator
- Parameters:
fileA - The absolute path to the first file.fileB - The absolute path to the second file.env - The environment under which the comparator is run.dir - The working directory where the comparator is run.
- Returns:
- The controlling
SubProcessLight instance.
- Throws:
PipelineException - If unable to launch the comparator.- See Also:
SubProcessLight