Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.03 KB

README.md

File metadata and controls

36 lines (30 loc) · 2.03 KB

Thumbor on Heroku

Deploy on Heroku

Thumbor is a on-demand image manipulation service with cropping, resizing and filtering capabilities. When compared to other imaging libraries, the most important feature of thumbor is the smart cropping (detectors) feature which is uses machine learning (cascade classification) for detection of important point on pictures.

Example

Difference between normal and smart mode is the smart mode tries to protect focal points on picture. This difference can seen in the 2nd and 3rd picture. (on 3rd picture, focal point is shifted towards the top rows players.)

Orginal Image (w:1886 h:1227)

Cropped Image (w:1200 h:400)

Smart Cropped Image (w:1200 h:400 )

Heroku Configuration