Difference between revisions of "Data Compression"
From CPCWiki - THE Amstrad CPC encyclopedia!
(→The power of CrossDev: added zx7) |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 11: | Line 11: | ||
==The power of CrossDev== | ==The power of CrossDev== | ||
− | It was common to use a 16 bit computer like an [[Atari|Atari ST]] to get stronger compression. | + | It was common to use a 16 bit computer like an [[Atari|Atari ST]] to get stronger compression. Today it is possible to get various compressors which are running on a PC platform and produce binary files which can be decompressed on [[Z80]] computers. |
− | [[Xyphoes Fantasy]] a | + | [[Xyphoes Fantasy]] is a noteable example. The data is compressed and it was generated on an Atari ST. |
+ | |||
+ | Examples for modern CrossDev compression programs with Z80 decompression routines are | ||
+ | * [[Bitbuster]] | ||
+ | * [[Exomizer]] | ||
+ | * [[MegaLZ]] | ||
+ | * [[Pucrunch]] | ||
+ | * [[ZX7]] | ||
== File compression == | == File compression == | ||
Line 22: | Line 29: | ||
*[[CrownCruncher|CrownCruncher]] ([[Crown|Crown]]) | *[[CrownCruncher|CrownCruncher]] ([[Crown|Crown]]) | ||
*[[FlowerCruncher|FlowerCruncher]] ([[Roudoudou|Roudoudou]]) | *[[FlowerCruncher|FlowerCruncher]] ([[Roudoudou|Roudoudou]]) | ||
+ | *[[LZ48|LZ48]] ([[Roudoudou|Roudoudou]]) | ||
+ | *[[LZ49|LZ49]] ([[Roudoudou|Roudoudou]]) | ||
*[[SQ23|SQ23]] | *[[SQ23|SQ23]] | ||
*[[Turbocruncher|Turbocruncher]] ([[Elmar Krieger|Elmar Krieger]]) | *[[Turbocruncher|Turbocruncher]] ([[Elmar Krieger|Elmar Krieger]]) | ||
Line 29: | Line 38: | ||
== File decompression == | == File decompression == | ||
+ | *[[LZ4|LZ4]] ([[Roudoudou|Roudoudou]]) | ||
*[[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 | + | [http://en.wikipedia.org/wiki/Data_compression Wikipedia's opinion on the matter...] |
[[Category:DATA Storage]][[Category:Programming]][[Category:Applications]][[Category:CrossDev]] | [[Category:DATA Storage]][[Category:Programming]][[Category:Applications]][[Category:CrossDev]] |
Latest revision as of 06:08, 4 May 2017
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.
Contents
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. Today it is possible to get various compressors which are running on a PC platform and produce binary files which can be decompressed on Z80 computers.
Xyphoes Fantasy is a noteable example. The data is compressed and it was generated on an Atari ST.
Examples for modern CrossDev compression programs with Z80 decompression routines are
File compression
- Cheese (Antoine Pitrou)
- Columbia (Robot PD)
- CPC_T (Madram)
- CrownCruncher (Crown)
- FlowerCruncher (Roudoudou)
- LZ48 (Roudoudou)
- LZ49 (Roudoudou)
- SQ23
- Turbocruncher (Elmar Krieger)
- Turbo Imploder (Crown)
- Zenith