doc/imageattrs.html in rmagick-1.9.3 vs doc/imageattrs.html in rmagick-1.10.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 Mac OS X (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) 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[*/
@@ -1198,30 +1198,11 @@
<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>
+ <p>An <a href=
+ "constants.html#OrientationType">OrientationType</a> value.</p>
<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>