Metadata-Version: 1.0
Name: aino-convert
Version: 0.1
Summary: Magick for Django
Home-page: http://bitbucket.org/aino/aino-convert/
Author: Mikko Hellsing
Author-email: mikko@aino.se
License: BSD
Description: aino-convert
        ============
        
        aino-convert is a basically wrapper for `ImageMagick convert` with caching.
        The main purpose is to help generate quality thumbnails simply and
        efficiently. During the development of sorl-thumbnail I learned some and
        eventually I took the plunge to write something using ImageMagick convert
        instead of PIL.
        
        Pros
        ----
        - Simple thumbnail tag generating high quality output
        - Remote images handling on the fly
        - Usage of convert commandline syntax for infinate flexibility
        - Caching mechanism
        - Cleanup of unused images or conversions of images can be made
        - Storage is local file storage only
        
        Cons
        ----
        - Requirements: convert, exiv2, wget
        - Storage is local file storage only
        - Security (protecting the developer from himself)
        
        Demo
        ====
        There is a demo in the `demo` directory.
        To run the demo it just cd in to it and type: `./run`
        
        
        .. _ImageMagic convert: http://www.imagemagick.org/
        
Platform: any
Classifier: Development Status :: 3 - Alpha
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
