goplaceholder
a small golang lib to generate placeholder images
About goplaceholder
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

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
Frequently Asked Questions
What is goplaceholder?
goplaceholder is a Utilities library for the Go programming language. a small golang lib to generate placeholder images
How do I install goplaceholder?
Install goplaceholder with the Go module system using `go get michiwend/goplaceholder`. Check the repository for the current installation instructions.
What category does goplaceholder belong to?
goplaceholder is listed under Utilities, specifically Utilities.