Skip to content

Commit

Permalink
Merge pull request #6 from blackworm27/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Nov 2, 2023
2 parents 21c8618 + 52067fc commit bfe8073
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/developers/luts.md
Expand Up @@ -16,8 +16,9 @@ A 1D lookup table allows output values to be specified corresponding to
equally spaced input values in a given range. In the header of the LUT, the
size and range of the LUT can be specified as follows:

LUT_1D_SIZE N
LUT_1D_INPUT_RANGE MIN_VAL MAX_VAL
`LUT_1D_SIZE N`

`LUT_1D_INPUT_RANGE MIN_VAL MAX_VAL`

where:
N - number of entries, up to a maximum of 65536
Expand Down Expand Up @@ -52,6 +53,7 @@ Similar to a 1D LUT, the header contains information about the size of the
lookup table as well as the range of input values.

`LUT_3D_SIZE N`

`LUT_3D_INPUT_RANGE MIN_VAL MAX_VAL`

where:
Expand Down Expand Up @@ -139,4 +141,4 @@ On **Linux**, they are located at:
On **Windows**, they are located at:
- 1D LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\VFX IO\Linear to Cineon Log.cube`
- 3D LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\Blackmagic Design\Blackmagic 4.6K Film to Rec709.cube`
- Shaper LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\ACES\LMT ACES v0.1.1.cube`
- Shaper LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\ACES\LMT ACES v0.1.1.cube`

0 comments on commit bfe8073

Please sign in to comment.