If you use thumbor, please take 1 minute and answer this survey? Only 2 questions!
open-source smart on-demand image cropping, resizing and filters.
thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
It also features a VERY smart detection of important points in the image for better cropping and resizing, using state-of-the-art face and feature detection algorithms (more on that in Detection Algorithms).
Using thumbor is very easy (after it is running). All you have to do is access it using an URL for an image, like this:
http://<thumbor-server>/300x200/smart/thumbor.readthedocs.io/en/latest/_images/logo-thumbor.png
That URL will show an image of the thumbor logo in 300x200 using smart crop.
There are several other options to the image URL configuration. You can check them in the Usage page.
For more information check thumbor's documentation.
Decide which installation option you want to use.
pip install thumbor
sudo add-apt-repository ppa:thumbor/ppa
sudo aptitude update
sudo aptitude install thumbor
For more ways, please check out Installation.
Running it is as easy as hit:
thumbor
After this, you can reach it on https://localhost:8888/unsafe/https://raw.githubusercontent.com/thumbor/thumbor/master/example.jpg
If you experience any troubles, try running:
thumbor-doctor
If you have a thumbor.conf
file, you can use that to help thumbor-doctor:
thumbor-doctor -c thumbor.conf
If you still need help, please raise an issue. Remember to send your thumbor-doctor
output in the issue:
thumbor-doctor --nocolor -c thumbor.conf
- supports all common images formats out of the box
- intelligent cropping and resizing
- blazing fast using caching
- supports many storages (local storage, AWS S3, rackspace, ceph, ...)
- highly extensible
thumbor is an open-source project with many contributors. Join them contributing code or contributing documentation.
Join the chat at https://gitter.im/thumbor/thumbor
You can see thumbor in action at http://thumborize.me/