Clipboard to PNG — Turn Clipboard Images Into a PNG Link
Convert whatever image is on your clipboard into a PNG link. Press Ctrl+V and get a short URL in seconds — lossless PNG kept as PNG, no re-encoding. Works with Figma, Photoshop, and browser copies.
Some people use it as a quick clipboard viewer, others to copy a PNG out of Figma or a browser — either way it turns clipboard image data into a PNG link.
To convert a clipboard image to a PNG URL, open imagepaste.org and press Ctrl+V. The browser reads the image blob from your clipboard, uploads it in under 5 seconds, and returns a short URL. The stored file is a PNG when the clipboard source is lossless (screenshots, Figma exports, drag-out image tiles); JPEG sources stay as JPEG.
- 01
Put an image on your clipboard
Any of these work: PrtScn, copying an image in Figma, right-click > Copy Image in a browser, or drag-copying from Photoshop. The clipboard happily accepts image data even though it looks empty when you glance at it.
- 02
Open imagepaste.org
One tab, any browser. The page loads fast on a cold cache and is designed for the Ctrl+V case, so the clipboard listener is already active when the page finishes rendering.
- 03
Press Ctrl+V
Focus goes anywhere on the tab. The paste handler grabs the image blob, detects the format, and shows the preview. If the clipboard holds text instead of an image, nothing happens on paste; you get a hint but no error.
- 04
Adjust and upload
Crop the frame or hit Skip. The upload takes 2-4 seconds. We keep lossless formats lossless; a PNG from your clipboard stays a PNG on the server instead of getting re-encoded to JPEG like some hosts do.
- 05
Copy the URL
The share URL appears with a copy button. Paste it anywhere. The file extension in the URL matches the stored format, so direct-embed in markdown with the PNG extension works out of the box.
Why keep it as a PNG?
A lot of image hosts quietly re-encode everything to JPEG to save space, which adds compression artifacts and kills transparency. That's fine for a photo, but bad for a screenshot, a Figma frame, or a chart copied out of Excel — the crisp edges and the alpha channel matter. When your clipboard source is lossless, the stored file here stays a PNG, and the share URL ends in .png so it embeds straight into markdown or a README. JPEG sources are left as JPEG, so nothing gets bloated unnecessarily either.
Copying a Figma frame into a design review doc
Figma's Cmd+C on a frame copies a PNG to the clipboard. Paste on imagepaste.org, grab the URL, embed in the design-review Notion page. Faster than exporting the frame as a file first, and the PNG fidelity is preserved instead of re-encoded.
Pasting a copied browser image into a chat
Right-click an image in Chrome > Copy Image puts a PNG on your clipboard, even though the original was a JPEG on the page. Paste here, share the link. You did not have to save the image to Downloads and then re-upload from there.
Turning a pasted Excel chart into a shareable URL
Excel and Google Sheets copy charts as images, not as spreadsheet data, when you Ctrl+C outside their native paste targets. Drop that chart onto imagepaste.org and you have a URL for your executive summary without exporting the whole sheet as a PDF.
Debugging what is actually on your clipboard
Windows does not have a great built-in way to preview clipboard contents. Paste on imagepaste.org and you immediately see whether the clipboard holds a full-screen capture, a tiny icon, or yesterday's Figma export. It is the quickest clipboard viewer for image data.
How do I convert whatever is on my clipboard to a PNG file? +
Paste the clipboard on imagepaste.org with Ctrl+V and the uploaded file is stored as PNG if the source was lossless. The URL ends in .png and opens as a standard PNG in any browser or image tool. If you need the raw file instead of a URL, right-click the share image and Save As to grab the PNG to disk.
Does the URL always serve a .png extension? +
The URL extension matches the uploaded format. PrtScn, Figma, and most browser copies land as PNG and get a .png URL. A JPEG copied from a camera-photo drag will keep its .jpg extension. WebP and GIF also round-trip correctly. Forcing PNG on a JPEG source would bloat the file without adding quality.
Why is nothing happening when I press Ctrl+V? +
The clipboard probably has text or nothing, not an image. Open any image viewer or Paint and press Ctrl+V to confirm. On newer browsers, the first paste on a domain sometimes triggers a one-time clipboard permission prompt; accept it and paste again. Also verify that you actually copied something since the last clipboard-manager purge.
Can I use this as a Windows clipboard viewer? +
It works as an informal clipboard viewer for image payloads. There is no dedicated clipboard viewer built into Windows 11 for quick image inspection (Win+V opens clipboard history, which is similar but different). Paste on imagepaste.org and you instantly see whatever image is there at full resolution, which is the fastest way to answer "what did I just copy?"
Does the service work with the Windows clipboard history (Win+V)? +
Win+V clipboard history works hand-in-hand with the paste flow. It opens the history, lets you select an older item, and pastes it. If that history item is an image, Ctrl+V on imagepaste.org grabs it normally. This is handy when you copied three screenshots in a row and want to upload the second one.
What about macOS Universal Clipboard from an iPhone? +
If you copied an image on your iPhone with Universal Clipboard enabled, the Mac clipboard picks it up after a short delay. Paste on imagepaste.org on the Mac and the iPhone capture uploads the same way a Mac screenshot would. Useful for quickly sharing a phone photo via URL.
Does copying from a Word or Google Doc work? +
Copying embedded images out of a Word or Google Doc works. Click the image inside the doc, Ctrl+C to copy, Ctrl+V on imagepaste.org. The image blob comes across. Copying the entire document does not work because that places formatted text on the clipboard, not an image, and this tool only handles image blobs.
Is the PNG stripped of color profile or transparency? +
We preserve transparency and embedded sRGB profile on PNG uploads. If you notice a color shift, it is almost always because the viewing context does not honor the profile (some messaging apps ignore ICC profiles). The stored PNG is pixel-identical to what was on your clipboard.