Lines Matching refs:base64
84 % ReadINLINEImage() reads base64-encoded inlines images.
216 entry=AcquireMagickInfo("INLINE","DATA","Base64-encoded inline images");
221 entry=AcquireMagickInfo("INLINE","INLINE","Base64-encoded inline images");
267 % WriteINLINEImage() writes an image to a file in INLINE format (Base64).
287 *base64,
310 Convert image to base64-encoding.
345 base64=Base64Encode(blob,blob_length,&encode_length);
347 if (base64 == (char *) NULL)
350 Write base64-encoded image.
355 base64=DestroyString(base64);
358 (void) FormatLocaleString(message,MagickPathExtent,"data:%s;base64,",
361 (void) WriteBlobString(image,base64);
362 base64=DestroyString(base64);