summaryrefslogtreecommitdiff
path: root/makePattern.py
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-16 00:10:13 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-16 00:10:13 -0800
commit760c35f835ef179bc398abc57bcea39bc9ec401e (patch)
tree6fddb5f6b55c898a68e4bb3826d0fc524007ca40 /makePattern.py
parentc3b34223ef6390ad2801edaa3e3b825c7df1cb98 (diff)
finishing mode
Diffstat (limited to 'makePattern.py')
-rwxr-xr-xmakePattern.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/makePattern.py b/makePattern.py
index d460865..d9bbf54 100755
--- a/makePattern.py
+++ b/makePattern.py
@@ -35,6 +35,7 @@ def error(s):
def hexdir(filename):
" creates a two-letter directory name "
return sha1(filename.encode()).hexdigest()[:2]
+#repage command convert original.png -resize 425x92 -repage 425x92+0+0 new.png
class Pattern:
def __init__(self):