Compression: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Made the level compression article more discoverable)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
* [[Fixed Bit Length Encoding]]
* [[Fixed Bit Length Encoding]]
* [[Tile compression]]
* [[Tile compression]]
* [[Text compression]]
* [[Level compression]]


== External links ==
== External links ==
* [[wikipedia:Byte pair encoding]]
* [[wikipedia:Byte pair encoding]]

Latest revision as of 22:33, 4 December 2018

Compression means representing data with fewer bytes by removing redundancy.

External links