Compression: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
MetalSlime (talk | contribs) (Created page with 'Fixed Bit Length Encoding') |
NovaSquirrel (talk | contribs) (Made the level compression article more discoverable) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Fixed Bit Length Encoding]] | '''Compression''' means representing data with fewer bytes by removing redundancy. | ||
* [[Fixed Bit Length Encoding]] | |||
* [[Tile compression]] | |||
* [[Text compression]] | |||
* [[Level compression]] | |||
== External links == | |||
* [[wikipedia:Byte pair encoding]] |
Latest revision as of 22:33, 4 December 2018
Compression means representing data with fewer bytes by removing redundancy.