Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:AttachBlob

187 %  AttachBlob() attaches a blob to the BlobInfo structure.
189 % The format of the AttachBlob method is:
191 % void AttachBlob(BlobInfo *blob_info,const void *blob,const size_t length)
203 MagickExport void AttachBlob(BlobInfo *blob_info,const void *blob,
2449 AttachBlob(image->blob,image_info->blob,image_info->length);
2685 AttachBlob(image->blob,blob,length);