You are viewing a single thread.
View all comments 43 points
Does it though? This is a very compressable image. It’s around 30kb on my system, and that’s with the extra text on top
2 points
3 points
*
This isn’t a fair comparison.
The game should get to go through the same compression algorithms first.
4 points
That’s just not possible, game data is not image data. For example image compression is lossy and based on quadtree representations etc., how would you apply this to code and sprites?
10 points
The game only had 16 colors (4bit) and a resolution of 256x240. If you store it in the original dimensions and apply loseless compression it could be much smaller.
3 points
43 points
2 points