Metadata-Version: 1.1
Name: wim
Version: 0.2.0
Summary: wim is a command line tool to create Web images.
Home-page: https://github.com/yaph/wim
Author: Ramiro Gómez
Author-email: code@ramiro.org
License: MIT
Description: =====================
        WIM Create Web Images
        =====================
        
        .. image:: https://badge.fury.io/py/wim.png
            :target: http://badge.fury.io/py/wim
        
        .. image:: https://travis-ci.org/yaph/wim.png?branch=master
                :target: https://travis-ci.org/yaph/wim
        
        wim is a command line tool to create images for the Web.
        
        Usage
        -----
        
        .. code:: Bash
        
            wim input.png -t 'add this text at the bottom'
        
        Type ``wim --help`` for info on all command line options.
        
        Features
        --------
        
        * Add text at the bottom of the image.
        
        Meta
        ----
        
        * Free software: MIT license
        * Documentation: https://pythonhosted.org/wim/
        
        
        
        History
        -------
        
        0.2.0 (2015-06-25)
        ------------------
        
        * Added ``scale`` and ``quantize`` options to determine image size and quality.
        * Added help texts for arguments.
        
        0.1.1 (2015-06-09)
        ------------------
        
        * Append text at the bottom of image instead of composing 2 images.
        
        0.1.0 (2015-01-10)
        ------------------
        
        * First release on PyPI.
Keywords: wim
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
