Skip to content

Commit

Permalink
doc new CompressionType values
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Sep 5, 2009
1 parent 080cedc commit 5bddd60
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion doc/constants.html
Expand Up @@ -157,7 +157,7 @@ <h2 class="methods">Constants</h2>


<dd>An extended form of the <code>Version</code> constant with <dd>An extended form of the <code>Version</code> constant with
the format shown here:<br /> the format shown here:<br />
<code>This is RMagick 2.0.0 ($Date: 2009/07/22 22:52:38 $) <code>This is RMagick 2.0.0 ($Date: 2009/09/05 20:10:15 $)
Copyright (C) 2008 by Timothy P. Hunter<br /> Copyright (C) 2008 by Timothy P. Hunter<br />
Built with ImageMagick 6.3.7 01/05/08 Q16 Built with ImageMagick 6.3.7 01/05/08 Q16
http://www.imagemagick.org<br /> http://www.imagemagick.org<br />
Expand Down Expand Up @@ -876,12 +876,32 @@ <h3 class="const" id="CompressionType">CompressionType</h3>


<dd>The default for most formats.</dd> <dd>The default for most formats.</dd>


<dt>B44Compression</dt>

<dd>Available in ImageMagick 6.5.5-4 and later.</dd>

<dt>B44ACompression</dt>

<dd>Available in ImageMagick 6.5.5-4 and later.</dd>

<dt>BZipCompression</dt> <dt>BZipCompression</dt>


<dd class="imquote">BZip (Burrows-Wheeler block-sorting text <dd class="imquote">BZip (Burrows-Wheeler block-sorting text
compression algorithm and Huffman coding) as used by bzip2 compression algorithm and Huffman coding) as used by bzip2
utilities</dd> utilities</dd>


<dt>DXT1Compression</dt>

<dd>Available in ImageMagick 6.3.9-3 and later.</dd>

<dt>DXT3Compression</dt>

<dd>Available in ImageMagick 6.3.9-3 and later.</dd>

<dt>DXT5Compression</dt>

<dd>Available in ImageMagick 6.3.9-3 and later.</dd>

<dt>FaxCompression</dt> <dt>FaxCompression</dt>


<dd class="imquote">CCITT Group 3 FAX compression</dd> <dd class="imquote">CCITT Group 3 FAX compression</dd>
Expand Down Expand Up @@ -909,6 +929,14 @@ <h3 class="const" id="CompressionType">CompressionType</h3>


<dd class="imquote">Lempel-Ziv-Welch (LZW) compression</dd> <dd class="imquote">Lempel-Ziv-Welch (LZW) compression</dd>


<dt>PizCompression</dt>

<dd>Available in ImageMagick 6.5.5-4 and later.</dd>

<dt>Pxr24Compression</dt>

<dd>Available in ImageMagick 6.5.5-4 and later.</dd>

<dt>RLECompression</dt> <dt>RLECompression</dt>


<dd>See the Wikipedia page for <a href= <dd>See the Wikipedia page for <a href=
Expand All @@ -919,6 +947,10 @@ <h3 class="const" id="CompressionType">CompressionType</h3>


<dd class="imquote">Lempel-Ziv compression (LZ77) as used in <dd class="imquote">Lempel-Ziv compression (LZ77) as used in
PKZIP and GNU gzip.</dd> PKZIP and GNU gzip.</dd>

<dt>ZipSCompression</dt>

<dd>Available in ImageMagick 6.5.5-4 and later.</dd>
</dl> </dl>


<h3 class="const" id="DecorationType">DecorationType</h3> <h3 class="const" id="DecorationType">DecorationType</h3>
Expand Down

0 comments on commit 5bddd60

Please sign in to comment.