Metadata-Version: 1.0
Name: django-thumbnail-works
Version: 0.1.1
Summary: django-thumbnail-works provides an enhanced ImageField that generates and manages thumbnails of the uploaded image.
Home-page: http://www.codetrax.org/projects/django-thumbnail-works
Author: George Notaras
Author-email: gnot [at] g-loaded.eu
License: Apache License version 2
Download-URL: https://source.codetrax.org/hgroot/django-thumbnail-works
Description: 
        django-thumbnail-works provides an enhanced ImageField that generates and
        manages thumbnails of the uploaded image.
        
        Warning: This software is not production-ready!
        
        Features
        --------
        - Provides the ``EnhancedImageField`` model field which is based on the
          default Django ``ImageField``.
        - Supports named thumbnails which can be accessed as attributes of the
          ``EnhancedImageField`` instance.
        - Uses the Django storages API to manage thumbnails.
        - Allows processing the original image before saving in the same manner that
          thumbnails are processed.
        - Individual processing options for each thumbnail.
        - Supports automatic image resizing and cropping, sharpen and detail filters
          and specifying the output format of each image.
        - Supports thumbnail generation on first access.
        
        More information
        ----------------
        More information about the installation, configuration and usage of this app
        can be found in the *HELP* file inside the distribution package or in the
        project's
        `wiki <http://www.codetrax.org/projects/django-thumbnail-works/wiki>`_.
        
        Bugs and new features
        ---------------------
        In case you run into any problems while using this application it is highly
        recommended you file a bug report at the project's
        `issue tracker <http://www.codetrax.org/projects/django-thumbnail-works/issues>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
