| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| 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 | Description |
|---|
Copyright © 2019. All rights reserved.