LZARI
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |released=~1988 }} '''LZARI''', or '''LZARI.C''', is a file compression utility developed by Haruhiko Okumura. It was d...") |
(→Related formats) |
||
Line 14: | Line 14: | ||
* [[LZSS (Haruhiko Okumura)]] (predecessor) | * [[LZSS (Haruhiko Okumura)]] (predecessor) | ||
* [[LZHUF]] (successor) | * [[LZHUF]] (successor) | ||
+ | * [[NOAH]] | ||
== Software == | == Software == |
Latest revision as of 13:47, 2 October 2021
LZARI, or LZARI.C, is a file compression utility developed by Haruhiko Okumura. It was distributed as source code. It uses LZSS-flavored LZ77, combined with arithmetic coding.
In his "History of Data Compression in Japan" document, the author writes "There were several versions of LZARI; some of them were slightly different."
Contents |
[edit] Format details
Files have a minimal header, containing the uncompressed file size. The format is not portable, because it differs depending on the compiler's in-memory format of the "long" data type.
[edit] Related formats
- LZSS (Haruhiko Okumura) (predecessor)
- LZHUF (successor)
- NOAH
[edit] Software
- http://cd.textfiles.com/rbbsv3n1/pac4/okumura.zip → LZARI.C (version "4/7/1989")
- http://cd.textfiles.com/pcmedic9310/UTILS/COMPRESS/OKUMURA2.ZIP → LZARI.C (version "4/7/1989")
- LHarc at old-dos.ru → LARC and LHarc sources → LZARI.C (version "4/7/1989")
[edit] Links
- History of Data Compression in Japan
- okumura.zip → COMPRESS.TXT