返回当前图像的字符串。
无
string
package main import ( "fmt" "github.com/fishtailstudio/imgo" ) func main() { img := imgo.Load("gopher.png") fmt.Println(img) }
输出:
Extension: .png Mimetype: image/png Width: 189 Height: 256
最后更新于2年前