Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.48 KB

fllr.art

Web Netlify Status

Overview

Fllr.art is a .NET 5 web app that generates FPO images based on a set of parameters. It is built using ImageSharp.

How to Use

Visit Fllr.art for a simple form that generates an image link, an image tag and an actual image based on your parameters.

The easiest way to generate an FPO image is to simply pass a width and a height: /400x400.jpg

There are a number of optional parameters as well:

Colors

You can provide overrides for the default text and background colors: /91F5AD/000000/400x400.jpg

Text & Font

The default font of generated images is Montserrat, but you can optionally set the font via query string (f=). Currently only Montserrat and PT Serif are supported.

The default text of the generated image is the "{width} x {height}", but you can change the text via query string (t=). The max length of a text parameter is 100 characters.

A 400x400 image with the PT Serif font and the text "Hello World": /400x400.jpg?t=Hello%20World&f=pt serif