doc/info.html in rmagick-1.9.3 vs doc/info.html in rmagick-1.10.0
- old
+ new
@@ -2,19 +2,19 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
- "HTML Tidy for Linux/x86 (vers 1st March 2005), see www.w3.org" />
+ "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
<title>RMagick: class Image::Info - Optional method
arguments</title>
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii" />
<meta name="GENERATOR" content="Quanta Plus" />
<meta name="Copyright" content=
- "Copyright (C) 2005 by Timothy P. Hunter" />
+ "Copyright (C) 2006 by Timothy P. Hunter" />
<link rel="stylesheet" type="text/css" href="css/doc.css" />
<script type="text/javascript" src="scripts/doc.js">
</script>
<style type="text/css">
/*<![CDATA[*/
@@ -131,10 +131,12 @@
</ul>
</div>
<div class="toccol">
<ul>
+ <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>
@@ -857,11 +859,11 @@
<p>Set the image format, "GIF" or "JPG" for example.</p>
<h4>Arguments</h4>
<p>See <a href=
- "http://www.imagemagick.org/www/formats.html">File
+ "http://www.imagemagick.org/script/formats.php">File
Formats</a>.</p>
</div>
<div class="sig">
<h3 id="fuzz">fuzz</h3>
@@ -1062,9 +1064,27 @@
<p>This attribute replaces the <a href="#subrange">subrange</a>
attribute, which is deprecated in ImageMagick 5.5.6 and later.
If <code>number_scenes</code> is used with a version of
ImageMagick prior to 5.5.6, it is a synonym for the
<code>subrange</code> attribute.</p>
+ </div>
+
+ <div class="sig">
+ <h3 id="orientation">orientation</h3>
+
+ <p><span class="arg">self</span>.orientation=<span class=
+ "arg">anOrientationType</span></p>
+ </div>
+
+ <div class="desc">
+ <h4>Description</h4>
+
+ <p>Specify the orientation of the image pixels.</p>
+
+ <h4>Argument</h4>
+
+ <p>An <a href=
+ "constants.html#OrientationType">OrientationType</a> value.</p>
</div>
<div class="sig">
<h3 id="page">page</h3>