Copy any image to your clipboard and paste it directly here.
Contributed by @himanshubalani
Paste Image turns your clipboard into a quick image workspace. Copy a screenshot or image, paste it onto the page, optionally crop it with a draggable rectangle, and download a PNG. The image never leaves your browser.
With the page open, press Ctrl + V on Windows / Linux or Cmd + V on macOS. Any image on the clipboard appears in the workspace immediately.
Download PNG saves the current image with a date-stamped filename. Clear removes the image so you can paste a different one without reloading.
Anything that lands on your clipboard as an image: a screenshot, a copied browser image, the result of a Snipping Tool / Screenshot capture, or an image copied from another app. The page listens for the paste event globally, so you can paste as soon as the tool loads.
No. The pasted image is read straight from your clipboard into a Blob URL and rendered locally. Cropping happens in a hidden canvas in the same tab, and the download is generated from a local Blob.
The crop rectangle is positioned in the displayed image but applied to the source at full resolution, so a crop of a 4K screenshot keeps every pixel inside the selection. The minimum crop size is 20 pixels per side.
The crop overlay is anchored to the displayed image size. When the layout changes the rectangle would no longer match, so cropping is cancelled to avoid producing a wrong result. Start a new crop after the resize is done.