johnmcdowall / ImageRender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thumbnail

Render dynamic images from html template on demand

Create a template inside the /templates directory and add your static content to /static You can populate and generate images via making a get request to the /:template route and passing your template variables as query parameter.

Example

The template for the image above already exist in the repo as thumbnail.html. You can render making a get request to http://localhost:8080/thumbnail and passing the following url-encoded query parameters:

title: Render dynamic images from html templates
user: Shayan
quality: 100 optional
width: 1200 optional
height: 627 optional

Example:
http://localhost:8080/thumbnail?title=Render%20dynamic%20images%20from%20html%20templates&user=Shayan%20Taslim&quality=100&width=1200&height=672&format=jpeg

About

License:MIT License


Languages

Language:CSS 50.7%Language:Go 38.4%Language:HTML 6.0%Language:Dockerfile 4.9%