ALE
Image Processing Software Deblurring, Anti-aliasing, and Superresolution. Local Operation localhost 2684415918 |
[ Up ]
This page summarizes program operation and command-line usage for ALE versions 0.8.0 through 0.8.4. Features specific to a particular version are annotated (e.g. [ALE 0.8.1 and later]).
Manual pages linked from this section describe default settings, file output, alignment, rendering, exclusion regions, control points, user interfaces, devices, and 3D scene reconstruction.
For more information on ALE, see the ALE Home Page.
<foo> |
A required parameter called foo. |
[<foo>] |
An optional parameter called foo. |
[<foo>]* |
Zero or more parameters foo. |
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>
Certain basic modes of operation, emphasizing image quality, speed, or other rendering characteristics, are now established in the form of default settings.
Other options are outlined in the manual pages describing file output, rendering, alignment, exclusion regions, devices, user interfaces, and 3D scene reconstruction.
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.
|
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 of ALE for more information about compile-time configuration of file handlers.
The following command-line invocation can be used to print version information and build options:
ale --versionThe following is sample output from this invocation:
ALE Version: 0.8.4 File handler: ImageMagick Color data: SINGLE Coordinate data: SINGLE DFT: FFTW3 Assertions: Enabled Optimizations: Enabled
The first line of output indicates the version of ALE source code being used; the remaining lines reflect the build options selected at compile time.
For more information about build options, see the README file included in the ALE source distribution.
When invoked with no arguments, or an insufficient number of file arguments, ALE outputs a help message specifying command-line usage and available help topics. The following is a sample invocation:
ale
ale <help option>Available help options, and their corresponding help topics, are outlined below:
--hu Usage. --hq Default settings. --hf Image files. --he Exclusion regions. --ha Alignment (not exposure-related). --hr Rendering (not exposure-related). --hx Exposure. --ht Transformation data files. --hc Control points. [0.8.1 and later] --hl Filtering (PSFs, rendering chains). --hd Devices. --hi User Interfaces. --hv Video stream processing (Experimental). --h3 3D Modeling. --hz Undocumented options. --hA Concatenate all help pages.