Metadata-Version: 1.1
Name: image-diet2
Version: 0.8.2
Summary: Remove unnecessary bytes from images
Home-page: https://github.com/samastur/image-diet2/
Author: Marko Samastur
Author-email: markos@gaivo.net
License: MIT License
Description: image-diet2 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, PNG or any format with configured a
        processing pipeline. Integration with Django's storage system provides a
        seamless integration with most thumbnailing apps.
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Utilities
