ALE(1) | ALE(1) |
ale - a synthetic capture engine and renderer
ale [OPTIONS] original-frame [supplemental-frames ...] output-file
ale [HELP OPTIONS]
ale --version
ALE is a free software synthetic capture engine and renderer accepting, as input, a sequence of image frames, and producing, as output, rendered images, registration data, and 3D models (currently experimental).
ale --hu
ale 001.ppm 002.ppm 003.ppm out.ppm
ale --scale 2 001.ppm 002.ppm 003.ppm out.png
ale --perturb-upper=0 --trans-load=a.t --projective frame*.png out.png
ale --3dv 0 out.png --projective frame*.png null:
ale --visp last:sinc*lanc:6 sf:0 out/ .jpg in/*.jpg null:
ale is a wrapper script that calls the executable ale-bin after extracting exposure EXIF information from image files (when the exiftool utility is available) and converting from raw formats (when the dcraw utility is available).
When ale-bin has been linked with ImageMagick, input and output files may be of any kind supported by ImageMagick. Otherwise, only PPM files can be read and written by ale-bin.
OPTIONS are summarized via built-in help pages (see HELP OPTIONS below). More detailed manuals describing options and internal algorithms are available for certain versions of ALE. See SEE ALSO below for more details on other manuals.
A listing of available help options can be obtained by invoking ale --hu.
The wrapper script ale recognizes the following environment variables:
ALE_BIN
DCRAW
EXIF_UTILITY
ALE_COUNT_THREADS
PAGER
More detailed manuals for certain versions of ALE are distributed with source packages, and may also be available from:
http://auricle.dyndns.org/ALE/manuals/
03/31/2009 |