LoadFromUrl
Load an image from a image URL. It is recommended to use the Load method to load an image.
Parameters
Parameter
Type
Description
url
string
Image URL.
Return Values
The instance of *imgo.Image
.
Examples
Last updated