raw2tif
Synopsis
Convert original files in raw-format to tif. Ufraw must support your raw-format.
Prerequisites
None.
Configuration
- ORIG_DIR
- Directory for original images. Defaults to $TARGET_DIR/orig.
- IMG_DIR
- Working directory. Defaults to $TARGET_DIR/work. This module creates it's output files in this directory.
- UFRAW_OPTS
- Additional options for ufraw.
- UFRAW_CONF
- Configuration-file (also called ID-file) for ufraw.
- IMG_DEPTH
- Color depth of the generated image (8 or 16)
- PREVIEW_MODE
- If set to 1, resize images to $PREVIEW_SIZE.
- PREVIEW_SIZE
- If PREVIEW_MODE=1 the converted images is at most ${PREVIEW_SIZE}x${PREVIEW_SIZE} large.
Description
Convert original images in raw-format to tif. To pass options to ufraw, either use UFRAW_OPTS, or set UFRAW_CONF to an ufraw-configuration file. You can create such a file using the ufraw-gui. Please see the ufraw-documentation for details.