LoadFromBase64
Read a image from Base64 encoded string of a image.
Parameters
Parameter
Type
Description
base64Str
string
Base64 encoded string of a image.
Return Values
The instance of *imgo.Image
.
Examples
Last updated