Skip to content

sebkl/imgurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgurl

Package imgurl offers methods to fetch, thumbnail and convert remote images to a base64 encoded data URL.

#Usage

resp,_, err := Urlify("https://raw.githubusercontent.com/sebkl/globejs/master/screenshots/sample_plain.png",100,100)
fmt.Println(err,resp)

About

Fetch,thumbnail and convert remote image to a data URL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages