List of compression algorithms: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
No edit summary
Line 17: Line 17:
'''Programs supporting it''': quickbms, 7-zip<br>
'''Programs supporting it''': quickbms, 7-zip<br>
'''Open source implementations''': [https://www.7-zip.org/sdk.html LZMA SDK]
'''Open source implementations''': [https://www.7-zip.org/sdk.html LZMA SDK]
== REFPACK ==
'''Signature (ASCII)''': ..<br>
'''Signature (HEX)''': 0x10 0xFB<br>
'''List of games using this compression''': [[:Category:Refpack compression|Refpack category on the Wiki]]<br>
'''Programs supporting it''': quickbms<br>
'''Open source implementations''': [https://github.com/gibbed/Gibbed.RefPack Gibbed.RefPack]


== ZLIB ==
== ZLIB ==

Revision as of 18:11, 16 September 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

REFPACK

Signature (ASCII): ..
Signature (HEX): 0x10 0xFB
List of games using this compression: Refpack category on the Wiki
Programs supporting it: quickbms
Open source implementations: Gibbed.RefPack

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