// 無料オンラインツール
画像サイズ変更オンライン
画像の幅と高さをピクセル単位で任意に変更。アスペクト比を固定して歪みを防止し、画質を調整して即座にダウンロード。100%無料 - 画像はブラウザを離れません。
When to resize vs. crop vs. compress
Resize when you need specific pixel dimensions - e.g., a thumbnail slot that requires 400×300px. Crop when you want to change the aspect ratio or remove unwanted edges. Compress when the dimensions are correct but the file size is too large. For web publishing, combine all three: resize to display dimensions, crop to the correct ratio, then compress for fast loading.
How resolution affects file size
File size scales roughly with the number of pixels (width × height). Halving both dimensions reduces the file size by approximately 75% before any compression. A 3000×2000 photo resized to 1500×1000 will be about one-quarter the file size at the same quality setting. This is why resizing to display dimensions is the most impactful optimization step - compression alone can only do so much.
Common dimensions cheat sheet
- Email header: 600×200px
- Blog featured image: 1200×630px
- Product image (e-commerce): 1000×1000px
- HD wallpaper: 1920×1080px
- Passport photo (US): 600×600px (2×2 inches at 300dpi)