|
| 1 | +getNumColorSpaces = 25 |
| 2 | +getColorSpaceNames = ['sRGB - Display', 'Gamma 2.2 Rec.709 - Display', 'Display P3 - Display', 'Display P3 HDR - Display', 'P3-D65 - Display', 'Rec.1886 Rec.709 - Display', 'Rec.2100-PQ - Display', 'ST2084-P3-D65 - Display', 'ACES2065-1', 'ACEScc', 'ACEScct', 'ACEScg', 'sRGB Encoded Rec.709 (sRGB)', 'Gamma 1.8 Encoded Rec.709', 'Gamma 2.2 Encoded Rec.709', 'Gamma 2.4 Encoded Rec.709', 'sRGB Encoded P3-D65', 'Gamma 2.2 Encoded AdobeRGB', 'sRGB Encoded AP1', 'Gamma 2.2 Encoded AP1', 'Linear AdobeRGB', 'Linear P3-D65', 'Linear Rec.2020', 'Linear Rec.709 (sRGB)', 'Raw'] |
| 3 | +Index of 'lin_srgb' = 23 |
| 4 | +Index of 'unknown' = -1 |
| 5 | +Name of color space 2 = Display P3 - Display |
| 6 | +getNumLooks = 1 |
| 7 | +getLookNames = ['ACES 1.3 Reference Gamut Compression'] |
| 8 | +getNumDisplays = 8 |
| 9 | +getDisplayNames = ['sRGB - Display', 'Display P3 - Display', 'Display P3 HDR - Display', 'Gamma 2.2 Rec.709 - Display', 'P3-D65 - Display', 'Rec.1886 Rec.709 - Display', 'Rec.2100-PQ - Display', 'ST2084-P3-D65 - Display'] |
| 10 | +getDefaultDisplayName = sRGB - Display |
| 11 | +getNumViews = 4 |
| 12 | +getViewNames = ['ACES 2.0 - SDR 100 nits (Rec.709)', 'Un-tone-mapped', 'Video (colorimetric)', 'Raw'] |
| 13 | +getDefaultViewName = ACES 2.0 - SDR 100 nits (Rec.709) |
| 14 | +getNumRoles = 9 |
| 15 | +getRoles = ['aces_interchange', 'cie_xyz_d65_interchange', 'color_picking', 'color_timing', 'compositing_log', 'data', 'matte_paint', 'scene_linear', 'texture_paint'] |
| 16 | +aliases of 'scene_linear' are ['ACES - ACEScg', 'lin_ap1', 'lin_ap1_scene'] |
| 17 | +resolve('foo'): foo |
| 18 | +resolve('linear'): Linear Rec.709 (sRGB) |
| 19 | +resolve('scene_linear'): ACEScg |
| 20 | +resolve('lin_srgb'): Linear Rec.709 (sRGB) |
| 21 | +resolve('srgb'): sRGB Encoded Rec.709 (sRGB) |
| 22 | +resolve('ACEScg'): ACEScg |
| 23 | +equivalent('lin_srgb', 'srgb'): False |
| 24 | +equivalent('scene_linear', 'srgb'): False |
| 25 | +equivalent('linear', 'lin_srgb'): False |
| 26 | +equivalent('scene_linear', 'lin_srgb'): False |
| 27 | +equivalent('ACEScg', 'scene_linear'): True |
| 28 | +equivalent('lnf', 'scene_linear'): False |
| 29 | + |
| 30 | +Loaded test OCIO config: oiio_test_v0.9.2.ocio |
| 31 | +Parsed color space for filepath 'foo_lin_ap1.exr': ACEScg |
| 32 | +Default color space: lin_rec709 |
| 33 | +Default display: sRGB (~2.22) - Display |
| 34 | +Default view for sRGB (~2.22) - Display (from lin_rec709): ACES 1.0 - SDR Video |
| 35 | +Default view for sRGB (~2.22) - Display (from 'srgb_tx'): Colorimetry |
| 36 | +Color space name from DisplayView transform referencing Shared View: sRGB (~2.22) - Display |
| 37 | +Test buffer -- initial values: [[[0.1 0.5 0.9]]] (ACEScg) |
| 38 | +ociodisplay #1 (apply default display/view): [[[-2.123 0.671 0.8037]]] (sRGB (~2.22) - Display) |
| 39 | +ociodisplay #2 (apply default display/view again): [[[-2.123 0.671 0.8037]]] (sRGB (~2.22) - Display) |
| 40 | +ociodisplay #3 (inverse look): [[[-2.252 0.6714 0.8037]]] (sRGB (~2.22) - Display) |
| 41 | +ociodisplay #4 (forwards look): [[[-2.123 0.671 0.8037]]] (sRGB (~2.22) - Display) |
| 42 | +ociodisplay #5 (inverse look + forwards look): [[[-2.123 0.671 0.8037]]] (sRGB (~2.22) - Display) |
| 43 | + |
| 44 | +Done. |
0 commit comments