From 7b2ce92257c00648b4e30cccddaaca450a83930d Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 6 Oct 2011 11:40:39 +0000 Subject: [PATCH] --- coders/icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/icon.c b/coders/icon.c index 81879ddee..8d6bfa424 100644 --- a/coders/icon.c +++ b/coders/icon.c @@ -861,7 +861,7 @@ static MagickBooleanType WriteICONImage(const ImageInfo *image_info, next=image; do { - if ((next->columns == 256) && (next->rows == 256)) + if (next->compression == ZipCompression) { Image *write_image; -- 2.40.0