Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - michiwend/goplaceholder: a small golang lib to generate placeholder images

a small golang lib to generate placeholder images. Contribute to michiwend/goplaceholder development by creating an account on GitHub.

Visit SiteGitHub - michiwend/goplaceholder: a small golang lib to generate placeholder images

GitHub - michiwend/goplaceholder: a small golang lib to generate placeholder images

a small golang lib to generate placeholder images. Contribute to michiwend/goplaceholder development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

goplaceholder

a small golang lib to generate placeholder images.

Usage

get it

$ go get github.com/michiwend/goplaceholder

simple example

placeholder, err := goplaceholder.Placeholder(
    "Lorem ipsum!",
    "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf",
    color.RGBA{150, 150, 150, 255},
    color.RGBA{204, 204, 204, 255},
    400, 200)

results in

example placeholder

Webservice

You can try it as a web service at placeholder.michiwend.com.

The following requests are allowed:

  • /800x600.png
  • /800x600.png?text=foo
  • /500.png
  • /500.png?text=foo

GoLang Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.