commit | 7b2ce92257c00648b4e30cccddaaca450a83930d | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 06 11:40:39 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 06 11:40:39 2011 +0000 |
tree | 5dc34e0f8465771772583fcc2e7eb99f5676f587 | |
parent | db115442ca6c1813716a53f0647dc1f3f584303b [diff] [blame] |
diff --git a/coders/icon.c b/coders/icon.c index 81879dd..8d6bfa4 100644 --- a/coders/icon.c +++ b/coders/icon.c
@@ -861,7 +861,7 @@ next=image; do { - if ((next->columns == 256) && (next->rows == 256)) + if (next->compression == ZipCompression) { Image *write_image;