summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2018-09-18 00:57:35 -0700
committerJames R. Barlow <jim@purplerock.ca>2018-09-18 00:57:35 -0700
commit5e55e70b55c1bb6751d3d3996132154e181e5bf2 (patch)
tree4d74c02a34d65fd5e64d79778b0b3cc35aa5a83e /tests
parente0d33094d7471e3ca41aac9a9e35034e4631debd (diff)
image.py: more refactoring to make PdfInlineImage closer in behavior
Diffstat (limited to 'tests')
-rw-r--r--tests/test_image_access.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_image_access.py b/tests/test_image_access.py
index 746874b..d321e8f 100644
--- a/tests/test_image_access.py
+++ b/tests/test_image_access.py
@@ -112,6 +112,7 @@ def test_inline(inline):
assert iimage.image_mask == False
assert iimage.mode == 'RGB'
assert iimage.is_inline
+ assert iimage.colorspace == '/DeviceRGB'
def test_bits_per_component_missing(congress):