Home | History | Annotate | Download | only in MagickWand

Lines Matching full:blob_length

1039     blob_length,
1058 blob_length=2048;
1059 blob=(unsigned char *) ImageToBlob(image_info,clone_image,&blob_length,
1066 base64=Base64Encode(blob,blob_length,&encoded_length);
1074 (4L*blob_length/3L+4L));