RevealTheme logo

画像リサイズツール

任意の画像を好みの寸法にリサイズします。すべてお使いのブラウザ内で行われ、アップロードは不要です。

このツールの使い方

  1. 1

    Click the file picker and choose an image (JPG, PNG, WebP, GIF, or any format your browser can decode).

  2. 2

    The Width and Height fields auto-fill with the image's original pixel dimensions.

  3. 3

    Edit the Width and/or Height number fields to the size you want, in pixels.

  4. 4

    Click Resize to render the result, then click Download to save it as a PNG.

画像リサイズツールとは何ですか?

リサイズはcanvas APIを使ってクライアント側で行われます。正確な幅と高さをピクセルで指定してください。最良の品質を得るには、拡大ではなく縮小を行ってください。画像を拡大しても新たなディテールを加えることはできませんが、縮小であればディテールを保てます。

よくある活用例

  • Shrinking a phone photo to a fixed pixel width before attaching it to a forum post or support ticket.

  • Generating a square avatar by entering equal Width and Height values for a profile picture.

  • Producing a smaller preview thumbnail of a large screenshot for documentation.

  • Quickly checking how a logo looks at an exact pixel size like 200x200 before handing it to a designer.

  • Downscaling an oversized image so it fits within a CMS or email client's pixel limits.

  • Converting an image to PNG while resizing it, since the output is always saved as PNG.

よくある質問

アスペクト比は維持されますか?
自動では維持されません。幅と高さの両方を設定してください。比率はご自身で計算するか、両方の軸に同じ拡大率を使うことで、ゆがみを防げます。

関連ツール