Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 3398196

Browse files
author
mfe
committed
Update doc fixes #6
1 parent 2389dd4 commit 3398196

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lutLab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It uses [OpenColorIO](http://opencolorio.org/) to read and process input LUTs.
88

99
Available scripts :
1010

11-
- **lut_to_lut**: convert a lut into another format. For now, only conversion to 1D/2D cube or 1D/2D csp is supported
11+
- **lut_to_lut**: convert a lut into another format. For now, only conversion to 1D/2D/3D cube or 1D/2D csp is supported
1212

1313
- **ext_1d_lut**: extract the tone mapping curve of a 3D LUT using a bicubic interpolation (or not)
1414

lutLab/lut_to_lut.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def lut_to_lut(inlutfile, outlutfile=None, type='1D_CUBE',
3030
outlutfile (str): the output 1D LUT. If not define, LUT is written in
3131
the input LUT directory and post-fixed with "_export"
3232
33-
type (str): specify output LUT format. For now only 2D csp and 2D cube
34-
are available.
33+
type (str): specify output LUT format. For now only 2D/3D csp and 2D
34+
cube are available.
3535
3636
lutsize (int): out LUT bit precision for 1D. Ex : 16 (bits)
3737

utils/cube_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def write_1d_cube_lut(filename, values, comment=None, title="Iridas LUT"):
6767
comment (str): an optionnal comment
6868
6969
title (str): title of the LUT
70+
7071
"""
7172
write_2d_cube_lut(filename, values, comment, title)
7273

0 commit comments

Comments
 (0)