update for 0.10
This commit is contained in:
parent
63912e1203
commit
a68345b63c
@ -232,7 +232,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>Fastest compression..highest compression
|
||||
(default is -6). These are synonyms for other
|
||||
(default is -5). These are synonyms for other
|
||||
options:</para>
|
||||
|
||||
<variablelist>
|
||||
@ -240,7 +240,8 @@
|
||||
<term><option>-0</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 0</para>
|
||||
<para>Synonymous with -l 0 -b 1152 -r 2,2
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -248,7 +249,8 @@
|
||||
<term><option>-1</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 0 -M</para>
|
||||
<para>Synonymous with -l 0 -b 1152 -M -r 2,2
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -256,9 +258,8 @@
|
||||
<term><option>-2</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 0 -m -r # (# is
|
||||
automatically determined by the block
|
||||
size)</para>
|
||||
<para>Synonymous with -l 0 -b 1152 -m -r 3
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -266,15 +267,17 @@
|
||||
<term><option>-3</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Reserved</para>
|
||||
<para>Synonymous with -l 6 -b 4608 -r 3,3
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-4</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 8</para>
|
||||
<para>Synonymous with -l 8 -b 4608 -M -r 3,3
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -282,7 +285,8 @@
|
||||
<term><option>-5</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 8 -M</para>
|
||||
<para>Synonymous with -l 8 -b 4608 -m -r 3,3
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -290,9 +294,8 @@
|
||||
<term><option>-6</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 8 -m -r # (# is
|
||||
automatically determined by the block
|
||||
size)</para>
|
||||
<para>Synonymous with -l 8 -b 4608 -m -r 4
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -300,25 +303,25 @@
|
||||
<term><option>-7</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Reserved</para>
|
||||
<para>Synonymous with -l 8 -b 4608 -m -e -r 6
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-8</option></term>
|
||||
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 32 -m -r # (# is
|
||||
automatically determined by the block
|
||||
size)</para>
|
||||
<para>Synonymous with -l 12 -b 4608 -m -e -r 6
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-9</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Synonymous with -l 32 -m -e -r 16 -p
|
||||
<para>Synonymous with -l 32 -b 4608 -m -e -r 16 -p
|
||||
(very slow!)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -367,12 +370,21 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-r</option> <replaceable>level</replaceable></term>
|
||||
<term><option>-r</option> <replaceable>[level,]level</replaceable></term>
|
||||
|
||||
<listitem>
|
||||
<para>Residual partition order (0..16). 0
|
||||
=> none, default is 0, above 4 doesn't usually
|
||||
help much)</para>
|
||||
<para>Set the [min,]max residual partition order
|
||||
(0..16). min defaults to 0 if unspecified. Default
|
||||
is -r 3,3.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-R</option> <replaceable>#</replaceable></term>
|
||||
|
||||
<listitem>
|
||||
<para>Set the Rice parameter search distance.
|
||||
Default is 0.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user