projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
testing scripts
[imago.git]
/
tests
/
batch
diff --git a/tests/batch
b/tests/batch
new file mode 100755
(executable)
index 0000000..
37e8e01
--- /dev/null
+++ b/
tests/batch
@@ -0,0
+1,5
@@
+#!/bin/bash
+
+for file in "$@" ; do
+ ../imago.py -vds -w 640 $file > "${file%.jpg}.txt"
+done