Created and used shapers appropriate to HDR Output Transform.
[OpenColorIO-Configs.git] / aces_1.0.0 / README.md
index 3121612..361bd65 100644 (file)
@@ -24,7 +24,7 @@ For ease of use across a broader number of applications, the family name of each
 ### ACES
 
 - Colorspaces
-       - ACES2065
+       - ACES2065-1
        - ACEScc
        - ACESproxy
        - ACEScg
@@ -42,7 +42,7 @@ For ease of use across a broader number of applications, the family name of each
 - Description: Colorspaces and transforms representing the ACES ADX spaces used for film scanning and printing.
 
 - Technical information: Transforms generated based on the [ACES CTL Transforms](https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl)
-       - [Alex Fry's ACES 0.7.1 OCIO config](https://github.com/imageworks/OpenColorIO-Configs/tree/master/aces_0.7.1) as also a valuable resource.
+       - [Alex Fry's ACES 0.7.1 OCIO config](https://github.com/imageworks/OpenColorIO-Configs/tree/master/aces_0.7.1) was also a valuable resource.
 
 ### Look
 
@@ -52,6 +52,7 @@ For ease of use across a broader number of applications, the family name of each
        - ACES 1.0 to 0.7 emulation
 
 - Description: Colorspaces and transforms emulating the look of the ACES 0.1, 0.2 and 0.7 release.
+       - Should be applied to data in the ACES2065-1 colorspace.
        - Should be used before an ACES Output Transform
 
 - Technical information: Transforms generated based on the [ACES CTL Transforms](https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl)
@@ -130,6 +131,10 @@ For ease of use across a broader number of applications, the family name of each
        - The colorspaces that start with "Curve - " will apply a transfer function but not convert between gamuts.
 
 
+### Roles
+
+- Description: The role colorspaces are aliases to the colorspaces used for the OCIO 'roles' functionality.
+
 ### Aliases
 
 - Description: The alias colorspaces are named with all lower-case letters and no spaces, dashes, parentheses or other characters that would not work well in a filename. They are only references, aliases for the base colorspaces with more user-friendly names. These spaces were added to enable OCIO's token-based colorspace / filename matching.
@@ -221,10 +226,13 @@ Features exposed for customization by the user include:
 - Two modes of creating the list of OCIO Displays and Views
 
 ### CTL Source
-The configuration depends on the **'hotfixes' fork of the 1.0 ACES CTL** that is available here:
+The configuration depends on the **'hotfixes' fork of the 1.0 ACES CTL**. The fork contains a number of minor bug fixes and small additions in the utilities folder but is otherwise the same as the master ACES 1.0 release. 
+
+The fork is available here:
 
 - https://github.com/ampas/aces-dev/tree/hotfixes/transforms/ctl
-- The fork contains a number of minor bug fixes and small additions in the utilities folder but is otherwise the same as the master ACES 1.0 release.
+- Clone this repo using the following command
+       - git clone --branch hotfixes https://github.com/ampas/aces-dev.git
 
 
 Dependencies
@@ -233,8 +241,30 @@ The *Python* configuration generation package depends on the following
 libraries:
 
 - **OpenImageIO**: http://openimageio.org
-- **OpenColorIO**: http://opencolorio.org/
-
+       - Detailed build instructions can be found here: [OpenImageIO Build Instructions](https://sites.google.com/site/openimageio/checking-out-and-building-openimageio)
+- **OpenColorIO**: http://opencolorio.org
+       - Detailed build instructions can be found here: [OpenColorIO Build Instructions](http://opencolorio.org/installation.html)
+- **CTL**: https://github.com/ampas/CTL
+
+
+Building on Mac OSX
+- 
+Use the following commands to build these packages on Mac OSX
+
+- OpenColorIO
+       - brew install -vd opencolorio --with-python
+- Update the homebrew repository of install scripts to make sure that OpenImageIO is included.
+       - brew tap homebrew/science
+- Optional Dependencies for OpenImageIO
+       - brew install -vd libRaw
+       - brew install -vd OpenCV
+- OpenImageIO
+       - brew install -vd openimageio --with-python
+- CTL
+       - brew install -vd CTL
+- OpenColorIO, a second time. *ociolutimage* will build with *openimageio* installed.
+       - brew uninstall -vd opencolorio
+       - brew install -vd opencolorio --with-python
 
 Thanks
 ------