Metadata-Version: 2.1
Name: pillow-avif-plugin
Version: 1.2.0
Summary: A pillow plugin that adds avif support via libavif
Home-page: https://github.com/fdintino/pillow-avif-plugin/
Author: Frankie Dintino
Author-email: fdintino@theatlantic.com
License: MIT License
Download-URL: https://github.com/fdintino/pillow-avif-plugin/releases
Description: # pillow-avif-plugin
        
        This is a plugin that adds support for AVIF files until official support has been added (see [this pull request](https://github.com/python-pillow/Pillow/pull/5201)).
        
        To register this plugin with pillow you will need to add `import pillow_avif` somewhere in your application.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Description-Content-Type: text/markdown
