table of contents
| dnglab-ftpserver(1) | General Commands Manual | dnglab-ftpserver(1) |
NAME¶
dnglab-ftpserver - Convert raw image(s) into dng format
SYNOPSIS¶
dnglab-ftpserver [-c|--compression] [--ljpeg92-predictor] [--dng-preview] [--dng-thumbnail] [--embed-raw] [--artist] [--keep-mtime] [--image-index] [--crop] [-f|--override] [--port] [--listen] [--keep-original] [-h|--help] <OUTPUT>
DESCRIPTION¶
Convert raw image(s) into dng format
OPTIONS¶
- -c, --compression <compression> [default: lossless]
- Compression for raw image
Possible values:
- lossless
- uncompressed
- --ljpeg92-predictor <predictor> [default: 1]
- LJPEG-92 predictor
- --dng-preview <preview> [default: true]
- DNG include preview image
Possible values:
- true
- false
- --dng-thumbnail <thumbnail> [default: true]
- DNG include thumbnail image
Possible values:
- true
- false
- --embed-raw <embedded> [default: true]
- Embed the raw file into DNG
Possible values:
- true
- false
- --artist <artist>
- Set the artist tag
- --keep-mtime <keepmtime> [default: false]
- Keep mtime, read from EXIF with fallback to original file mtime
Possible values:
- true
- false
- --image-index <index> [default: 0]
- Select a specific image index (or 'all') if file is a image container
- --crop <crop> [default: best]
- DNG default crop
Possible values:
- best
- activearea
- none
- -f, --override
- Override existing files
- --port <port> [default: 2121]
- FTP listen port
- --listen <addr> [default: 0.0.0.0]
- FTP listen address
- --keep-original <keep> [default: true]
- Keep original raw
Possible values:
- true
- false
- -h, --help
- Print help
- <OUTPUT>
- Output file or existing directory
| dnglab-ftpserver |