From 7bb1b6d7837b5843e976d5bae4d7a68bedb5cc23 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Mon, 19 Jan 2015 17:48:15 +0100 Subject: [PATCH] Update "README" file and convert it to "markdown". --- aces_1.0.0/README | 87 -------------------------------------------------- aces_1.0.0/README.md | 85 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 87 deletions(-) delete mode 100644 aces_1.0.0/README create mode 100644 aces_1.0.0/README.md diff --git a/aces_1.0.0/README b/aces_1.0.0/README deleted file mode 100644 index ed7bf1c..0000000 --- a/aces_1.0.0/README +++ /dev/null @@ -1,87 +0,0 @@ -ACES VERSION: 1.0 - -Information about ACES ----------------------- -The ACES home page is here -- http://www.oscars.org/aces - -Generating configurations -------------------------- -Configurations can be generated by the Python script here: -- https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/python -The resolution of 1D and 3D LUTs can be set by the user. -Usage is described at the head of the file. - -Two resolutions of configs are available. -- The current, default resolution is 33x33x33 for the 3D LUTs and 1024 for the 1D LUTs. ---- That can be grabbed from the current repo. ---- https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/luts ---- https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/baked - -- A previous commit had resolutions of 65x65x65 for the 3D LUTs and 4096 for the 1D LUTs ---- Those LUTs can be grabbed from the following earlier commit ---- https://github.com/hpd/OpenColorIO-Configs/tree/3df6975d47cdea87abdbbadf6640fc707f4728f0/aces_1.0.0/luts ---- https://github.com/hpd/OpenColorIO-Configs/tree/3df6975d47cdea87abdbbadf6640fc707f4728f0/aces_1.0.0/baked - -ACES CTL code used as source for configuration can be found here -- https://github.com/ampas/aces-dev/tree/v1.0 -- https://github.com/ampas/aces-dev/releases/tag/v1.0 - -Transforms ----------- -Transforms generated based on the following sources - -ACES2065, ACEScc, ACESproxy, ACEScg -Ouput Transforms (RRT/ODTs), LMTs -- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl - -ARRI -- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/idt/vendorSupplied/arri/alexa -- Conversations with Joseph Goldstone of ARRI - -Canon -- http://usa.canon.com/cusa/professional/standard_display/aces -- http://learn.usa.canon.com/app/pdfs/white_papers/White_Paper_Clog_optoelectronic.pdf -- http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c500#DriversAndSoftware -- http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c300#DriversAndSoftware ---- Choose 'OSX Mountain Lion v10.8' to download the IDTs -- http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c100#DriversAndSoftware ---- Choose 'OSX Mountain Lion v10.8' to download the IDTs - -RED -- http://www.red.com/learn/red-101/redlogfilm-redgamma -- Conversations with Graeme Nattress of RED - -Sony -- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/idt/vendorSupplied/sony - -ADX -- https://github.com/imageworks/OpenColorIO-Configs/tree/master/aces_0.7.1 -- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/unbuild/universal - -Thanks ------- -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 - -Steve Agland -Joe Bogacz -Scott Dyer -Alex Fry -Alex Forsythe -Joseph Goldstone -Jim Houston -Thomas Mansencal -Will McCown -Graeme Nattress -Doug Walker - -Dependencies ------------- -The Python config generation script depends on the following packages -OpenImageIO -- http://openimageio.org - -OpenColorIO -- http://opencolorio.org/ - - diff --git a/aces_1.0.0/README.md b/aces_1.0.0/README.md new file mode 100644 index 0000000..2ab0e19 --- /dev/null +++ b/aces_1.0.0/README.md @@ -0,0 +1,85 @@ +ACES 1.0.0 +========== + +Informations about ACES +----------------------- + +The **ACES** project home page is here: http://www.oscars.org/aces + +Generating Configurations +------------------------- + +Configurations can be generated by the following *Python* package: https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/python + +The resolution of 1D and 3D LUTs can be set by the user. + +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. + +Two resolutions of configuration are available: + +- The current, default resolution is 33x33x33 for the 3D LUTs and 1024 for the 1D LUTs. They can be retrieved from the current repository: + - https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/luts + - https://github.com/hpd/OpenColorIO-Configs/tree/master/aces_1.0.0/baked + +- 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: + - https://github.com/hpd/OpenColorIO-Configs/tree/3df6975d47cdea87abdbbadf6640fc707f4728f0/aces_1.0.0/luts + - https://github.com/hpd/OpenColorIO-Configs/tree/3df6975d47cdea87abdbbadf6640fc707f4728f0/aces_1.0.0/baked + +The **ACES CTL** code used as source for the configuration is available here: +- https://github.com/ampas/aces-dev/tree/v1.0 +- https://github.com/ampas/aces-dev/releases/tag/v1.0 + +Transforms +---------- +Transforms generated based on the following sources: + +### ACES2065, ACEScc, ACESproxy, ACEScg Output Transforms (RRT/ODTs), LMTs +- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl + +### ARRI +- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/idt/vendorSupplied/arri/alexa +- Conversations with Joseph Goldstone of ARRI + +### Canon +- http://usa.canon.com/cusa/professional/standard_display/aces +- http://learn.usa.canon.com/app/pdfs/white_papers/White_Paper_Clog_optoelectronic.pdf +- http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c500#DriversAndSoftware +- http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c300#DriversAndSoftware + - Choose *OSX Mountain Lion v10.8* to download the IDTs +- http://www.usa.canon.com/cusa/professional/products/professional_cameras/cinema_eos_cameras/eos_c100#DriversAndSoftware + - Choose *OSX Mountain Lion v10.8* to download the IDTs + +### RED +- http://www.red.com/learn/red-101/redlogfilm-redgamma +- Conversations with Graeme Nattress of RED + +### Sony +- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/idt/vendorSupplied/sony + +### ADX +- https://github.com/imageworks/OpenColorIO-Configs/tree/master/aces_0.7.1 +- https://github.com/ampas/aces-dev/tree/v1.0/transforms/ctl/unbuild/universal + +Thanks +------ +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: + +- Steve Agland +- Joe Bogacz +- Scott Dyer +- Alex Fry +- Alex Forsythe +- Joseph Goldstone +- Jim Houston +- Thomas Mansencal +- Will McCown +- Graeme Nattress +- Doug Walker + +Dependencies +------------ +The *Python* configuration generation package depends on the following +libraries: + +- **OpenImageIO**: http://openimageio.org +- **OpenColorIO**: http://opencolorio.org/ -- 1.7.10.4