完全在浏览器中,通过拖动选区裁剪 JPG、PNG 和其他图片。
如何使用 裁剪图片
从你的设备选择一张图片。
在你想保留的部分上拖出一个矩形。
裁剪并下载结果。
An image cropper that lets you drag a selection over your photo and export just that region at full resolution, keeping the original pixels with no quality loss.
Cropping is one of the most common edits: trimming an avatar to a square, cutting distracting edges out of a screenshot, focusing on the subject, or removing a border. Drag a rectangle over the part you want to keep and discard the rest.
Because the crop runs on your device, your image never leaves it, and nothing is uploaded to a server.
Cropping happens entirely in your browser with the Canvas API, so it is instant. Your original file is never modified; you download a new image containing only the cropped region, and the parts outside your selection are simply not included in the output.
The crop is lossless in the sense that the pixels inside your selection are kept exactly as they were. Nothing is scaled or re-compressed beyond saving the file, so the kept region looks identical to the original.
JPEG photos are saved as JPG, and other formats are saved as PNG, so transparency is preserved where the original had it, which matters for logos and graphics with see-through areas.
常见问题
不会。裁剪完全在你的浏览器中使用 Canvas API 进行,因此你的图片永远不会离开你的设备。
不会。它以全分辨率保留你选区内的原始像素,因此没有质量损失。
JPEG 会保存为 JPG,其他一切保存为 PNG,因此存在透明度的地方会被保留。
嵌入此工具
将此工具添加到你自己的网站。复制下方代码片段即可,它会自动保持最新。
<iframe src="https://monu.tools/embed/zh/crop-image" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相关工具