index
:
wave-function-collapse.git
master
Implementation of tile-based wave function collapse
Atanas
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ppmtopng.sh
blob: e415a5f3bf5ce2fc281cf0aa6b22543e2816ceba (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
set
-xe
for
i in files/file*.ppm
do
pnmtopng
"
$i
"
>>
"
${
i
%.*
}
.png"
done