Image Resizer
Resize images to exact dimensions or by percentage, with optional aspect-ratio lock. Runs entirely in your browser — images never leave your device.
Runs in your browser — files never leave your device
How it works
Enter a target width or height. With aspect lock enabled, the other dimension is computed for you so the image isn’t distorted.
The output is a PNG to preserve quality; everything is processed locally.
Frequently asked questions
- Does resizing happen on a server?
- No — the image is redrawn on a canvas in your browser and never uploaded.
- How does the aspect-ratio lock work?
- With the lock on, changing width auto-updates height (and vice versa) to keep the original proportions.
Related tools
- Image CompressorShrink JPG, PNG and WebP file sizes in your browser without uploading. Adjust quality and download instantly.
- Bulk Image CompressorCompress many images at once, entirely on your device. Pick a quality and download them all.
- Image Converter (PNG / JPG / WebP / AVIF)Convert images between PNG, JPG, WebP and AVIF locally — no upload, no quality sent to a server.
- Image CropperCrop images to a custom selection or aspect ratio in your browser. Download the cropped result.
- Image Rotator & FlipperRotate or flip images by 90° increments locally and download the result instantly.
- Image to Base64Convert an image to a Base64 data URL in your browser — handy for embedding in CSS or HTML.