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