Metadata-Version: 2.0
Name: wim
Version: 0.2.1
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
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
Requires-Dist: Pillow (==2.7.0)
Requires-Dist: click (==3.3)
Requires-Dist: wheel (==0.24.0)

=====================
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.
* Scale image to a maximum dimension.
* Reduce image file size.

Meta
----

* Free software: MIT license
* Documentation: https://pythonhosted.org/wim/



History
-------

0.2.1 (2015-06-27)
------------------

* Include requirements.txt.

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.

