Last updated 3 years ago
Return the filesize (bytes) of the image, if instance is initiated from an actual file.
None
string
package main import ( "fmt" "github.com/fishtailstudio/imgo" ) func main() { img := imgo.Load("gopher.png") fmt.Println(img.
Output:
34126