The im4java Library, Version 1.4.0

Package org.im4java.utils

Contains utility-classes

See:
          Description

Class Summary
BaseFilter This is the base class of all FilenameFilters in this package.
BatchConverter This class implements various batch-conversion methods.
ChannelMixer This class is a wrapper to a channel mixer.
ExtensionFilter This utility-class implements a FilenameFilter based on extensions.
FilenameLoader This utility-class loads selected filenames of a directory into a list.
FilenamePatternResolver This utility-class creates filenames from an input file and a template.
GlobbingFilter This utility-class implements a FilenameFilter based on shell-globbing.
NoiseFilter This class is the base class of all noise-remover classes.
NoiseFilter.Edge  
NoiseFilter.Level  
NoiseFilter.Threshold  
RegexFilter This utility-class implements a FilenameFilter based on regular expressions.
 

Enum Summary
BatchConverter.Mode Enumeration-type for the conversion mode: SEQUENTIAL: run commands sequentially for all images (this mode is mainly for debugging and benchmarking) PARALLEL: run commands in parallel using a ProcessExecutor BATCH: convert images at once with a single command.
 

Exception Summary
 

Package org.im4java.utils Description

Contains utility-classes.

Since:
0.95

The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/