Scroll to navigation

LZMA(1) General Commands Manual LZMA(1)

NAME

LZMA - a compression algorithm, based on Lempel Ziv's compression method.

SYNOPSIS

lzma <e|d> inputFile outputFile [switches...]

DESCRIPTION

LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression.

FUNCTION LETTERS

Encode file
Decode file
Benchmark

SWITCHES

Set compression mode - [0, 1], default: 1 (max)
Set dictionary - [0,30], default: 23 (8MB)
Set number of fast bytes - [5, 273], default: 128
Set number of cycles for match finder
Set number of literal context bits - [0, 8], default: 3
Set number of literal pos bits - [0, 4], default: 0
Set number of pos bits - [0, 4], default: 2
Set Match Finder: [bt2, bt3, bt4, hc4], default: bt4
Write End Of Stream marker
Read data from stdin
Write data to stdout

SEE ALSO

7z(1),7za(1)

AUTHOR

May 5 2006 Mohammed Adnene Trojette