在瀏覽器中通過拖曳選擇區域來裁剪 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-Hant/crop-image" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相關工具