Skip to content

Package imgstr provides to serializing an image, that seamlessly works with Go's built-in "image", "image/color", and "image/draw" packages. The serialized image is in “IMAGE:<base64-encoded-png>” format. The usefulness of this serialized format is, if you just output it on the Go Playground — https://play.golang.org/ — then it will display it a…

License

reiver/go-imgstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-imgstr

Package imgstr provides to serializing an image, that seamlessly works with Go's built-in "image", "image/color", and "image/draw" packages.

The serialized image is in “IMAGE:” format.

The usefulness of this serialized format is, if you just output it on the Go Playground — https://play.golang.org/ — then it will display it as an image (rather than text).

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-imgstr

GoDoc

About

Package imgstr provides to serializing an image, that seamlessly works with Go's built-in "image", "image/color", and "image/draw" packages. The serialized image is in “IMAGE:<base64-encoded-png>” format. The usefulness of this serialized format is, if you just output it on the Go Playground — https://play.golang.org/ — then it will display it a…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages