From 0e2b1d2c953fbd8fa57a811f4c51a747c4dab465 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 21 Sep 2011 22:50:25 +0000 Subject: [PATCH] --- coders/miff.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coders/miff.c b/coders/miff.c index bbde89987..f2626864d 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -1218,7 +1218,6 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, packet_size+=quantum_info->depth/8; if (image->compression == RLECompression) packet_size++; -printf("%d\n",packet_size); length=image->columns; length=MagickMax(MagickMax(BZipMaxExtent(packet_size*image->columns), LZMAMaxExtent(packet_size*image->columns)),ZipMaxExtent(packet_size* -- 2.50.1