doc/imageattrs.html in rmagick-2.7.0 vs doc/imageattrs.html in rmagick-2.7.1
- old
+ new
@@ -2,32 +2,32 @@
"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 1 September 2005), see www.w3.org" />
+ "HTML Tidy for Linux/x86 (vers 6 November 2007), see www.w3.org" />
- <title>RMagick 2.7.0: class Image (attribute methods)</title>
+ <title>RMagick 2.7.1: 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" />
<link rel="stylesheet" type="text/css" href="css/doc.css" />
-<script type="text/javascript" src="scripts/doc.js">
+ <script type="text/javascript" src="scripts/doc.js">
</script>
-<style type="text/css">
- /*<![CDATA[*/
+ <style type="text/css">
+/*<![CDATA[*/
/* Styles local to this page. */
/*]]>*/
-</style>
+ </style>
</head>
<body>
- <h6 id="header">RMagick 2.7.0 User's Guide and Reference</h6>
+ <h6 id="header">RMagick 2.7.1 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> »
@@ -81,17 +81,17 @@
<li><a href="#delay">delay</a></li>
<li><a href="#density">density</a></li>
<li><a href="#depth">depth</a></li>
+
+ <li><a href="#directory">directory</a></li>
</ul>
</div>
<div class="toccol">
<ul>
- <li><a href="#directory">directory</a></li>
-
<li><a href="#dispose">dispose</a></li>
<li><a href="#endian">endian</a></li>
<li><a href="#extract_info">extract_info</a></li>
@@ -126,19 +126,19 @@
<li><a href="#mime_type">mime_type</a></li>
<li><a href="#monitor">monitor</a></li>
<li><a href="#montage">montage</a></li>
+
+ <li><a href=
+ "#normalized_mean_error">normalized_mean_error</a></li>
</ul>
</div>
<div class="toccol">
<ul>
<li><a href=
- "#normalized_mean_error">normalized_mean_error</a></li>
-
- <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>
@@ -166,10 +166,13 @@
<li><a href="#ticks_per_second">ticks_per_second</a></li>
<li><a href="#total_colors">total_colors</a></li>
+ <li><a href=
+ "#total_ink_density">total_ink_density</a></li>
+
<li><a href="#units">units</a></li>
<li><a href=
"#virtual_pixel_method">virtual_pixel_method</a></li>
@@ -1451,9 +1454,25 @@
<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>measure_error</code> argument is <code>true</code>.
+ Get-only.</p>
+ </div>
+
+ <div class="sig">
+ <h3 id="total_ink_density">total_ink_density</h3>
+
+ <p><span class="arg">img</span>.total_ink_density ->
+ float</p>
+ </div>
+
+ <div class="desc">
+ <h4>Description</h4>
+
+ <p><span class="imquote">The total ink density for a CMYK
+ image. Total Ink Density (TID) is determined by adding the CMYK
+ values in the darkest shadow area in an image.</span>
Get-only.</p>
</div>
<div class="sig">
<h3 id="units">units</h3>