Home | History | Annotate | Download | only in t

Lines Matching refs:blob

235   # Test reading from blob
239 my(@blob, $blob_length, $image, $signature, $status);
243 print( " testing reading from BLOB with magick \"", $magick, "\"...\n");
245 $blob_length = read( FILE, $blob, 10000000 );
247 if( defined( $blob ) ) {
249 $status=$image->BlobToImage( $blob );
250 undef $blob;