Defines the Academy Color Encoding System (ACES) related encodings:
See also
References
[1] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (n.d.). Academy Color Encoding System. Retrieved February 24, 2014, from http://www.oscars.org/science-technology/council/projects/aces.html |
[2] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2014). Technical Bulletin TB-2014-004 - Informative Notes on SMPTE ST 2065-1 – Academy Color Encoding Specification (ACES). Retrieved from https://github.com/ampas/aces-dev/tree/master/documents |
[3] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2014). Specification S-2014-003 - ACEScc , A Logarithmic Encoding of ACES Data for use within Color Grading Systems. Retrieved from https://github.com/ampas/aces-dev/tree/master/documents |
[4] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2014). Specification S-2013-001 - ACESproxy , an Integer Log Encoding of ACES Image Data. Retrieved from https://github.com/ampas/aces-dev/tree/master/documents |
[5] | The Academy of Motion Picture Arts and Sciences, Science and Technology Council, & Academy Color Encoding System (ACES) Project Subcommittee. (2014). Technical Bulletin TB-2014-012 - Academy Color Encoding System Version 1.0 Component Names. Retrieved from https://github.com/ampas/aces-dev/tree/master/documents |
ACES Primaries 0 or AP0 primaries.
AP0 : ndarray, (3, 2)
ACES Primaries 1 or AP1 primaries (known as Rec. 2020+ primaries prior to ACES 1.0 release).
AP1 : ndarray, (3, 2)
ACES2065-1 colourspace whitepoint name as illuminant.
ACES_ILLUMINANT : unicode
ACES2065-1 colourspace whitepoint.
ACES_WHITEPOINT : tuple
ACES Primaries 0 to CIE XYZ tristimulus values matrix.
AP0_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ tristimulus values to ACES Primaries 0 matrix.
XYZ_TO_AP0_MATRIX : array_like, (3, 3)
ACES Primaries 1 to CIE XYZ tristimulus values matrix.
AP1_TO_XYZ_MATRIX : array_like, (3, 3)
CIE XYZ tristimulus values to ACES Primaries 1 matrix.
XYZ_TO_AP1_MATRIX : array_like, (3, 3)
Transfer function from linear to ACES2065-1 colourspace.
ACES_2065_1_TRANSFER_FUNCTION : object
Inverse transfer function from ACES2065-1 colourspace to linear.
ACES_2065_1_INVERSE_TRANSFER_FUNCTION : object
ACES2065-1 colourspace, base encoding, used for exchange of full fidelity images and archiving.
ACES_2065_1_COLOURSPACE : RGB_Colourspace
Transfer function from linear to ACEScc colourspace.
ACES_CC_TRANSFER_FUNCTION : object
Inverse transfer function from ACEScc colourspace to linear.
ACES_CC_INVERSE_TRANSFER_FUNCTION : object
ACEScc colourspace, a working space for color correctors, target for ASC-CDL values created on-set.
ACES_CC_COLOURSPACE : RGB_Colourspace
ACESproxy 10 bit colourspace constants.
ACES_PROXY_10_CONSTANTS : Structure
ACESproxy 12 bit colourspace constants.
ACES_PROXY_12_CONSTANTS : Structure
Aggregated ACESproxy colourspace constants.
Transfer function from linear to ACESproxy colourspace.
ACES_PROXY_TRANSFER_FUNCTION : object
Inverse transfer function from ACESproxy colourspace to linear.
ACES_PROXY_INVERSE_TRANSFER_FUNCTION : object
ACESproxy colourspace, a lightweight encoding for transmission over HD-SDI (or other production transmission schemes), onset look management. Not intended to be stored or used in production imagery or for final color grading/mastering.
ACES_PROXY_COLOURSPACE : RGB_Colourspace
ACEScg colourspace, a working space for paint/compositor applications that don’t support ACES2065-1 or ACEScc.
ACES_CG_COLOURSPACE : RGB_Colourspace