Free Online Image Resizer & Crop Tool – Resize Images to Exact Pixels
Crop, resize, and export images to precise dimensions. Browser-based, no upload to server, works on any device.
Upload 1 image
Pixels, File Size and Display Size Are Three Different Numbers
Almost every confusion about image sizing comes from treating these as one thing.
| Number | Means | Changed by |
|---|---|---|
| Pixel dimensions | How much detail the image contains | Resizing |
| File size | How many bytes it occupies | Resizing, compression and format together |
| Display size | How large it appears on screen or paper | The page layout, not the file |
The third is the one people expect the file to control and it does not. An image displays at whatever size the layout gives it, and the browser scales the pixels to fit. Making the file bigger does not make the picture appear larger; it only means more data is downloaded and then discarded.
Enlarging Cannot Add Detail
Reducing an image discards pixels, which is straightforward. Enlarging it has to invent pixels that were never captured, and there is no way to invent the right ones.
Interpolation estimates each new pixel from its neighbours, which produces a larger image that is softer than the original rather than a more detailed one. A 400-pixel image scaled to 1600 pixels contains exactly as much real information as it did before, spread across sixteen times the area.
The practical rule is to always start from the largest version you have. If the only file available is small, enlarging it is a compromise rather than a fix, and modest enlargement — up to perhaps 150% — survives better than dramatic scaling.
Aspect Ratio, and Why Images Get Squashed
Aspect ratio is the relationship between width and height. Change one without the other and the image distorts — faces widen, circles become ovals, and text stretches.
New height = Original height × (New width ÷ Original width)
A 1600 × 1200 image resized to 800 wide needs a height of 1200 × (800 ÷ 1600) = 600. Keeping the ratio locked handles this automatically, and it should be the default.
When an image genuinely has to fit a different shape — a square avatar from a landscape photo — crop rather than stretch. Cropping removes part of the picture and keeps the rest correct. Stretching keeps everything and makes all of it wrong, which is far more noticeable.
What Size Does an Image Actually Need to Be?
The useful rule for screens is roughly twice the display width, which covers high-density displays without wasting data.
| Use | Sensible width |
|---|---|
| Full-width banner | Around 1920–2400 pixels |
| Main content image | Around 1200–1600 pixels |
| Card or thumbnail | Around 600–800 pixels |
| Avatar or icon | Around 200–400 pixels |
Anything substantially above these is downloaded and thrown away. A phone photograph at 4000 pixels used as a 600-pixel thumbnail wastes most of its file size before a single pixel is drawn.
DPI Does Not Affect Screen Images
This causes more wasted effort than any other sizing misconception. DPI — or PPI — describes how densely pixels are placed when an image is printed. It has no effect on how an image appears on a screen.
A 1200-pixel-wide image is 1200 pixels wide whether its metadata says 72 DPI or 300 DPI. Changing that number alters nothing visible on a website. Being asked for a "300 DPI image" for print is really a request for enough pixels: at 300 DPI, a photo printed 6 inches wide needs 1800 pixels. The pixel count is the real requirement and DPI is just the unit it was expressed in.
Working Order
- Start from the largest original you have, and keep it. Resizing is destructive, so work on a copy.
- Resize to about twice the intended display width, with the aspect ratio locked.
- Choose the format next — photographic or graphic decides it, and the image converter covers the trade-offs.
- Compress last, if the file is still larger than you want, using the image compressor.
- Check the result at its real display size rather than zoomed in.
Resizing here happens in your browser, so images are never uploaded and nothing leaves your device.
Image Resizing Questions
Can I enlarge an image without losing quality?
How do I resize without squashing the image?
What size should my images be for a website?
Does changing DPI make my image better on screen?
What does a 300 DPI image actually mean for print?
Why is my image still a large file after resizing?
Should I resize or compress to fix a slow page?
Does resizing change how big the image looks on my page?
Are my images uploaded when I resize them?
Tips for Getting the Best Results
- Always start from the highest resolution original. You can always make an image smaller — you can't add pixels that don't exist.
- Crop before compressing. Get the right dimensions first, then compress to reduce file size.
- Use the X and Y inputs for precision. If you need a crop to start at a specific position, typing the values is more accurate than dragging.
- Check the Selection value in the Output panel. It updates after each drag to confirm your exact crop dimensions before saving.
- Use PNG for further editing. The output is lossless PNG — ideal if you plan to edit the image further before final use.
Crop and Resize Your Images for Free Right Now
Whether you're preparing images for a website, resizing product photos for an online store, cropping a profile picture, or creating a correctly sized thumbnail — our free online image resizer handles it all in seconds. No software to install, no account to create, no images sent to any server.
Scroll back to the top to get started, or bookmark this page for the next time you need to resize or crop an image quickly and accurately.
