From c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:43:52 +0200 Subject: Imported Upstream version 1.6.3 --- icc/iccdump.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'icc/iccdump.c') diff --git a/icc/iccdump.c b/icc/iccdump.c index aaf14f0..76959e7 100644 --- a/icc/iccdump.c +++ b/icc/iccdump.c @@ -182,6 +182,9 @@ main(int argc, char *argv[]) { if ((rv = icco->read(icco,fp,offset)) != 0) error ("%d, %s",rv,icco->err); + if (icco->header->cmmId == str2tag("argl")) + icco->allowclutPoints256 = 1; + if (ntag_names > 0) { int i; for (i = 0; i < ntag_names; i++) { -- cgit v1.2.3