Metadata-Version: 2.0
Name: bmp-transcode
Version: 0.3.0
Summary: Transcode orindary files to and from bitmap images.
Home-page: https://github.com/nvllsvm/bmp-transcode
Author: Andrew Rabert
Author-email: arabert@nullsum.net
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: pillow

bmp-transcode
=============

|PyPi Version|

Transcode orindary files to and from bitmap images.

For example, this is an mp3 hosted by a popular image host.

.. image:: https://i.imgur.com/jYjNcEY.png
    :alt: Maybe you should try listening this...

Installation
------------

Python 3 only.

.. code:: shell

    $ pip install bmp-transcode

Usage
-----

To a bitmap:

.. code:: shell

    $ bmp-transcode to input.file output.bmp


To the original file:

.. code:: shell

    $ bmp-transcode from input.bmp output.file


.. |PyPi Version| image:: https://img.shields.io/pypi/v/bmp_transcode.svg?
   :target: https://pypi.python.org/pypi/bmp_transcode


