Metadata-Version: 2.1
Name: gifmaker
Version: 0.5
Summary: Convert a series of images into a gif animation.
Home-page: UNKNOWN
Author: Julien Cohen-Adad
Author-email: jcohen@polymtl.ca
License: LICENSE
Description: # gifmaker
        
        ![Brain](https://github.com/neuropoly/gifmaker/blob/master/docs/brain.gif)
        
        Convert a series of images into a gif animation.
        
        ## Installation
        ~~~
        pip install gifmaker
        ~~~
        
        ## Usage
        ~~~
        gifmaker -i IMAGE1.png IMAGE2.png
        gifmaker -i *.png
        ~~~
        
        Note: all images mush have the same size.
        
        For more features, run:
        ~~~
        gifmaker -h
        ~~~
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
