Placeholder Image Generator
A simple tool to generate placeholder images on the fly.
How to Use
Construct the URL as follows:
/api/widthxheight/background_color/text_color?text=custom_textwidthandheightare required.background_colorandtext_colorare optional (hex codes, without the #).text(query parameter) is optional.
Examples
Size Only
/api/300x200
Size and Background Color
/api/300x200/007BFF
Size, Background, and Text Color
/api/300x200/007BFF/FFFFFF
With Custom Text
/api/400x250?text=Hello+From+Gemini