summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_image_access.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_image_access.py b/tests/test_image_access.py
index b88a5ad..9f0426d 100644
--- a/tests/test_image_access.py
+++ b/tests/test_image_access.py
@@ -321,13 +321,6 @@ def test_icc_use(resources):
assert pim.icc.profile.xcolor_space == 'GRAY'
-def test_icc_extract(resources):
- xobj, _pdf = first_image_in(resources / 'tree-icc.pdf')
-
- pim = PdfImage(xobj)
- assert pim.as_pil_image().info['icc_profile'] == pim.icc.tobytes()
-
-
def test_stacked_compression(resources):
xobj, _pdf = first_image_in(resources / 'pike-flate-jp2.pdf')