Added two more conversion targets: geos-bitmap, which will create a GEOS

compacted bitmap, and raw, which is probably mostly useful for debugging. It
converts an indexed image to a row of bytes which correspond to the color
indices of the pixels.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5615 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-13 21:12:27 +00:00
parent 1c91618a5d
commit fbbf7e50d2
7 changed files with 468 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ OBJS = asm.obj \
convert.obj \
error.obj \
fileio.obj \
geosbitmap.obj \
geosicon.obj \
input.obj \
koala.obj \
@@ -77,6 +78,7 @@ OBJS = asm.obj \
output.obj \
palette.obj \
pcx.obj \
raw.obj \
vic2sprite.obj
LIBS = ../common/common.lib