GBAtemp.net - The Independent Video Game Community

rvtr
rvtr
I guess it did make a nice screensaver though lmao. Lovely display of all the compressed hex, with nice color codes for what is and isn't compressed. This screenshot really shows how terrible it is. Blue is compressed, yellow marks a change from compressed/not compressed, and red is uncompressed. Awful.
1678153095886.png
VinsCool
VinsCool
Interesting...
What kind of compression are you talking about?
I'm very much looking for something for what I am working on.
rvtr
rvtr
RLE compression
876673567931138071.webp

I wanted something lazy for some koala paint files I had with pixels shown like below. Simple repeating AABBAA patterns.
1678153707191.png
1678153725144.png
rvtr
rvtr
I dropped the project before getting to that point though. I think that was mostly from the frustration of everything being negative compression, the program taking too long to load/run, and me needing to figure out some silly way to work on files without running out of RAM (make the mistake of using BASIC for a proof of concept).