doc/imageattrs.html in rmagick-1.9.0 vs doc/imageattrs.html in rmagick-1.9.1

- old
+ new

@@ -671,11 +671,11 @@ <div class="desc"> <h4>Description</h4> <p>Specify a rectangle within an image, or retrieve the rectangle specified when the image was constituted. See - <a href="info.html#Info.extract_eq">extract=</a>.</p> + <a href="info.html#extract">extract=</a>.</p> <h4>Arguments</h4> <p>A <a href="struct.html#Rectangle">Rectangle</a> object.</p> @@ -849,31 +849,24 @@ <div class="sig"> <h3 id="image_type">image_type</h3> <p><span class="arg">image.</span>image_type -&gt; - <em>anImageType</em><br /> - <span class="arg">image.</span>image_type = <span class= - "arg">anImageType</span></p> + <em>anImageType</em></p> </div> <div class="desc"> <h4>Description</h4> <p>The image type classification. For example, GrayscaleType. Don't confuse this attribute with the <a href= "#format">format</a>, that is "GIF" or "JPG".</p> - <h4>Arguments</h4> - - <p>An <a href="constants.html#ImageType">ImageType</a> - constant.</p> - <h4>Returns</h4> <p>An <a href="constants.html#ImageType">ImageType</a> - constant.</p> + value.</p> </div> <div class="sig"> <h3 id="interlace">interlace</h3> @@ -961,12 +954,12 @@ <div class="desc"> <h4>Description</h4> <p><span class="imquote">The mean error per pixel computed when - a image is color reduced.</span> This parameter is only valid - if the verbose argument to <code>quantize</code><a href= + a image is color reduced.</span> This attribute is only valid + if the <code>measure_error</code> argument to <code>quantize</code><a href= "ilist.html#quantize">[ImageList]</a><a href= "image3.html#quantize">[Image]</a> is set to <code>true</code>. Get-only.</p> </div> @@ -1106,12 +1099,12 @@ <div class="desc"> <h4>Description</h4> <p><span class="imquote">The normalized mean error computed - when an image is color reduced.</span> This parameter is only - valid if the verbose argument to <code>quantize</code><a href= + when an image is color reduced.</span> This attribute is only + valid if the <code>measure_error</code> argument to <code>quantize</code><a href= "ilist.html#quantize">[ImageList]</a><a href= "image3.html#quantize">[Image]</a> is set to <code>true</code>. Get-only.</p> </div> @@ -1125,12 +1118,12 @@ <div class="desc"> <h4>Description</h4> <p><span class="imquote">The normalized mean error per pixel - computed when an image is color reduced.</span> This parameter - is only valid if the verbose argument to + computed when an image is color reduced.</span> This attribute + is only valid if the <code>measure_error</code> argument to <code>quantize</code><a href= "ilist.html#quantize">[ImageList]</a><a href= "image3.html#quantize">[Image]</a> is set to <code>true</code>. Get-only.</p> </div> @@ -1402,10 +1395,10 @@ <h4>Description</h4> <p>The number of colors in the image after quantization. Set by <code>quantize</code> <a href= "ilist.html#quantize">[ImageList]</a><a href= - "image3.html#quantize">[Image]</a> if the <code>verbose</code> + "image3.html#quantize">[Image]</a> if the <code>measure_error</code> argument is <code>true</code>. Get-only.</p> </div> <div class="sig"> <h3 id="units">units</h3>