pret / pokecrystal

Disassembly of Pokémon Crystal
https://pret.github.io/pokecrystal/
2.06k stars 770 forks source link

Support `-` for stdin and stdout in bpp2png and other tools #1083

Open Rangi42 opened 10 months ago

Rangi42 commented 10 months ago

This would let you do things like head -c 16 image.2bpp | tools/bpp2png - firsttile.png, or tools/bpp2png image.2bpp - | gm convert -resize 200% - zoomed.png.

mid-kid commented 10 months ago

If you wanna go all the way, default to stdin/stdout when no filenames are passed.