fix readme typos
[mage.git] / README.md
1 mage - tarpit assist image generating server
2
3 Loads a set of images (and a single font) into memory and serves them via HTTP, modifying their hue, saturation and brightness.
4 Log (in JSON) is printed to stdout, stderr is reserved for errors - launching mage with `-d` (daemonize) disables all output.
5
6 Use this behind a rate-limiting reverse-proxy, as the server is built to provide maximum throughput. Using uncompressed and small images also helps with CPU loads.
7
8 Access images at `http://host:{PORT}{PATH}*`, any string in place of the wildcard will be overlaid on the image.