git://lisas.de
/
terminatorX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8a65711a9e1ddaa3fbb17c47c1a252ae028bfe16
[terminatorX.git]
/
website
/
createpreview
1
#!/bin/bash
2
for file in $*;
3
do
4
jpegtopnm < $file | pnmscale -xsize=100 | jpegtopng > pre_$file
5
done