This application allows you to generate placeholder images with various options. Below is the URL structure you can use to create different types of images.
/blank/<width>x<height>
- Generates a blank image with the specified width and height./blank/<width>x<height>/<color>
- Generates a blank image with the specified width, height, and background color./blank/<width>x<height>/text/<text>
- Generates a blank image with the specified width, height, and text./blank/<width>x<height>/<color>/text/<text>
- Generates a blank image with the specified width, height, background color, and text./person/<width>x<height>
- Generates a person image with the specified width and height./person/<width>x<height>/<color>
- Generates a person image with the specified width, height, and background color.
Replace <width>
, <height>
, <color>
, and <text>
with your desired values.