tincreased width in example - 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 cef47e29b2136e8c09422148a9b8306da3b53f68
(DIR) parent 6ded3d310a5670c85ffa14af46c898839521efcd
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 14 Feb 2014 15:22:20 +0100
increased width in example
Diffstat:
M Makefile | 2 +-
M README.rst | 2 +-
M generate-readme.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -2,7 +2,7 @@ README.rst: generate-readme.sh cross-stitch.py fisker-pattern.png
@bash $< $@
fisker-pattern.png: cross-stitch.py fiskeren.jpg
- @python $< -i fiskeren.jpg -o $@ -w 50 -c 16
+ @python $< -i fiskeren.jpg -o $@ -w 80 -c 16
clean:
$(RM) README.rst
(DIR) diff --git a/README.rst b/README.rst
t@@ -49,7 +49,7 @@ optional arguments:
Example
-------
- $ ./cross-stitch.py -i fiskeren.jpg -o fisker-pattern.py -w 50 -c 16
+ $ ./cross-stitch.py -i fiskeren.jpg -o fisker-pattern.py -w 80 -c 16
.. image:: fiskeren.jpg
:scale: 50 %
(DIR) diff --git a/generate-readme.sh b/generate-readme.sh
t@@ -42,7 +42,7 @@ EXAMPLE="
Example
-------
- $ ./cross-stitch.py -i fiskeren.jpg -o fisker-pattern.py -w 50 -c 16
+ $ ./cross-stitch.py -i fiskeren.jpg -o fisker-pattern.py -w 80 -c 16
.. image:: fiskeren.jpg
:scale: 50 %