Resize and optimise images
by using URL commands

What is UCR?

UCR is a simple image resizing proxy that can resize images, change image formats and optimize images for your web site. It is based on Uploadcare CDN API.

How it works

It works very much like a CDN. UCR parses the URL, downloads the image and caches it. Then it applies transformations on our servers, and caches the result.

May I have one?

Sure, it's opensource. Just get a free heroku account and type:

git clone git@github.com:uploadcare/ushare.git
git remote set-url origin my_heroku_repo_url
git push origin master

— and that's it!