jpg2tif
Synopsis
Convert original files in jpg-format to tif.
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.
- 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.
- JPG2TIF_OPTS
- Additional options for convert. E.g. if you want to rotate your files, you could set JPG2TIF_OPTS=-rotate 90. To automatically rotate images using the information in the exif-tag "orientation", use JPG2TIF_OPTS=-auto-orient.
Description
Convert original images in jpg-format to tif. The quality is set to 98, maybe this will be configurable in the future.