Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data Compression: Difference between revisions

From CPCWiki - THE Amstrad CPC encyclopedia!
MacDeath (talk | contribs)
No edit summary
MacDeath (talk | contribs)
No edit summary
Line 31: Line 31:
*[[NLarge|NLarge]] ([[FG Brain|FG Brain]])
*[[NLarge|NLarge]] ([[FG Brain|FG Brain]])


 
==Links==
[http://en.wikipedia.org/wiki/Data_compression Wikipedia's opinion on the mater...]
[http://en.wikipedia.org/wiki/Data_compression Wikipedia's opinion on the mater...]




[[Category:DATA Storage]][[Category:Programming]][[Category:Applications]][[Category:CrossDev]]
[[Category:DATA Storage]][[Category:Programming]][[Category:Applications]][[Category:CrossDev]]

Revision as of 22:04, 8 October 2009

Wikipedia says :

In computer science and information theory, data compression or source coding is the process of encoding information using fewer bits (or other information-bearing units) than an unencoded representation would use, through use of specific encoding schemes.

So be it.

Compression ? In my CPC ?

More often than you may believe.

The power of CrossDev

It was common to use a 16 bit computer like an Atari ST to get stronger compression.

Xyphoes Fantasy a notable exemple.

File compression

File decompression

Links