Metadata-Version: 2.0
Name: bmp-transcode
Version: 0.1.0
Summary: Transcode binary data to or from a bitmap image.
Home-page: https://github.com/nvllsvm/bmp-transcode
Author: Andrew Rabert
Author-email: arabert@nullsum.net
License: Apache 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: pillow

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

Convert any file to a bitmap and back again. The resulting bitmap is a visual representation of the original file. The last pixel contains the size of the original file.


For example, consider this most glorious of audio examples:

.. image:: https://raw.githubusercontent.com/nvllsvm/bmp-transcode/master/example.bmp
    :alt: Maybe you should try listening this...


**Python 3 only.**


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


