Resize an image
Change an image's width and height, keeping the aspect ratio if you want, without uploading it to a server.
Processed on your device. Nothing is sent to any server.
or click to select it
Change an image's width and height, with the option to keep the original aspect ratio so it doesn't get distorted.
Draws the original image onto a canvas of the new size, which the browser scales using its own interpolation algorithm.
Use cases
- Fitting a photo to the size a form requires.
- Reducing an image's dimensions to make it lighter.
- Preparing an image for a template with fixed measurements.
How it works
- 1
Upload your image
Drag the file in or pick one from your device.
- 2
Set the new size
Adjust width and height; with 'keep aspect ratio' enabled you only need one of the two.
Frequently asked questions
- What happens if I turn off 'keep aspect ratio'?
- You can set width and height independently, but if they don't match the original ratio the image will look stretched or squashed.