Static analysis session.
[OpenColorIO-Configs.git] / aces_1.0.0 / README
1 ACES VERSION: 1.0
2
3 Information about ACES
4 ----------------------
5 The ACES home page is here
6 - http://www.oscars.org/aces
7
8 Generating configurations
9 -------------------------
10 Configurations can be generated by the Python script here:
11 - https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/python
12 The resolution of 1D and 3D LUTs can be set by the user.
13 Usage is described at the head of the file.
14
15 Two resolutions of configs are available. 
16 - The current, default resolution is 33x33x33 for the 3D LUTs and 1024 for the 1D LUTs. 
17 --- That can be grabbed from the current repo.
18 --- https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/luts
19 --- https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/baked
20
21 - A previous commit had resolutions of 65x65x65 for the 3D LUTs and 4096 for the 1D LUTs
22 --- Those LUTs can be grabbed from the following earlier commit
23 --- https://github.com/hpd/OpenColorIO-Configs/tree/3df6975d47cdea87abdbbadf6640fc707f4728f0/aces_1.0.0/luts
24 --- https://github.com/hpd/OpenColorIO-Configs/tree/3df6975d47cdea87abdbbadf6640fc707f4728f0/aces_1.0.0/baked
25
26 ACES CTL code used as source for configuration can be found here
27 - https://github.com/ampas/aces-dev/tree/v1.0
28 - https://github.com/ampas/aces-dev/releases/tag/v1.0
29
30 Transforms
31 ----------
32 Transforms generated based on the following sources
33
34 ACES2065, ACEScc, ACESproxy, ACEScg
35 Ouput Transforms (RRT/ODTs), LMTs
36 - https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl
37
38 ARRI
39 - https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/idt/vendorSupplied/arri/alexa
40 - Conversations with Joseph Goldstone of ARRI
41
42 Canon
43 - http://usa.canon.com/cusa/professional/standard_display/aces
44 - http://learn.usa.canon.com/app/pdfs/white_papers/White_Paper_Clog_optoelectronic.pdf
45 - http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c500#DriversAndSoftware
46 - http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c300#DriversAndSoftware
47 --- Choose 'OSX Mountain Lion v10.8' to download the IDTs
48 - http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c100#DriversAndSoftware
49 --- Choose 'OSX Mountain Lion v10.8' to download the IDTs
50
51 RED
52 - http://www.red.com/learn/red-101/redlogfilm-redgamma
53 - Conversations with Graeme Nattress of RED
54
55 Sony
56 - https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/idt/vendorSupplied/sony
57
58 ADX
59 - https://github.com/imageworks/OpenColorIO-Configs/tree/master/aces_0.7.1
60 - https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/unbuild/universal
61
62 Thanks
63 ------
64 The script used to generate these transforms and the transforms themselves were the product of work and conversations with a number of people. Thanks go to
65
66 Steve Agland
67 Joe Bogacz
68 Scott Dyer
69 Alex Fry
70 Alex Forsythe
71 Joseph Goldstone
72 Jim Houston
73 Thomas Mansencal
74 Will McCown
75 Graeme Nattress
76 Doug Walker
77
78 Dependencies
79 ------------
80 The Python config generation script depends on the following packages
81 OpenImageIO
82 - http://openimageio.org
83
84 OpenColorIO
85 - http://opencolorio.org/
86
87