1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-02-20 14:29:16 +00:00
8bitworkshop/tools/Makefile

15 lines
378 B
Makefile
Raw Normal View History

2016-12-27 15:17:47 -05:00
%-pf.hex: %-pf.pbm p4_to_pfbytes.py
python p4_to_pfbytes.py $< > $@
%-48.hex: %-48.pbm p4_to_48pix.py
python p4_to_48pix.py $< > $@
%-pf.pbm: %.jpg
convert $< -resize 40x192\! -colorspace Gray -dither FloydSteinberg $@
%-48.pbm: %.jpg
convert $< -resize 48x192\! -colorspace Gray -dither FloydSteinberg $@
2017-01-25 12:30:05 -05:00
ship1.pbm: ship1.png
convert ship1.png -negate -flop ship1.pbm