projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
parameters
[imago.git]
/
tests
/
batch
1
#!/bin/bash
2
3
for file in "$1/"*".jpg" ; do
4
echo $file":"
5
../imago.py -vds -w 640 $file > "${file%.jpg}.txt"
6
done