projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
37e8e0100a110481e89c96ea6efda42cd3b9ebba
[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