Metadata-Version: 2.1
Name: dffrntlab-thumbor
Version: 7.1.0
Summary: thumbor is an open-source photo thumbnail service by globo.com
Home-page: https://github.com/thumbor/thumbor/wiki
Author: globo.com
Author-email: thumbor@googlegroups.com
License: MIT
Keywords: imaging face detection feature thumbnail imagemagick pil opencv
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Requires-Dist: tornado (<6.0.0,>=4.1.0)
Requires-Dist: pycryptodome (>=3.4.7)
Requires-Dist: pycurl (<7.44.0,>=7.19.0)
Requires-Dist: Pillow (<5.3.0,>=4.3.0)
Requires-Dist: derpconf (>=0.2.0)
Requires-Dist: piexif (<1.1.0,>=1.0.13)
Requires-Dist: statsd (>=3.0.1)
Requires-Dist: libthumbor (>=1.3.2)
Requires-Dist: futures
Requires-Dist: argparse
Requires-Dist: pytz
Requires-Dist: six
Requires-Dist: webcolors
Requires-Dist: tc-prometheus
Provides-Extra: tests
Requires-Dist: redis (<3.0.0,>=2.4.9) ; extra == 'tests'
Requires-Dist: coverage (>=4.4.1) ; extra == 'tests'
Requires-Dist: mock (<3.0.0,>=1.0.1) ; extra == 'tests'
Requires-Dist: raven ; extra == 'tests'
Requires-Dist: nose ; extra == 'tests'
Requires-Dist: nose-focus ; extra == 'tests'
Requires-Dist: colorama ; extra == 'tests'
Requires-Dist: numpy ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: yanc ; extra == 'tests'
Requires-Dist: remotecv ; extra == 'tests'
Requires-Dist: pyssim (>=0.4.0) ; extra == 'tests'
Requires-Dist: cairosvg (!=1.0.21,<2.0.0,>=1.0.0) ; extra == 'tests'
Requires-Dist: preggy (>=1.3.0) ; extra == 'tests'
Requires-Dist: opencv-python ; extra == 'tests'
Requires-Dist: yanc (>=0.3.3) ; extra == 'tests'

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/s.glbimg.com/et/bb/f/original/2011/03/24/VN0JiwzmOw0b0lg.jpg


