LoadFromPath
Load an image from file path. It is recommended to use the Load method to load an image.
Parameters
Parameter
Type
Description
path
string
Path of the image in filesystem.
Return Values
The instance of *imgo.Image
.
Examples
Last updated