summaryrefslogtreecommitdiff
path: root/icc/iccdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'icc/iccdump.c')
-rw-r--r--icc/iccdump.c3
1 files changed, 3 insertions, 0 deletions
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++) {