Last updated 3 years ago
Return the instance of image.Image of the image.
image.Image
None
The instance of image.Image.
package main import ( "fmt" "github.com/fishtailstudio/imgo" ) func main() { img := imgo.Load("gopher.png").ToImage() fmt.
Output:
(0,0)-(189,256)