From b06ced852f632d88fb9877d83fa15a53f67b4284 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 21 Jan 2012 16:19:35 +0000 Subject: [PATCH] --- coders/html.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coders/html.c b/coders/html.c index 3281e2972..648de6028 100644 --- a/coders/html.c +++ b/coders/html.c @@ -292,6 +292,7 @@ static MagickBooleanType WriteHTMLImage(const ImageInfo *image_info, Open output image file. */ assert(exception != (ExceptionInfo *) NULL); + status=OpenBlob(image_info,image,WriteBinaryBlobMode,exception); if (status == MagickFalse) return(status); /* -- 2.40.0