How to resize an image
Upload your image, set the new dimensions either in pixels or as a percentage of the original, and download the result. Locking the aspect ratio prevents the image from being stretched or squashed.
Pixels vs percentage
- By pixels — set an exact width and height. Good when you need a specific size for a website or form upload.
- By percentage — scale the image proportionally. Good for making something generally smaller or larger without worrying about exact numbers.
Privacy
All processing uses your browser's Canvas API. No image is sent to any server.