Import of Empire 4.2.12
This commit is contained in:
commit
d8b7fdfae1
817 changed files with 126589 additions and 0 deletions
7
scripts/mapper/makeframe
Normal file
7
scripts/mapper/makeframe
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# giftopnm fall$* | pnmgamma 2 | pnmscale 2 | pnmsmooth | pnmscale 2 | pnmsmooth | pnmdepth 255 >fall.ppm
|
||||
giftopnm over$* >over.pbm
|
||||
pbmmask -expand over.pbm >over.mask
|
||||
giftopnm $* | pgmtoppm -map color.ppm | pnmscale 4 | pnmcomp -invert -alpha over.mask over.pbm
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue