commit | 85336bc041d154cce6aa44cf299e538a304ee2db | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Wed Feb 01 21:10:23 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Wed Feb 01 21:10:23 2012 +0000 |
tree | 9eefaf6daa7f1fac1e7ae3b5f339184371f0a1c9 | |
parent | 374b8ad2958410591db2e8c42e9b65ef89655e00 [diff] [blame] |
diff --git a/coders/icon.c b/coders/icon.c index 9dd025e..acfda70 100644 --- a/coders/icon.c +++ b/coders/icon.c
@@ -862,7 +862,8 @@ next=image; do { - if (next->compression == ZipCompression) + if ((next->columns > 256L) && (next->rows > 256L) && + (next->compression == ZipCompression)) { Image *write_image;