doc/imageattrs.html in rmagick-1.7.4 vs doc/imageattrs.html in rmagick-1.8.0
- old
+ new
@@ -2,18 +2,18 @@
"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 September 2004), see www.w3.org" />
+ "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" />
<title>RMagick: 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) 2004 by Timothy P. Hunter" />
+ "Copyright (C) 2005 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[*/
@@ -76,17 +76,17 @@
<li><a href="#compose">compose</a></li>
<li><a href="#compression">compression</a></li>
<li><a href="#delay">delay</a></li>
+
+ <li><a href="#density">density</a></li>
</ul>
</div>
<div class="toccol">
<ul>
- <li><a href="#density">density</a></li>
-
<li><a href="#depth">depth</a></li>
<li><a href="#directory">directory</a></li>
<li><a href="#dispose">dispose</a></li>
@@ -117,17 +117,17 @@
<li><a href="#matte">matte</a></li>
<li><a href=
"#mean_error_per_pixel">mean_error_per_pixel</a></li>
+
+ <li><a href="#mime_type">mime_type</a></li>
</ul>
</div>
<div class="toccol">
<ul>
- <li><a href="#mime_type">mime_type</a></li>
-
<li><a href="#montage">montage</a></li>
<li><a href=
"#normalized_mean_error">normalized_mean_error</a></li>
@@ -138,12 +138,16 @@
<li><a href="#offset">offset</a></li>
<li><a href="#opacity_eq">opacity</a></li>
+ <li><a href="#orientation">orientation</a></li>
+
<li><a href="#page">page</a></li>
+ <li><a href="#quality">quality</a></li>
+
<li><a href="#quantum_depth">quantum_depth</a></li>
<li><a href="#rendering_intent">rendering_intent</a></li>
<li><a href="#rows">rows</a></li>
@@ -1088,10 +1092,53 @@
<h4>Arguments</h4>A number between 0 and MaxRGB. Higher numbers
increase transparency.
</div>
<div class="sig">
+ <h3 id="orientation">orientation</h3>
+
+ <p><span class="arg">image</span>.orientation ->
+ <em>anOrientationType</em></p>
+ </div>
+
+ <div class="desc">
+ <h4>Description</h4>
+
+ <p>Returns the value of the Exif Orientation Tag.</p>
+
+ <h4>Returns</h4>
+
+ <p>One of the following OrientationType values:</p>
+
+ <ul>
+ <li>UndefinedOrientation</li>
+
+ <li>TopLeftOrientation</li>
+
+ <li>TopRightOrientation</li>
+
+ <li>BottomRightOrientation</li>
+
+ <li>BottomLeftOrientation</li>
+
+ <li>LeftTopOrientation</li>
+
+ <li>RightTopOrientation</li>
+
+ <li>RightBottomOrientation</li>
+
+ <li>LeftBottomOrientation</li>
+ </ul>
+
+ <h4>Magick API</h4>Available in ImageMagick 6.0.0.
+
+ <h4>Notes</h4>See <a href=
+ "http://jpegclub.org/exif_orientation.html">http://jpegclub.org/exif_orientation.html</a>
+ for more information about the Exif Orientation Tag.
+ </div>
+
+ <div class="sig">
<h3 id="page">page</h3>
<p><span class="arg">image.</span>page ->
<em>aRectangle</em><br />
<span class="arg">image.</span>page = <span class=
@@ -1115,10 +1162,34 @@
<p>A <a href="struct.html#Rectangle">Rectangle</a> object.</p>
</div>
<div class="sig">
+ <h3 id="quality">quality</h3>
+
+ <p><span class="arg">image</span>.quality ->
+ <em>aFixnum</em></p>
+ </div>
+
+ <div class="desc">
+ <h4>Description</h4>For JPEG images, returns the Independent
+ JPEG Group quality value. This number is a measurement of the
+ amount of compression used when the image was saved. Lower
+ numbers mean higher compression.
+
+ <h4>Returns</h4>
+
+ <p>A number between 0-100.</p>
+
+ <h4>Notes</h4>
+
+ <p>For more information, see <a href=
+ "http://www.faqs.org/faqs/jpeg-faq/part1/">The JPEG image
+ compression FAQ</a>.</p>
+ </div>
+
+ <div class="sig">
<h3 id="quantum_depth">quantum_depth</h3>
<p><span class="arg">image.</span>quantum_depth ->
<em>anInteger</em></p>
</div>
@@ -1268,12 +1339,14 @@
<h4>Returns</h4>
<p>A <a href="constants.html#ResolutionType">ResolutionType</a>
constant.</p>
- <h4>See also</h4><p><a href="#x_resolution">x_resolution</a>,
- <a href="y_resolution">y_resolution</a></p>
+ <h4>See also</h4>
+
+ <p><a href="#x_resolution">x_resolution</a>, <a href=
+ "y_resolution">y_resolution</a></p>
</div>
<div class="sig">
<h3 id="x_resolution">x_resolution</h3>
@@ -1286,11 +1359,13 @@
<div class="desc">
<h4>Description</h4>
<p class="imquote">Horizontal resolution of the image.</p>
- <h4>See also</h4><p><a href="#units">units</a></p>
+ <h4>See also</h4>
+
+ <p><a href="#units">units</a></p>
</div>
<div class="sig">
<h3 id="y_resolution">y_resolution</h3>
@@ -1303,10 +1378,12 @@
<div class="desc">
<h4>Description</h4>
<p class="imquote">Vertical resolution of the image.</p>
- <h4>See also</h4><p><a href="#units">units</a></p>
+ <h4>See also</h4>
+
+ <p><a href="#units">units</a></p>
</div>
<p class="spacer"> </p>
<div class="nav">