Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update darktable-cli.md export options #595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions content/special-topics/program-invocation/darktable-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,21 +116,17 @@ The following sections describe the configuration options/values that are availa
`quality`
: The compression quality (`5` - `100`)

### j2k (jpg2000)

`format`
: The format of the output
: - `0`: J2K
: - `1`: jp2
### j2k (JPEG 2000)

`quality`
: The compression quality (`5` - `100`)

`preset`
: The DCP mode
: - `0`: Cinema2K, 24 FPS
: - `1`: Cinema2K, 48 FPS
: - `2`: Cinema4K, 24 FPS
: - `0`: off
: - `1`: Cinema2K, 24 FPS
: - `2`: Cinema2K, 48 FPS
: - `3`: Cinema4K, 24 FPS

### exr (OpenEXR)

Expand Down Expand Up @@ -207,6 +203,11 @@ No options provided.
`bpp`
: The bit depth (`8`, `16`, `32`)

`pixelformat`
: The 16-bit pixel format
: - `0`: unsigned integer
: - `1`: floating point

`compress`
: The compression type
: - `0`: uncompressed
Expand All @@ -217,7 +218,7 @@ No options provided.
: The compression level (`0` - `9`)

`shortfile`
: B&W or color image
: B&W as grayscale
: - `0`: write rgb colors
: - `1`: write grayscale

Expand Down Expand Up @@ -247,13 +248,13 @@ No options provided.
`bpp`
: The bit depth (`8`, `16`, `32`)

### JXL
### jxl (JPEG XL)

`bpp`
: The bit depth (`8`, `10`, `12`, `16`, `32`)

`pixel_type`
: Boolean whether the (16 bit) pixel type is unsigned integer or floating point
: Boolean whether the 16-bit pixel type is unsigned integer or floating point
: - `0`: unsigned integer
: - `1`: floating point

Expand Down
Loading