tReadme updated with todo - cross-stitch - interactively turn images into patterns for cross stitching
 (HTM) git clone git://src.adamsgaard.dk/cross-stitch
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit b6cf99404168086ce010f29a8a3de22659f8465a
 (DIR) parent c7c82215f1b892845a60a2ea4a3e97708197a30a
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 13 Feb 2014 22:21:14 +0100
       
       Readme updated with todo
       
       Diffstat:
         M README.rst                          |       4 ++++
         M cross-stitch.py                     |       4 ++--
         M generate-readme.sh                  |       4 ++++
       
       3 files changed, 10 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -21,6 +21,10 @@ Author
        ------
        Anders Damsgaard (andersd@riseup.net)
        
       +Todo
       +----
       +Add color processing functions to enhance colors and limit the number of colors.
       +
        Usage
        -----
        
 (DIR) diff --git a/cross-stitch.py b/cross-stitch.py
       t@@ -19,8 +19,8 @@ parser.add_argument('--outfile', '-o', metavar='FILENAME', type=str, nargs=1,
                required=True, help='save processed image as FILENAME')
        parser.add_argument('--width', '-w', type=int, nargs=1, default=20,
                help='canvas width, default value = 20')
       -parser.add_argument('--n-colors', '-c', type=int, nargs=1, default=10,
       -        help='number of colors in output image, default value = 10')
       +#parser.add_argument('--n-colors', '-c', type=int, nargs=1, default=10,
       +        #help='number of colors in output image, default value = 10')
        args = parser.parse_args()
        infile = args.infile[0]
        outfile = args.outfile[0]
 (DIR) diff --git a/generate-readme.sh b/generate-readme.sh
       t@@ -25,6 +25,10 @@ Author
        ------
        Anders Damsgaard (andersd@riseup.net)
        
       +Todo
       +----
       +Add color processing functions to enhance colors and limit the number of colors.
       +
        Usage
        -----