#15284 - qw3rty - Tue Jan 20, 2004 12:57 pm
Hi,
I tried to compress my graphics with LZ77 - after a couple of attempts I got it working *partly* - some sprites work perfect, but others don`t - it seems like some color indexes got mixed up - I think all the color-indexes were decremented by one(e.g. a pixel with color 1 is now color 0) - however, the palette seems to be intact, only the pixels got another color-index.
Color 0-pixels aren`t effected by this (the transparent parts of the image stay transparent)
I convert my GFX with gfx2gba, btw, and decompress directly to the sprite-character-memory.
Any ideas ?
(I tend to remove the compressed images, because it didn`t save place, the .bin even got bigger by a few bytes :( )
I tried to compress my graphics with LZ77 - after a couple of attempts I got it working *partly* - some sprites work perfect, but others don`t - it seems like some color indexes got mixed up - I think all the color-indexes were decremented by one(e.g. a pixel with color 1 is now color 0) - however, the palette seems to be intact, only the pixels got another color-index.
Color 0-pixels aren`t effected by this (the transparent parts of the image stay transparent)
I convert my GFX with gfx2gba, btw, and decompress directly to the sprite-character-memory.
Any ideas ?
(I tend to remove the compressed images, because it didn`t save place, the .bin even got bigger by a few bytes :( )