doc/imageattrs.html in rmagick-2.7.2 vs doc/imageattrs.html in rmagick-2.8.0
- old
+ new
@@ -4,11 +4,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
- <title>RMagick 2.7.2: class Image (attribute methods)</title>
+ <title>RMagick 2.8.0: class Image (attribute methods)</title>
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii" />
<meta name="GENERATOR" content="Quanta Plus" />
<meta name="Copyright" content=
"Copyright (C) 2006 by Timothy P. Hunter" />
@@ -23,11 +23,11 @@
/*]]>*/
</style>
</head>
<body>
- <h6 id="header">RMagick 2.7.2 User's Guide and Reference</h6>
+ <h6 id="header">RMagick 2.8.0 User's Guide and Reference</h6>
<div class="nav">
« <a href="ilist.html">Prev</a> | <a href=
"index.html">Contents</a> | <a href=
"image1.html">Next</a> »
@@ -90,12 +90,10 @@
<div class="toccol">
<ul>
<li><a href="#dispose">dispose</a></li>
- <li><a href="#endian">endian</a></li>
-
<li><a href="#extract_info">extract_info</a></li>
<li><a href="#filename">filename</a></li>
<li><a href="#filesize">filesize</a></li>
@@ -129,18 +127,18 @@
<li><a href="#montage">montage</a></li>
<li><a href=
"#normalized_mean_error">normalized_mean_error</a></li>
+
+ <li><a href=
+ "#normalized_maximum_error">normalized_maximum_error</a></li>
</ul>
</div>
<div class="toccol">
<ul>
- <li><a href=
- "#normalized_maximum_error">normalized_maximum_error</a></li>
-
<li><a href="#number_colors">number_colors</a></li>
<li><a href="#offset">offset</a></li>
<li><a href="#opacity">opacity</a></li>
@@ -649,35 +647,9 @@
<p>An integer corresponding to the disposal method.</p>
<h4>Returns</h4>A <a href=
"constants.html#DisposeType">DisposeType</a> constant.
- </div>
-
- <div class="sig">
- <h3 id="endian">endian</h3>
-
- <p><span class="arg">img.</span>endian ->
- <em>type</em><br />
- <span class="arg">img.</span>endian = <span class=
- "arg">type</span></p>
- </div>
-
- <div class="desc">
- <h4>Description</h4>
-
- <p>Get or set the endian attribute. <em>(As best I can tell,
- only the TIFF format supports this attribute.)</em></p>
-
- <h4>Argument</h4>
-
- <p>An <a href="constants.html#EndianType">EndianType</a>
- value.</p>
-
- <h4>Returns</h4>
-
- <p>An <a href="constants.html#EndianType">EndianType</a>
- value.</p>
</div>
<div class="sig">
<h3 id="extract_info">extract_info</h3>