From a14467f10bfc269511f4bffcf6b64fbab94ac959 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 15 Nov 2015 15:49:30 +0000 Subject: [PATCH] Iccprofile doesn't have a defined length --- PIL/TiffTags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/TiffTags.py b/PIL/TiffTags.py index af6d1b386..5af739742 100644 --- a/PIL/TiffTags.py +++ b/PIL/TiffTags.py @@ -133,7 +133,7 @@ TAGS_V2 = { # FIXME add more tags here 34665: ("ExifIFD", 3, 1), - 34675: ('ICCProfile', 7, 1), + 34675: ('ICCProfile', 7, 0), # MPInfo 45056: ("MPFVersion", 7, 1),