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