Skip to content

Commit

Permalink
README resync
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Dec 11, 2024
1 parent cdaf7a0 commit b2fe81d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ For the latest WIP build here: [Rolling Release](https://github.com/SabreTools/S

## Supported Compressions

| Compression Name | Decompress | Compress |
| --- | --- | --- |
| Blast | Yes | No |
| LZ (EXPAND / KWAJ / SZDD) | Yes | No |
| LZX | No | No |
| MSZIP | Yes | No |
| Quantum | No | No |
| Compression Name | Decompress | Compress | Notes |
| --- | --- | --- | --- |
| Blast | Yes | No | |
| BZip2 | Yes | Yes | Sourced from DotNetZip |
| Deflate | Yes | Yes | Sourced from DotNetZip |
| LZ | Yes | No | KWAJ, QBasic 4.5, and SZDD variants; KWAJ incomplete |
| LZX | No | No | |
| MSZIP | Yes | No | |
| Quantum | Yes* | No | Partial implementation based on standalone archives |

**Note:** If something is marked with a `*` it means that it need testing.

Expand Down

0 comments on commit b2fe81d

Please sign in to comment.