Some tweaks to get the autobuilder to accept the package, and updated screenshots...
[jamaendo] / www / img / makethumbs
diff --git a/www/img/makethumbs b/www/img/makethumbs
new file mode 100755 (executable)
index 0000000..a64cfdc
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+mogrify -path thumbs -thumbnail 200x120  -quality 95 -format png *.png
+