An unofficial Heroku-ready Thumbor install with WebP support and OpenCV support
Just press this button:
Or, follow these steps:
- Clone repo
heroku create
heroku buildpacks:set heroku/python
heroku buildpacks:add --index 1 heroku-community/apt
heroku buildpacks:add https://github.com/q-m/heroku-buildpack-imagemagick --index 2 --app HEROKU_APP_NAME
git push heroku master
(the first deploy will take about 10 minutes)- Done!
Thumbor's smart cropping is supported at this time.