tupdate readme - imgtrans - interactive BMP to txt converter
 (HTM) git clone git://src.adamsgaard.dk/imgtrans
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 407219b622fbd5319afd61f39dc1e559dc8b4e33
 (DIR) parent 8fc5f91ee3e08763112075c82a685e263f409130
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 12 May 2015 16:29:34 +0200
       
       update readme
       
       Diffstat:
         M README.rst                          |      43 +++++--------------------------
       
       1 file changed, 6 insertions(+), 37 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -1,15 +1,14 @@
       -cross-stitch
       -============
       +imgtrans
       +========
        
       -A Python application to turn your images into patterns for cross stitching.
       +A Python application to turn your images into text files.
        
       -https://github.com/anders-dc/cross-stitch
       +https://github.com/anders-dc/imgtrans
        
        Download builds
        ---------------
       -There are pre-compiled standalone versions available for Mac OS X and Windows:
       -  - Mac OS X (64 bit): https://cs.au.dk/~adc/files/cross-stitch-osx.zip (143 MB)
       -  - Windows (32 bit, works on 64 bit also): https://cs.au.dk/~adc/files/cross-stitch-win.zip (47 MB)
       +There are pre-compiled standalone versions available for Windows:
       +  - Windows (32 bit, works on 64 bit also): https://cs.au.dk/~adc/files/imgtrans.zip
        
        Requirements
        ------------
       t@@ -27,33 +26,3 @@ Author
        ------
        Anders Damsgaard (andersd@riseup.net)
        
       -Todo
       -----
       -- Show color-by-color output images
       -- Show product names of needed yarn colors
       -- Add option to restrict to 256 standard colors
       -
       -Example
       --------
       -
       -Original image:
       -
       -.. image:: original.jpg
       -   :scale: 70 %
       -   :alt: Original image
       -   :align: center
       -
       -Down sampled image:
       -
       -.. image:: downsampled.jpg
       -   :scale: 70 %
       -   :alt: Original image
       -   :align: center
       -
       -Color reduced image:
       -
       -.. image:: colorreduced.jpg
       -   :scale: 70 %
       -   :alt: Original image
       -   :align: center
       -