This project generates random images with customizable patterns, colors, and text overlays.
| Parameter | Type | Default | Options |
|---|---|---|---|
text |
string | none | Any text to display |
width |
number | 1920 | Any positive integer |
height |
number | 1080 | Any positive integer |
fontFamily |
string | readexpro | See supported fonts below |
fontWeight |
string | bold | bold, medium, light |
primaryColor |
string | random | Any valid CSS color or hex |
imageFormat |
string | png | png, jpg, jpeg |
patternType |
string | random | grid, dots, waves, triangles, hexagons, concentric, circuitry, maze, steps, geometry |
noiseLevel |
string | medium | low, medium, high |
seed |
number | Date.now() |
Any positive integer |
- bigshoulders
- inter
- jetbrainsmono
- lato
- opensans
- poppins
- quicksand
- raleway
- readexpro
- redhattext
- roboto
- robotomono
- rubik
- sourcecodepro
- bold
- medium
- light
Here are some example requests, you can also try out configuring your desired image on https://release-image-generator.trueberryless.org.
Simple image with text:
https://release-image-generator.trueberryless.org/api/generateImage?text=Hello+World
Custom dimensions and color:
Specific pattern and font:
JPEG format with low noise:
Licensed under the MIT license, Copyright © trueberryless.
See LICENSE for more information.