1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

updated .gitmodules

This commit is contained in:
Steven Hugg
2017-04-08 20:43:46 -04:00
parent ce4cb791db
commit 0b9da464cd
4 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
%.tga: %.png
convert $< -resize 192 $<.gif
convert $<.gif +dither -type palette -compress RLE -colors 8 +dither -flip $@
convert $<.gif +dither -type palette -depth 4 -compress RLE -colors 8 -flip $@
convert $@ $@.png
%.pcx: %.png