Updated __init__.py to reflect version no. and new LUT defaults
[OpenColorIO-Configs.git] / aces_0.1.1 / README
1 RRT VERSION: v0.1.1
2 https://github.com/ampas/aces-dev/commit/cfd524bb577a251497c044622eab2a722ebcee04
3
4 config_1_0_3.ocio:  requires OCIO 1.0.3+.
5 - specifies the use of tetrahedral interpolation on the RRTs
6
7 config.ocio:  requires OCIO 1.0.0+.
8
9
10 # COMMANDS TO GENERATE RRT 3D LUTS
11 # This is to pickup the log -> aces transform (the input allocation)
12 setenv OCIO /path/to/ocio/aces/config.ocio
13
14 ociolutimage --generate --colorconvert log aces --output log_aces.exr
15
16 ctlrender -ctl rrt/rrt.ctl -ctl odt/p3d60/odt_p3d60.ctl log_aces.exr rrt_p3d60.exr
17 ctlrender -ctl rrt/rrt.ctl -ctl odt/p3dci/odt_p3dci.ctl log_aces.exr rrt_p3dci.exr
18 ctlrender -ctl rrt/rrt.ctl -ctl odt/rec709/odt_rec709.ctl log_aces.exr rrt_rec709.exr
19 ctlrender -ctl rrt/rrt.ctl -ctl odt/smpte_rp/rdt_dcdm.ctl log_aces.exr rrt_dcdm.exr
20 ctlrender -ctl rrt/rrt.ctl -ctl odt/sRGB/odt_sRGB.ctl log_aces.exr rrt_sRGB.exr
21
22 ociolutimage --extract --input rrt_p3d60.exr --output rrt_v0_1_1_p3d60.spi3d
23 ociolutimage --extract --input rrt_p3dci.exr --output rrt_v0_1_1_p3dci.spi3d
24 ociolutimage --extract --input rrt_rec709.exr --output rrt_v0_1_1_rec709.spi3d
25 ociolutimage --extract --input rrt_dcdm.exr --output rrt_v0_1_1_dcdm.spi3d
26 ociolutimage --extract --input rrt_sRGB.exr --output rrt_v0_1_1_sRGB.spi3d
27