Sometimes you don't need a smaller file — you need *exact* dimensions. A form wants 200×230 pixels, an AI image tool wants 1024×1024, a wallpaper needs 1920×1080. The challenge is that your photo almost never matches the target's aspect ratio, so a naïve resize stretches or squashes it. Here's how to hit an exact pixel size cleanly.
Cover vs contain — the key choice
| Method | What it does | Result |
|---|---|---|
| Cover (recommended) | Scales to fill the size, centre-crops the excess | No distortion, no borders; edges may be trimmed |
| Contain | Fits the whole image inside, pads the gaps | Everything visible, but adds bars/letterboxing |
| Stretch (avoid) | Forces image to the exact ratio | Distorted, squashed subjects |
Common exact sizes and what they're for
| Size | Typical use |
|---|---|
| 200×230 px | Indian exam/form photos |
| 300×300 px | Square avatars, some portals |
| 600×600 px | US passport (2×2 in), square profile photos |
| 1024×1024 px | AI image tools, app icons |
| 1920×1080 px | Full HD wallpapers, slides, video frames |
Resize to a preset size
Our exact-pixel tools centre-crop your image to a popular size in one click — Resize to 600×600 for square avatars and US passport photos, Resize to 1024×1024 for AI tools and icons, Resize to 1920×1080 for Full HD, or Resize to 200×230 and 300×300 for forms. Everything runs in your browser and nothing is stored.
Tips for a clean crop
- Keep your subject roughly centred so the crop frames it well.
- Start from the highest-resolution original you have to avoid upscaling blur.
- Pick the exact preset your destination expects rather than eyeballing it.
Frequently asked questions
- How do I resize an image to exact pixels without distortion?
- Use the 'cover' method: scale the image to fill the target dimensions, then centre-crop the overflow. This keeps proportions natural instead of stretching the image.
- What's the difference between cover and contain?
- Cover fills the exact size and crops any excess (no borders, no distortion). Contain fits the whole image inside and pads the empty space with a background, adding bars.
- Will resizing to a larger size improve quality?
- No — upscaling can't add detail and usually looks soft. Always start from the highest-resolution original and resize down to the target.