Metadata-Version: 1.1
Name: simpil
Version: 1.1.1
Summary: Simplifies use is Pillow for adding text to images
Home-page: https://None/daycoder/simpil.git
Author: Hywel Thomas
Author-email: hywel.thomas@mac.com
License: MIT
Download-URL: https://None/daycoder/simpil.git/get/1.1.1.tar
Description: simPIL
        ======
        
        Please see https://simpil.readthedocs.io/ for more documentation and examples.
        
        Provides an easy to use class for creating reading/fetching images files, adding
        text and saving/retrieving image data.
        
        It abstracts away some boiler plate for PIL/Pillow for a few things I want to do:
        
        * Read image from file
        * Write image to file
        * Load image from string
        * Load image from file object (StringIO)
        * Load image from url
        * Add text, shadowed text and outline text
        * Autosave changes
        * Get raw image data from object without saving.
Keywords: report,html
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
