public class DirectoryImageProcessor<T extends Image<?,T>> extends ImageCollectionProcessor<T>
Constructor and Description |
---|
DirectoryImageProcessor(String output,
boolean force,
String imageNameFormat) |
Modifier and Type | Method and Description |
---|---|
File |
getDirectoryFile() |
String |
process(ImageCollectionEntry<T> image) |
void |
start()
Start this image sink, called before an image is stored.
|
end
public DirectoryImageProcessor(String output, boolean force, String imageNameFormat)
public void start() throws IOException
ImageCollectionProcessor
start
in class ImageCollectionProcessor<T extends Image<?,T>>
IOException
public String process(ImageCollectionEntry<T> image) throws IOException
process
in class ImageCollectionProcessor<T extends Image<?,T>>
IOException
public File getDirectoryFile()