Command-line syntax for Image Processing
The following command-line invocation can be used to process a series of
frames into an output file:
ale [<option>]* <original-frame> [<supplemental-frame>]* <output-file>
For experimental argument scope syntax, see .
Option Arguments
Default Settings
Certain basic modes of operation, emphasizing image quality, speed, or
other rendering characteristics, are established in the form of default
settings. For more information, see:
Other options
For information about other options, see:
Image Files
ALE can be configured at compile time to use one of two different file
handlers. Execute 'ale --version' to determine which file handler is being
used. The table below outlines the supported formats for each file handler.
Supported image file formats
Version Message | File Types Supported |
File handler: ImageMagick
|
Input and output files can be any of the formats supported by
ImageMagick.
|
|
File handler: PPM
|
Input files must be PPM, and output files are written as PPM.
|
Note that many external programs, including ImageMagick's command line utilities, can be used to
convert between PPM and other formats.
See the README included in the source distribution for more information about
compile-time configuration of file handlers.
Usage of extended PPM syntax for specifying image metadata is outlined in .