Does this require an upload?
No. The Empty Image Generator builds the PNG from scratch in your browser, so there is no source file to upload.
Can I keep the background transparent?
Yes. Transparent backgrounds are supported by default, along with white, black, and custom colors.
Can I set exact pixel dimensions?
Yes. You enter the exact width and height in pixels, and the canvas is generated at that precise size.
Is the Empty Image Generator free?
Yes. It is completely free, runs in your browser, and never uploads anything.
What format does it export?
It exports a PNG, which preserves transparency cleanly for placeholders and overlays.
How do I make a blank PNG?
Set the width and height, leave the background on transparent, and export. The canvas is created in your browser, so nothing is uploaded, and the file is a real PNG with a genuine alpha channel.
How do I make a blank transparent PNG?
Choose Transparent as the background mode. Every pixel is written at zero alpha, so the file is genuinely see-through rather than white, which is what makes it usable as a spacer, a mask, or a placeholder.
What size should a blank PNG be?
Whatever the slot it is filling. The default here is 1200 by 800, but a blank canvas earns its keep only when it matches the exact dimensions of the asset it stands in for, so type the numbers you actually need.
Why would I need an empty image?
As a spacer, as a placeholder in a template that refuses an empty image field, as a mask base to paint into, or as a way to prove whether a layout bug is caused by the image or by the CSS around it.
Can I get a blank JPG instead?
Not here, and it would not do what you want: JPG has no alpha channel, so a blank JPG can only be a solid color. If you need real transparency, PNG is the format.