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