commit b6cf99404168086ce010f29a8a3de22659f8465a
parent c7c82215f1b892845a60a2ea4a3e97708197a30a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 13 Feb 2014 22:21:14 +0100
Readme updated with todo
Diffstat:
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
@@ -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
-----
diff --git a/cross-stitch.py b/cross-stitch.py
@@ -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]
diff --git a/generate-readme.sh b/generate-readme.sh
@@ -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
-----