Native blob support for this image format.
*/
(void) CloseBlob(image);
- image->blob->user_info=user_info;
*image->filename='\0';
(void) WriteImage(blob_info,image,exception);
(void) CloseBlob(image);
/*
Write file to disk in blob image format.
*/
+ blob_info->user_info=(UserBlobInfo *) NULL;
blob=(unsigned char *) AcquireQuantumMemory(MagickMaxBufferExtent,
sizeof(*blob));
if (blob == (unsigned char *) NULL)
Native blob support for this image format.
*/
(void) CloseBlob(images);
- images->blob->user_info=user_info;
*images->filename='\0';
(void) WriteImages(blob_info,images,images->filename,exception);
(void) CloseBlob(images);
/*
Write file to disk in blob image format.
*/
+ blob_info->user_info=(UserBlobInfo *) NULL;
blob=(unsigned char *) AcquireQuantumMemory(MagickMaxBufferExtent,
sizeof(*blob));
if (blob == (unsigned char *) NULL)
assert(user_info->handler != (BlobHandler) NULL);
assert(exception != (ExceptionInfo *) NULL);
blob_info=CloneImageInfo(image_info);
+ blob_info->user_info=user_info;
if (*blob_info->magick == '\0')
(void) SetImageInfo(blob_info,0,exception);
magick_info=GetMagickInfo(blob_info->magick,exception);
MagickPathExtent);
(void) CopyMagickString(blob_info->magick,image_info->magick,
MagickPathExtent);
- blob_info->user_info=user_info;
image=ReadImage(blob_info,exception);
if (image != (Image *) NULL)
(void) CloseBlob(image);
/*
Write data to file on disk.
*/
+ blob_info->user_info=(UserBlobInfo *) NULL;
blob=(unsigned char *) AcquireQuantumMemory(MagickMaxBufferExtent,
sizeof(*blob));
if (blob == (unsigned char *) NULL)