Skip to main content
PocketToolz

Resize Image

Change an image's dimensions by pixels or percentage, with the ratio locked.

ImageRuns in your browserFree, no signup

About the Resize Image

Resizing changes the pixel dimensions. Making an image smaller is safe and is usually the single biggest saving available — a 4000-pixel photo displayed in a 800-pixel column is carrying twenty-five times more data than the screen can use. Making an image larger cannot add detail that was never captured; it interpolates between existing pixels and the result is softer than the original.

Keeping the aspect ratio locked is almost always right. Unlocking it stretches the picture, and the human eye is very good at spotting a face that is three percent too wide even when it cannot say why. If you need a specific shape, crop to it rather than stretching.

For screens, remember device pixel ratio: a retina display draws two physical pixels for every CSS pixel, so an image meant to appear 600 pixels wide on such a screen should be exported at 1200. For print, work back from the physical size — 300 DPI at 6 inches wide is 1800 pixels.

How it works

  1. Drop in the image you want to resize.

  2. Enter a new width or height in pixels, or scale by percentage. The aspect ratio stays locked unless you unlock it.

  3. Resize and download — the original file is never modified.

Frequently asked questions

What size should I resize an image to for a website?
Match the largest size it will be displayed at, then double it for high-density screens. An image shown in an 800-pixel column should be exported at around 1600 pixels wide. Anything beyond that is bytes the visitor downloads and never sees.
Does resizing reduce quality?
Making an image smaller does not — it discards pixels you were not using. Making it larger does, because the extra pixels are invented by interpolating between real ones, which softens edges and cannot recover detail that was never there.
Should I keep the aspect ratio locked?
Yes, unless you have a specific reason not to. Unlocking it stretches the picture, which is immediately noticeable on faces and text even at small distortions. Crop instead if you need a particular shape.
What dimensions do I need for printing?
Multiply the printed size in inches by 300. A 6 by 4 inch print needs about 1800 by 1200 pixels. Below roughly 200 DPI the result starts looking soft on paper, even though it looked fine on screen.
Are my images uploaded to resize them?
No. The resize happens on a canvas in your own browser and the result is downloaded straight from memory, so the image never leaves your device.

Privacy

Everything happens locally. Your files are read by your own browser, processed on your device, and never uploaded — closing the tab is all it takes to erase them.

Related Image tools