fe -nx *.spr "perl ~/DS/SpriteEditor/bin/spr2png.pl
%.spr ~/hobby/dspr/demo-%.blk.png
--maxheight=256"
fe -nx *.spr "perl ~/DS/SpriteEditor/bin/spr2png.pl
%.spr ~/hobby/dspr/demo-%.spr.png
--extra --maxheight=256"
Another oneliner to gather them all, and in HTML bind them...
(echo '<html><body>' ;
fe *.png "echo '<div style=@display: inline-block;
background: grey; text-align: center;@>
<img src=@%@ title=@%@ style=@display: block;@>
<small>%</small></div>'" ;
echo '</body></html>')
| sed -e "s/@/'/g" > test.html
horizontalvertical tripes mean there's no pages using the blockverticalhorizontal stripes mean there's a FREE entry for the block.why is there so many FREE slots indicating that tile#0 is free ? (there's sprck_cleanup() to address that). even after it 'repaired' the file, I seem to still have the same [done] fix spr2png --cleanup so that it works properly with --extra=1 and --extra=2. [dont] ensure sprck is capable of dropping FREE entries when a block is used on a page. instead, we have to mark them free [okay] ensure sprck can add FREE entries when no page is using a block - that's automatic in -repair mode. [todo] have `fe` and `color.pl` and `whereami` hosted in DS/bin (or DS/tools/ or wherever it fits)
No comments:
Post a Comment