List of compression algorithms: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→ZLIB) |
imported>Ikskoks (→ZLIB) |
||
| Line 1: | Line 1: | ||
// TODO - this article is not finished yet | // TODO - this article is not finished yet | ||
== JCALG / JCALG1 == | |||
'''Signature (ASCII)''': JC<br> | |||
'''Signature (HEX)''': 0x4A 0x43<br> | |||
'''List of games using this compression''': [http://wiki.xentax.com/index.php/Category:ZLIB_compression ZLIB category on Wiki]<br> | |||
'''Programs supporting it''': [https://bitsum.com/passthru/passthru.php?target_file=/files/jcalg1_r534.zip jcalg1]<br> | |||
'''Open source implementations''': [https://github.com/jeremycollake/jcalg1 jeremycollake/jcalg1] | |||
== ZLIB == | == ZLIB == | ||
'''Signature (ASCII)''': x<br> | '''Signature (ASCII)''': x<br> | ||
| Line 9: | Line 17: | ||
'''List of games using this compression''': [http://wiki.xentax.com/index.php/Category:ZLIB_compression ZLIB category on Wiki]<br> | '''List of games using this compression''': [http://wiki.xentax.com/index.php/Category:ZLIB_compression ZLIB category on Wiki]<br> | ||
'''Programs supporting it''': offzip, quickbms<br> | '''Programs supporting it''': offzip, quickbms<br> | ||
'''Open source implementations''': [https://github.com/madler/zlib madler/zlib] | |||
Revision as of 17:58, 14 June 2022
// TODO - this article is not finished yet
JCALG / JCALG1
Signature (ASCII): JC
Signature (HEX): 0x4A 0x43
List of games using this compression: ZLIB category on Wiki
Programs supporting it: jcalg1
Open source implementations: jeremycollake/jcalg1
ZLIB
Signature (ASCII): x
Signature (HEX): 0x78
List of games using this compression: ZLIB category on Wiki
Programs supporting it: offzip, quickbms
Open source implementations: madler/zlib