List of compression algorithms: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 2: | Line 2: | ||
== | == JCALG1 == | ||
'''Signature (ASCII)''': JC<br> | '''Signature (ASCII)''': JC<br> | ||
'''Signature (HEX)''': 0x4A 0x43<br> | '''Signature (HEX)''': 0x4A 0x43<br> | ||
'''List of games using this compression''': [[:Category:JCALG1 compression| | '''List of games using this compression''': [[:Category:JCALG1 compression|JCALG1 category on the Wiki]]<br> | ||
'''Programs supporting it''': [https://bitsum.com/passthru/passthru.php?target_file=/files/jcalg1_r534.zip jcalg1], quickbms<br> | '''Programs supporting it''': [https://bitsum.com/passthru/passthru.php?target_file=/files/jcalg1_r534.zip jcalg1], quickbms<br> | ||
'''Open source implementations''': [https://github.com/jeremycollake/jcalg1 jeremycollake/jcalg1], [https://pypi.org/project/jcalg1/ jcalg1 (Python package)] | '''Open source implementations''': [https://github.com/jeremycollake/jcalg1 jeremycollake/jcalg1], [https://pypi.org/project/jcalg1/ jcalg1 (Python package)] | ||
Revision as of 23:27, 15 June 2022
// TODO - this article is not finished yet
JCALG1
Signature (ASCII): JC
Signature (HEX): 0x4A 0x43
List of games using this compression: JCALG1 category on the Wiki
Programs supporting it: jcalg1, quickbms
Open source implementations: jeremycollake/jcalg1, jcalg1 (Python package)
LZMA
Signature (ASCII): ]
Signature (HEX): 0x5D
List of games using this compression: LZMA category on the Wiki
Programs supporting it: quickbms, 7-zip
Open source implementations: LZMA SDK]
ZLIB
Signature (ASCII): x
Signature (HEX): 0x78
List of games using this compression: ZLIB category on the Wiki
Programs supporting it: offzip, quickbms
Open source implementations: madler/zlib
See Also