Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 682 Bytes

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