mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
19 lines
501 B
Plaintext
19 lines
501 B
Plaintext
[appendix]
|
|
== Compression Types
|
|
|
|
This apprendix lists all supported compression algorithms used within AaruFormat images.
|
|
|
|
NOTE: Compression method definitions may evolve over time.
|
|
For the latest and most accurate listing, refer to the `libaaruformat` source.
|
|
|
|
[cols="1,5",options="header"]
|
|
|===
|
|
|Value
|
|
|Algorithm
|
|
|
|
|0 |None
|
|
|1 |LZMA — stream prepended by 5 bytes of parameters
|
|
|2 |FLAC
|
|
|3 |LZMA after Claunia Subchannel Transform (see Appendix D) — stream prepended by 5 bytes of parameters
|
|
|===
|