Load
Parameters
Parameter
Type
Description
Support type
Data type
Return Values
Examples
Image Filepath
package main
import (
"github.com/fishtailstudio/imgo"
)
func main() {
imgo.Load("gopher.png").
Save("out.png")
}Image URL
Base64 encoded image data
The instance of *os.File
*os.FileThe instance of the types that implement the image.Image interface
image.Image interfaceThe instance of *imgo.Image
*imgo.ImageLast updated