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

Commit 60c185e

Browse files
author
mfe
committed
Update README
1 parent 395f62f commit 60c185e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ Includes :
1313

1414
+ [lutLab](https://github.com/mikrosimage/ColorPipe-tools/tree/master/lutLab) contains utility python scripts to convert and manipulate Look Up Tables.
1515

16-
![ext_1d_lut](https://dl.dropboxusercontent.com/u/2979643/ext_1d_lut_compare.png "ext_1d_lut")
16+
Available scripts :
17+
18+
**lut_to_lut**: convert a 1D/2D/3D lut into another format.
19+
20+
**ext_1d_lut**: extract the tone mapping curve of a 3D LUT using a bicubic interpolation (or not)
21+
22+
**rgb_to_xyz_matrix**: generate RGB colorspace to XYZ conversion matrix
23+
24+
**curve_to_lut**: Export a LUT from a colorspace gradation function
25+
26+
1727

1828
+ [web_app](https://github.com/mikrosimage/ColorPipe-tools/tree/master/web_app) is a web version of the previous tools based on [cherryPy](http://www.cherrypy.org/).
1929

lutLab/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ 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/3D cube or 1D/2D csp is supported
11+
- **lut_to_lut**: convert a 1D/2D/3D lut into another format.
1212

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

1515
- **rgb_to_xyz_matrix**: generate RGB colorspace to XYZ conversion matrix
1616

17+
- **curve_to_lut**: Export a LUT from a colorspace gradation function
18+
1719

1820
Supported input LUT formats : 3dl, csp, cub, cube, hdl, look, mga/m3d, spid1d, spi3d, spimtx, vf.
1921
See [OpenColorIO FAQ](http://opencolorio.org/FAQ.html) for more informations.

0 commit comments

Comments
 (0)