doc/info.html in rmagick-1.13.0 vs doc/info.html in rmagick-1.14.0
- old
+ new
@@ -62,10 +62,12 @@
<ul>
<li><a href="#aset">[]=</a></li>
<li><a href="#aref">[]</a></li>
+ <li><a href="#channel">channel</a></li>
+
<li><a href="#define">define</a></li>
<li><a href="#undefine">undefine</a></li>
</ul>
@@ -92,17 +94,17 @@
<li><a href="#density">density</a></li>
<li><a href="#depth">depth</a></li>
<li><a href="#dispose">dispose</a></li>
-
- <li><a href="#dither">dither</a></li>
</ul>
</div>
<div class="toccol">
<ul>
+ <li><a href="#dither">dither</a></li>
+
<li><a href="#extract">extract</a></li>
<li><a href="#filename">filename</a></li>
<li><a href="#fill">fill</a></li>
@@ -120,37 +122,35 @@
<li><a href="#interlace">interlace</a></li>
<li><a href="#label">label</a></li>
<li><a href="#matte_color">matte_color</a></li>
-
- <li><a href="#monitor">monitor</a></li>
</ul>
</div>
<div class="toccol">
<ul>
+ <li><a href="#monitor">monitor</a></li>
+
<li><a href="#monochrome">monochrome</a></li>
- <li><a href="#number_scenes">number_scenes</a></li>
-
<li><a href="#orientation">orientation</a></li>
<li><a href="#page">page</a></li>
<li><a href="#pointsize">pointsize</a></li>
<li><a href="#quality">quality</a></li>
<li><a href="#sampling_factor">sampling_factor</a></li>
- <li><a href="#scene">scene</a></li>
-
<li><a href="#server_name">server_name</a></li>
<li><a href="#size">size</a></li>
+ <li><a href="#texture">texture</a></li>
+
<li><a href="#units">units</a></li>
<li><a href="#view">view</a></li>
</ul>
</div>
@@ -285,10 +285,37 @@
<p>GetImageOption (ImageMagick 6.0.0), AccessDefinitions
(GraphicsMagick 1.1)</p>
</div>
<div class="sig">
+ <h3 id="channel">channel</h3>
+
+ <p><span class="arg">self</span>.channel([<span class=
+ "arg">channel</span> [, <span class=
+ "arg">channel</span>...]])</p>
+ </div>
+
+ <div class="desc">
+ <h4>Description</h4>
+
+ <p>Restrict the method to the specified channel(s). This
+ attribute is set-only.</p>
+
+ <h4>Argument</h4>
+
+ <p>The arguments may be any <a href=
+ "constants.html#ChannelType">ChannelType</a> values.</p>
+
+ <h4>Notes</h4>
+
+ <p>If you call <code>channel</code> with no arguments,
+ <em>all</em> channels are included. If you do not call
+ <code>channel</code> at all, the channels used do not include
+ the alpha channel.</p>
+ </div>
+
+ <div class="sig">
<h3 id="define">define</h3>
<p><span class="arg">self</span>.define(<span class=
"arg">format</span>, <span class="arg">key</span>[,
<span class="arg">value</span>])</p>
@@ -1032,25 +1059,10 @@
<p>Transform the image to black and white on input. Only the
EPT, PDF, and PS formats respect this attribute.</p>
</div>
<div class="sig">
- <h3 id="number_scenes">number_scenes</h3>
-
- <p><span class="arg">self.</span>number_scenes= <span class=
- "arg">anInteger</span></p>
- </div>
-
- <div class="desc">
- <h4>Description</h4>
-
- <p>Used in conjunction with <a href="#scene">scene</a> to
- specify the range of frames to be extracted when constituting a
- multi-frame image.</p>
- </div>
-
- <div class="sig">
<h3 id="orientation">orientation</h3>
<p><span class="arg">self</span>.orientation=<span class=
"arg">anOrientationType</span></p>
</div>
@@ -1107,14 +1119,13 @@
</div>
<div class="desc">
<h4>Description</h4>
- <p>Set the compression level to use with the
- <code>JPEGCompression</code> and <code>ZipCompression</code>
- types. The value may range from 0 to 100, with 100 representing
- the least compression. The default is 75. See <em><a href=
+ <p>The compression level for JPEG, MPEG, JPEG-2000, MIFF, MNG,
+ and PNG image format. Corresponds to ×Magick's -quality
+ option. The default is 75. See <em><a href=
"comtasks.html#compressing">Compressing image
files</a></em>.</p>
</div>
<div class="sig">
@@ -1142,25 +1153,10 @@
<p>A string in the form
"<em>horizontal-factor</em><strong>x</strong><em>vertical-factor</em>"</p>
</div>
<div class="sig">
- <h3 id="scene">scene</h3>
-
- <p><em>self.</em>scene= <em>anInteger</em></p>
- </div>
-
- <div class="desc">
- <h4>Description</h4>
-
- <p>Used in conjunction with <a href=
- "#number_scenes">number_scenes</a> to specify the range of
- frames to be extracted when constituting a multi-frame
- image.</p>
- </div>
-
- <div class="sig">
<h3 id="server_name">server_name</h3>
<p><span class="arg">self.</span>server_name= <span class=
"arg">aString</span></p>
</div>
@@ -1196,9 +1192,28 @@
<h4>Arguments</h4>
<p>A g<a href="imusage.html#geometry_string">eometry string</a>
or a <a href="struct.html#Geometry">Geometry</a> object.</p>
+ </div>
+
+ <div class="sig">
+ <h3 id="texture">texture</h3>
+
+ <p><span class="arg">self</span>.texture= <span class=
+ "arg">image</span></p>
+ </div>
+
+ <div class="desc">
+ <h4>Description</h4>
+
+ <p>Set a texture to tile onto the image background. Corresponds
+ to the -texture option to ×Magick's convert and mogrify
+ commands. This attribute is set-only.</p>
+
+ <h4>Argument</h4>
+
+ <p>An image</p>
</div>
<div class="sig">
<h3 id="units">units</h3>