Man page - ale(1)
Packages contas this manual
Manual
| ALE(1) | ALE(1) |
NAME
ale - a synthetic capture engine and renderer
SYNOPSIS
ale [OPTIONS] original-frame [supplemental-frames ...] output-file
ale [HELP OPTIONS]
ale --version
DESCRIPTION
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).
EXAMPLES
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:
USAGE
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
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.
HELP OPTIONS
A listing of available help options can be obtained by invoking ale --hu.
ENVIRONMENT
The wrapper script ale recognizes the following environment variables:
ALE_BIN
DCRAW
EXIF_UTILITY
ALE_COUNT_THREADS
PAGER
SEE ALSO
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 |