Skip to content

Commit e2e5eba

Browse files
committed
Update ref image
1 parent 963b46a commit e2e5eba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

testsuite/python-colorconfig/ref/out-ocio21-python27-alt.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ aliases of 'scene_linear' are []
1717
resolve('foo'): foo
1818
resolve('linear'): linear
1919
resolve('scene_linear'): linear
20-
resolve('lin_srgb'): lin_srgb
20+
resolve('lin_srgb'): linear
2121
resolve('srgb'): sRGB
22+
resolve('ACEScg'): ACEScg
2223
equivalent('lin_srgb', 'srgb'): False
2324
equivalent('scene_linear', 'srgb'): False
24-
equivalent('scene_linear', 'lin_srgb'): False
25+
equivalent('linear', 'lin_srgb'): True
26+
equivalent('scene_linear', 'lin_srgb'): True
2527
equivalent('ACEScg', 'scene_linear'): False
2628
equivalent('lnf', 'scene_linear'): False
2729

0 commit comments

Comments
 (0)