]> git.sur5r.net Git - cc65/commit
Added two more conversion targets: geos-bitmap, which will create a GEOS
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 13 Mar 2012 21:12:27 +0000 (21:12 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 13 Mar 2012 21:12:27 +0000 (21:12 +0000)
commitfbbf7e50d2bd54189e75b1d5d5d87d74759bf6cf
treec6f75ca79258dbb06e95ae75af1881c945c8ae2e
parent1c91618a5d1261facd10fcb4294a24ffbcf240e4
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
src/sp65/convert.c
src/sp65/geosbitmap.c [new file with mode: 0644]
src/sp65/geosbitmap.h [new file with mode: 0644]
src/sp65/make/gcc.mak
src/sp65/make/watcom.mak
src/sp65/raw.c [new file with mode: 0644]
src/sp65/raw.h [new file with mode: 0644]