table of contents
        
      
      
    | dnglab-convert(1) | General Commands Manual | dnglab-convert(1) | 
NAME¶
dnglab-convert - Convert raw image(s) into dng format
SYNOPSIS¶
dnglab-convert [-c|--compression] [--ljpeg92-predictor] [--dng-preview] [--dng-thumbnail] [--embed-raw] [--artist] [--keep-mtime] [--image-index] [--crop] [-f|--override] [-r|--recursive] [-h|--help] <INPUT> <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
 - -r, --recursive
 - Process input directory recursive
 - -h, --help
 - Print help
 - <INPUT>
 - Input file or directory
 - <OUTPUT>
 - Output file or existing directory
 
| dnglab-convert |