Crop a screenshot before you share the link
The crop step is optional, but it is the difference between sending a full 4K monitor dump and sending the one error dialog you actually care about. Here is when to use it and how.
list_alt /// table of contents expand_more
Sharing a raw screenshot is rarely what people want. Most of the time, the useful content is a small region — a single error message, one cell of a spreadsheet, a paragraph of a long document. The rest is screen real estate that the reader has to mentally filter out. Imagepaste bakes a crop step into the paste flow so you can trim on the way out.
When the crop step appears
Every upload goes through the crop view. Paste an image, drop a file, or pick one from disk — the crop modal opens with the full frame selected by default. Send as-is, or adjust first.
How to adjust the selection
- Drag the corner or edge handles to resize the selection. The handles are the small squares at each corner and midpoint.
- Drag inside the selection to move the whole rectangle.
- Hold Shift while dragging a corner to constrain the aspect ratio.
- Double-click inside the selection to reset it back to the full image.
The preview updates live. What you see inside the selection is what uploads — nothing more, nothing less.
Three cases where cropping is worth it
1. Bug reports
A screenshot of a broken React dev tools panel should not include the whole browser window, your bookmarks bar, and the unrelated Slack thread in the background. Trim to the component and the error stack. The person you are sending it to will thank you.
2. Design review
When you are flagging a spacing issue to a designer, crop to the exact element and include two rows of surrounding context. That is enough for the reviewer to understand without pulling up the file themselves. A full-page screenshot wastes their time.
3. Redacting neighbors
Screenshots often accidentally include an open email in a neighboring window or a customer name in a sidebar. The crop tool is the fastest way to remove those neighbors without opening a separate editor. Trim them out before the file ever leaves your machine.
When to skip the crop
Sometimes the full frame is what matters — you are sending proof of the whole screen at a specific time, not a focused snippet. In those cases, skip the crop entirely: the modal opens with the full image selected, so hitting Send without dragging anything uploads the original capture untouched. One tap.
The crop view is there to reduce what you share, never to reformat it. Nothing is resized, reencoded, or resampled beyond the pixel boundary you select.
What if I hit Send by accident?
The crop modal has a close button in the upper right. Close it and the paste flow resets — the tool goes back to the empty dropzone and your clipboard image is discarded. Paste again, or pick a different file.
If you have already hit Send and the link is up, the delete path works: open the share URL and click the delete button. The file is gone from storage within a minute. See the delete guide for the details.
File format and size after crop
The crop output is a PNG by default. File size goes down in proportion to the pixel area removed — cropping a 1920×1080 screenshot to a 640×400 region typically takes the file from about 800 KB to 80 KB. The short URL does not change based on size. Every upload, large or small, gets a 12-character random ID.
Is cropping lossy? expand_more
The crop is a hard pixel cut, not a resize. The pixels inside the selection are preserved at original resolution. The pixels outside are discarded. There is no resampling or quality loss within the retained region.
Can I crop to a circle or irregular shape? expand_more
No, the crop tool produces rectangular output only. If you need a circular avatar or an irregular mask, handle that in a separate image editor before pasting into imagepaste.
Does the crop run on my device or on the server? expand_more
It runs entirely in your browser. The image never leaves your device until you hit Send. If you close the tab at the crop step, nothing was uploaded.