Generate Placeholders & QR Codes Instantly
A free, powerful tool for developers to create custom placeholder images and QR codes using simple URL parameters.
Key Features
Fast Generation
Instantly create images and QR codes directly from your browser
Customizable
Control dimensions, colors, text, and more with simple parameters
Developer Friendly
Simple URL-based API with no authentication required
Free to Use
No limits, no registration, completely free forever
Placeholder Image Generator
Preview
Your placeholder image will appear here
Documentation
Generate placeholder images using the following URL format:
https://imgsrc.pub/[width]x[height]
Example:
https://imgsrc.pub/300x200Image Parameters:
-
Extension: Add
.ext
(e.g.,.png
for png) -
Background Color: Add
bg=hexcode
(e.g.,bg=ff0000
for red) -
Text Color: Add
color=hexcode
(e.g.,color=ffffff
for white) -
Custom Text: Add
text=YourText
(use + for spaces) -
Font Size: Add
size=size
(e.g.,size=20
for 20px) -
Font Family: Add
font=font
(e.g.,font=roboto
for roboto)
Supported fonts: roboto, sans-serif, serif, monospace, arial, helvetica, tahoma, verdana, georgia, garamond, lucida
Example with parameters:
https://imgsrc.pub/400x300?bg=3498db&text=Hello+WorldQR Code Generator
Preview
Your QR Code will appear here
Documentation
Generate QR codes using the following URL format:
https://imgsrc.pub/qr?text=YourText
QR Code Parameters:
-
Content: Add
text=YourContent
(use + for spaces) -
Size: Add
size=number
to adjust QR code size (optional)
Example with parameters:
https://imgsrc.pub/qr?text=Hello+World&size=300