summaryrefslogtreecommitdiff
path: root/makePattern.py
diff options
context:
space:
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):