Over 33,008,516 images resized

How does it work

Using Resize Any Image in your own website is very simple:

1. replace the file upload in your form by a bit of code that we provide
2. place a html file we provide on your server
3. change your upload script to fetch the resized image instead of the original image

If you want to get started a quickly as possible check out our basic example, where you can also try it out.


Ok, but how does it work

When a user selects a file from his computer a popup window will open that looks like image on the right.

In that window he can resize and crop the image, within boundaries that you have set.

After the user finishes the resizer your form will be updated with new information from the resizer.

All you have to now is fetch the resized image from our server, instead of saving the uploaded file.