Documentation
Size (width x height)
Colours (background colour / text colour)
- Colours are represented as hex codes (#FFFFFF is white)
- Colours always follow the dimensions, https://dummy.kuintranet.co.uk/250/ffffff/000000 not https://dummy.kuintranet.co.uk/ffffff/250/000000
- The first colour is always the background colour and the second colour is the text colour
- The background colour is optional and defaults to gray (#CCCCCC)
- The text colour is optional and defaults to black (#000000)
- There are shortcuts for colours
- 3 digits will be expanded to 6,
09F becomes 0099FF
- 2 digits will be expanded to 6,
EF becomes EFEFEF
- 1 digit will be repeated 6 times,
C becomes CCCCCC - though note a single 0 will not work, use 00 instead
- Standard image sizes are also available. See the complete list.
- Adding an image file extension will render the image in the proper format
- Image format is optional and the default is a gif
- jpg and jpeg are the same
- The image extension can go at the end of any option in the url
Custom Text (&text=Hello+World)
- Custom text can be entered using a query string at the very end of the url
- This is optional, default is the image dimensions (300×250)
- a-z (upper and lowercase), numbers, and most symbols will work just fine
- Spaces become +
- The font used is Metropolis Black
The following characters need to be encoded using the UTF-8 Hex version in order to be rendered properly:
You'll run into problems trying to manually enter a dimension as text if the numbers use the UTf-8 Hex values above, like &text=400x250. Use a multiplication symbol, × instead (not an x character) to get around this, &text=400×250. If you need to use other unicode characters, look up their UTF-8 Hex version.
Standard Image Sizes