From 6dec6b23a7d2941751bf2119daefc34ca6a7608b Mon Sep 17 00:00:00 2001 From: brkglvn01 <137747343+brkglvn01@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:45:22 -0400 Subject: [PATCH] Updated documentation as 3D LUTs can now be inverted (#1812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix documentation build (#1809) * Fix documentation build on Doxygen 1.9.7 Signed-off-by: Rémi Achard * Remove doxygen group names Signed-off-by: Rémi Achard * Remove remaining doxygen group Signed-off-by: Rémi Achard --------- Signed-off-by: Rémi Achard Signed-off-by: Brooke * Updated documentation as 3D LUTs can now be inverted Signed-off-by: Brooke Signed-off-by: Brooke --------- Signed-off-by: Rémi Achard Signed-off-by: Brooke Signed-off-by: Brooke Co-authored-by: Rémi Achard --- docs/tutorials/baking_luts.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/baking_luts.rst b/docs/tutorials/baking_luts.rst index 9358091120..c53a545eed 100644 --- a/docs/tutorials/baking_luts.rst +++ b/docs/tutorials/baking_luts.rst @@ -150,11 +150,10 @@ this to a Flame compatible 3dl file, simply run:: ociobakelut --format flame --lut log_to_display.lut for_flame.3dl -Reversing a 1D LUT +Reversing a LUT ++++++++++++++++++ -You can apply a LUT in reverse, and write this to a new LUT (this does -not work for 3D LUT's, but will for 1D LUT's):: +You can apply a LUT in reverse, and write this to a new LUT:: bash$ ociobakelut --format flame --invlut logtosrgb.3dl srgbtolog.3dl