LZS221
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |released=≤1992 }} '''LZS221''' is a data compression library, and associated compressed file format, by Stac Electro...") |
(sample files) |
||
(2 intermediate revisions by one user not shown) | |||
Line 6: | Line 6: | ||
'''LZS221''' is a data compression library, and associated compressed file format, by Stac Electronics. | '''LZS221''' is a data compression library, and associated compressed file format, by Stac Electronics. | ||
− | + | This article is meant to cover the file format associated with the LZSDEMO software listed below. It is sometimes called "LZS221" format, though it's not clear whether that is actually a good name for it. | |
LZSDEMO does not appear to use a standard filename extension for the format. | LZSDEMO does not appear to use a standard filename extension for the format. | ||
+ | |||
+ | == Format details == | ||
+ | An LZS221 file consists of a 4-byte signature, followed by any number of blocks of [[Lempel–Ziv–Stac]] compressed data. | ||
== Identification == | == Identification == | ||
Line 15: | Line 18: | ||
== Software == | == Software == | ||
* [https://www.sac.sk/download/pack/lzs221.zip LZSDEMO v3.1] (1992) - LZS221 Compression Demonstration (DOS software) | * [https://www.sac.sk/download/pack/lzs221.zip LZSDEMO v3.1] (1992) - LZS221 Compression Demonstration (DOS software) | ||
+ | * {{Deark}} | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/lzs221}} | ||
== Links == | == Links == | ||
* [https://www.pcorner.com/list/HDUTIL/STACTECH.ZIP/1106.TXT/ STACTECH.ZIP/1106.TXT] - Possibly related information | * [https://www.pcorner.com/list/HDUTIL/STACTECH.ZIP/1106.TXT/ STACTECH.ZIP/1106.TXT] - Possibly related information |
Latest revision as of 00:32, 14 December 2024
LZS221 is a data compression library, and associated compressed file format, by Stac Electronics.
This article is meant to cover the file format associated with the LZSDEMO software listed below. It is sometimes called "LZS221" format, though it's not clear whether that is actually a good name for it.
LZSDEMO does not appear to use a standard filename extension for the format.
Contents |
[edit] Format details
An LZS221 file consists of a 4-byte signature, followed by any number of blocks of Lempel–Ziv–Stac compressed data.
[edit] Identification
Files begin with ASCII "sTaC
".
[edit] Software
- LZSDEMO v3.1 (1992) - LZS221 Compression Demonstration (DOS software)
- Deark
[edit] Sample files
[edit] Links
- STACTECH.ZIP/1106.TXT - Possibly related information