Metadata-Version: 1.0
Name: django-thumbnail
Version: 11.13
Summary: Thumbnailing in Django
Home-page: https://github.com/pygeek/django-thumbnail
Author: Clinton Christian
Author-email: pygeek@me.com
License: BSD
Description: django-thumbnail
        ================
        
        A fork of sorl-thumbnail; created due to its inactivity.
        
        ---------------------------------------------------------
        
        
        Format preservation has been added. To preserve format set settings.THUMBNAIL_PRESERVE_FORMAT = True.
        Gracefully degrades and defaults to using settings.THUMBNAIL_FORMAT.
        Applications that currently use sorl should not notice any difference in functionality unless settings.THUMBNAIL_PRESERVE_FORMAT is set explicitly set to True.
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
Classifier: Framework :: Django
