| tReadme updated with todo - cross-stitch - interactively turn images into patte… | |
| git clone git://src.adamsgaard.dk/cross-stitch | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit b6cf99404168086ce010f29a8a3de22659f8465a | |
| parent c7c82215f1b892845a60a2ea4a3e97708197a30a | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| diff --git a/README.rst b/README.rst | |
| t@@ -21,6 +21,10 @@ Author | |
| ------ | |
| Anders Damsgaard ([email protected]) | |
| +Todo | |
| +---- | |
| +Add color processing functions to enhance colors and limit the number of color… | |
| + | |
| Usage | |
| ----- | |
| diff --git a/cross-stitch.py b/cross-stitch.py | |
| t@@ -19,8 +19,8 @@ parser.add_argument('--outfile', '-o', metavar='FILENAME', t… | |
| 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 | |
| t@@ -25,6 +25,10 @@ Author | |
| ------ | |
| Anders Damsgaard ([email protected]) | |
| +Todo | |
| +---- | |
| +Add color processing functions to enhance colors and limit the number of color… | |
| + | |
| Usage | |
| ----- | |