testing scripts
[imago.git] / tests / batch
diff --git a/tests/batch b/tests/batch
new file mode 100755 (executable)
index 0000000..37e8e01
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+for file in "$@" ; do
+       ../imago.py -vds -w 640 $file > "${file%.jpg}.txt"
+done