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 luts.md #6

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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`