Skip to content

Commit

Permalink
Update luts.md
Browse files Browse the repository at this point in the history
The way the page appears in Firefox, it implies the LUT...SIZE and LUT...RANGE directives are on the same line, which is incorrect.  I attempt to correct this.
  • Loading branch information
blackworm27 committed Nov 2, 2023
1 parent 21c8618 commit 52067fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/developers/luts.md
Original file line number Diff line number Diff line change
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 52067fc

Please sign in to comment.