Skip to content

Commit 1629e33

Browse files
committed
Update round trip
1 parent cfb7f71 commit 1629e33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_roundtrip.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ class Color(Base):
2424
# These spaces, since they are digital, don't have the resolution to have good round trip throughout sRGB
2525
Color.deregister('space:sycc-8bit')
2626
Color.deregister('space:ycbcr709-8bit')
27+
Color.deregister('space:ycbcr709-10bit')
2728
Color.deregister('space:ycbcr2020-10bit')
29+
Color.deregister('space:ycbcr2020-12bit')
2830

2931
SPACES = dict.fromkeys(Color.CS_MAP, 6)
3032
# Not as accurate due to approximation back to CAM16
@@ -98,7 +100,9 @@ class Color(Base):
98100
# These spaces, since they are digital, don't have the resolution to have good round trip throughout sRGB
99101
Color.deregister('space:sycc-8bit')
100102
Color.deregister('space:ycbcr709-8bit')
103+
Color.deregister('space:ycbcr709-10bit')
101104
Color.deregister('space:ycbcr2020-10bit')
105+
Color.deregister('space:ycbcr2020-12bit')
102106

103107
SPACES = dict.fromkeys(Color.CS_MAP, 6)
104108

0 commit comments

Comments
 (0)