Metadata-Version: 1.0
Name: image-diet
Version: 0.7
Summary: Remove unnecessary bytes from images
Home-page: https://github.com/samastur/image-diet/
Author: Marko Samastur
Author-email: markos@gaivo.net
License: MIT License
Description: image-diet is a Django application for removing unnecessary bytes from image
        files.  It optimizes images without changing their look or visual quality
        ("losslessly").
        
        It works on images in JPEG, GIF and PNG formats and will leave others
        unchanged. Provides a seemless integration with easy_thumbnails app, but can
        work with others too.
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Utilities
