ExpandLZG function problem
ExpandLZG function problem
Hi all, I'm trying to decompress the sprites compressed with the LZ algorithm but I have the problem the they are decompressed with the half of their original width. Any idea why??
Re: ExpandLZG function problem
May I see any sample encoded and decoded binary data?
Re: ExpandLZG function problem
Hi, I've been doing some research and I believe that I'm drawing the decompressed sprites the wrong way. Does anyone have some example I can see do that I can understand how they are draw on the screen?
The sprites I'm trying to draw where decompressed using the LZG_UD and LZG_LR algorithm.
Thanks!
The sprites I'm trying to draw where decompressed using the LZG_UD and LZG_LR algorithm.
Thanks!
Re: ExpandLZG function problem
Nevermind guys I managed to solve this. I was drawing the sprites the wrong way...
Re: ExpandLZG function problem
Great! If you have any problem with the algorithm don't doubt contacting me. If you want to code some stuff let me know too.