Monu Tools

画像トリミング

JPG・PNGなどの画像をドラッグで選択範囲を指定してトリミングします。ブラウザ内で完結します。

画像トリミングの使い方

  1. 01

    デバイスから画像を選択します。

  2. 02

    残したい部分に矩形をドラッグします。

  3. 03

    トリミングして結果をダウンロードします。

What it does

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.

How it works in your browser

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.

Lossless by design

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.

Format and transparency

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/ja/crop-image" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

関連ツール