LoadFromFile
Load an image from an instance of *os.File
. It is recommended to use the Load method to load an image.
Parameters
Parameter
Type
Description
file
*os.File
The instance of *os.File
.
Return Values
The instance of *imgo.Image
.
Examples
Last updated