Resize an image
Scale a photo to an exact width and height.
Files are processed in memory and never stored.
Set the dimensions you actually need — a 1200px-wide hero, a 512px avatar, a photo that finally fits an upload box. slimdocs scales with a high-quality filter, keeps the aspect ratio unless you ask it not to, and never enlarges a picture behind your back.
How to use it
- Open the Resize Image tool and drop in your photo.
- Enter a width, a height, or both — leave one blank to scale proportionally.
- Choose whether to keep the aspect ratio or fill and crop the box.
- Resize, then download the result.
Width, height, or both
Filling in just one dimension is usually what you want. Give a width of 1200 and leave the height blank, and the image scales proportionally — the result is 1200 pixels wide at whatever height preserves the original shape. That is the safe default, because it can never distort anything.
Filling in both dimensions asks for a specific box, and then the fit setting decides what happens when your image is a different shape from that box. "Keep aspect ratio" scales the photo until it fits entirely inside the box, so the final size may be smaller than what you asked for in one direction. "Fill and crop" scales until the box is completely covered and trims the overflow — the result is exactly the dimensions you asked for, at the cost of losing a strip from the edges.
Why enlarging is off by default
A digital photo only contains the detail that was captured when it was taken. Asking for a bigger version does not recover detail that was never there — the software has to invent the extra pixels by interpolating between the ones it has, and the result looks soft and slightly plastic.
Because of that, slimdocs will not make an image larger than its original unless you explicitly tick the enlarging option. If you ask for a 3000px width on a 900px photo and leave that box unticked, you get the original 900px image back rather than a blurry upscale you would have thrown away anyway.
Common sizes worth knowing
Most resizing requests come from a handful of familiar constraints:
| 1920 × 1080 | Full-HD screen background, or a presentation slide that fills the display. |
|---|---|
| 1200 wide | A comfortable maximum for a blog or article image — sharp on retina screens without being wasteful. |
| 800 wide | Body images inside a document or email newsletter. |
| 512 × 512 | Square avatars, app icons and profile pictures on most platforms. |
| 150 wide | Thumbnails and list previews, where file size matters far more than detail. |
Resizing and file size
Halving both dimensions of an image removes roughly three-quarters of its pixels, which usually cuts the file size by a similar order. That makes resizing the single most effective thing you can do when a photo is too large for an upload limit — far more effective than turning the compression up on an image that is still 6000 pixels wide.
If the file is still bigger than you need after resizing, run it through the compressor afterwards, or convert it to WebP. The two steps compound: a resized, WebP-encoded photo is routinely a twentieth of the original.
Orientation and quality are preserved
Photos from phones and cameras store their orientation as a separate EXIF tag rather than by actually rotating the pixels, which is why an image sometimes appears sideways in one program and upright in another. slimdocs reads that tag and bakes the correct orientation into the output, so your resized photo is the right way up everywhere.
The image is processed in memory and deleted as soon as your download starts. Nothing is written to disk, and the original is never retained.
Frequently asked questions
Will resizing make my image blurry?
Scaling down will not — a smaller image simply holds less detail, and the filter keeps edges clean. Scaling up can look soft, which is why enlarging is off unless you turn it on.
What happens if I only enter a width?
The height is calculated for you so the proportions stay exactly the same. This is the safest way to resize.
What is the difference between the two fit modes?
"Keep aspect ratio" fits the whole image inside your box and may leave one dimension smaller than requested. "Fill and crop" covers the box exactly and trims the overflow.
Can I change the format at the same time?
Yes. Pick JPEG, PNG, WebP or AVIF in the output format menu, or leave it on the original format.
Does it strip my photo's metadata?
Yes — EXIF data, including location, is not carried into the output, apart from the orientation which is applied to the pixels themselves.
Are my images stored?
No. They are processed in memory and discarded the moment your download is delivered.
Related guides
JPEG vs PNG vs WebP vs AVIF: which image format should you use?
A practical guide to the four major image formats — when each one wins, how much smaller WebP and AVIF really are, and how to convert between them.