Image Paste Pad
Paste a screenshot or copied image, then download it — or grab its Base64 data URI. All in your browser, nothing uploaded.
Paste an image here (Ctrl+V / ⌘V), or tap to choose one.
or tap to choose a file
How to use
- Copy any image — a screenshot, a picture from a web page, anything — then press Ctrl+V (⌘V on Mac) on this page. Or drop a file in.
- Your image appears straight away. Pick PNG, JPG, or keep the original format.
- Download the image file, or copy / download its Base64 data URI to paste into code.
FAQ
Is my pasted image uploaded anywhere?
No. The image is read and re-saved entirely in your browser. Nothing is ever sent to a server, so the paste pad works offline and keeps your screenshots private.
What is a Base64 data URI, and what can I do with it?
A data URI is the whole image written out as plain text (it starts with “data:image/…;base64,”). You can paste it straight into HTML, CSS or JSON to embed an image without a separate file — handy for emails, small icons and quick demos.
How do I copy a screenshot to paste here?
On Windows press Win+Shift+S to snip an area to the clipboard, then paste it here. On Mac press ⌘+Ctrl+Shift+4 to copy a selection. You can also right-click most images on the web and choose “Copy image”.