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

Commit

Permalink
Update doc fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
mfe committed Oct 18, 2013
1 parent 2389dd4 commit 3398196
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lutLab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It uses [OpenColorIO](http://opencolorio.org/) to read and process input LUTs.

Available scripts :

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

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

Expand Down
4 changes: 2 additions & 2 deletions lutLab/lut_to_lut.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def lut_to_lut(inlutfile, outlutfile=None, type='1D_CUBE',
outlutfile (str): the output 1D LUT. If not define, LUT is written in
the input LUT directory and post-fixed with "_export"
type (str): specify output LUT format. For now only 2D csp and 2D cube
are available.
type (str): specify output LUT format. For now only 2D/3D csp and 2D
cube are available.
lutsize (int): out LUT bit precision for 1D. Ex : 16 (bits)
Expand Down
1 change: 1 addition & 0 deletions utils/cube_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def write_1d_cube_lut(filename, values, comment=None, title="Iridas LUT"):
comment (str): an optionnal comment
title (str): title of the LUT
"""
write_2d_cube_lut(filename, values, comment, title)

Expand Down

0 comments on commit 3398196

Please sign in to comment.