Lines Matching refs:blob
1559 *blob;
1680 blob=ImageToBlob(image_info,reference_image,&length,exception);
1681 if (blob == (unsigned char *) NULL ||
1692 Ping reference blob.
1694 ping_image=PingBlob(image_info,blob,length,exception);
1702 blob=(unsigned char *) RelinquishMagickMemory(blob);
1711 reconstruct_image=BlobToImage(image_info,blob,length,exception);
1712 blob=(unsigned char *) RelinquishMagickMemory(blob);