From 52067fcf9a8b1efa1ddfcb3e53c05bf5be0fe1eb Mon Sep 17 00:00:00 2001 From: blackworm27 <141035904+blackworm27@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:25:41 +0000 Subject: [PATCH] Update luts.md 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. --- docs/developers/luts.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/developers/luts.md b/docs/developers/luts.md index 84640ce..cc83193 100644 --- a/docs/developers/luts.md +++ b/docs/developers/luts.md @@ -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 @@ -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: @@ -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` \ No newline at end of file +- Shaper LUT: `%PROGAMDATA%\Blackmagic Design\DaVinci Resolve\LUT\ACES\LMT ACES v0.1.1.cube`