R/utils.R
img_to_binbase.Rd
Converts an image file to a base64-encoded binary .tiff file.
img_to_binbase(file)
path to an image file
a base64-encoded string
if (FALSE) { # \dontrun{ img_encoded <- img_to_binbase("image.png") } # }