*length=0;
blob=(unsigned char *) NULL;
blob_info=CloneImageInfo(image_info);
+ *blob_info->magick='\0';
blob_info->adjoin=MagickFalse;
(void) SetImageInfo(blob_info,1,exception);
if (*blob_info->magick != '\0')
*length=0;
blob=(unsigned char *) NULL;
blob_info=CloneImageInfo(image_info);
+ *blob_info->magick='\0';
(void) SetImageInfo(blob_info,(unsigned int) GetImageListLength(images),
exception);
if (*blob_info->magick != '\0')
(void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",images->filename);
assert(exception != (ExceptionInfo *) NULL);
write_info=CloneImageInfo(image_info);
+ *write_info->magick='\0';
images=GetFirstImageInList(images);
if (filename != (const char *) NULL)
for (p=images; p != (Image *) NULL; p=GetNextImageInList(p))
assert(image != (Image *) NULL);
assert(image->signature == MagickSignature);
write_info=CloneImageInfo(image_info);
+ *write_info->magick='\0';
write_info->stream=stream;
status=WriteImage(write_info,image,exception);
write_info=DestroyImageInfo(write_info);