Metadata-Version: 1.1
Name: pixelate
Version: 0.3
Summary: Library provides pixelation for images
Home-page: https://github.com/useless-tools/pixelate
Author: Georgy Bazhukov
Author-email: georgy.bazhukov@gmail.com
License: BSD
Description: # pixelate
        
        Make your photos worse. But it looks like pixel art.
        
        Works with Python >= 2.6, Python >= 3.2.
        
        ## Installation
        
            pip install pixelate
        
        ## Example
        
            pixelate --input=img/bps.jpg --output=img/bps.png --pixel-size=10
        
        From this:
        
        ![original bps](./img/bps.jpg)
        
        To this:
        
        ![pixeate bps](./img/bps.png)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires: pillow
