doc/ilist.html in rmagick-1.13.0 vs doc/ilist.html in rmagick-1.14.0
- old
+ new
@@ -381,12 +381,12 @@
ImageList class.</p>
<h4>Example</h4>
<p>Add noise to a model image. Append the resulting image to
- the imagelist in "example". (See: <a href=
- "javascript:popup('demo.rb.html')">demo.rb</a>)</p>
+ the imagelist in "example". (See the <code>demo.rb</code>
+ example.)</p>
<pre>
example = Magick::ImageList.new
model = Magick::ImageList.new "model.miff"
example << model.add_noise Magick::LaplacisanNoise
</pre>
@@ -531,20 +531,21 @@
"javascript:popup('average.rb.html')">
<!-- This img tag displays the original image when the mouse is over -->
<img style="display:none" id="notaveraged" onmouseout=
"this.style.display='none'; averaged.style.display=''; averagedspin.style.display='';"
title="Click to see the example script" src=
- "ex/average_before.gif" alt="average example" /><!--
+ "ex/average_before.gif" alt="average example"
+ /><!--
This img tag displays the averaged image when the mouse is not over
--><img style="display:" id=
"averaged" onmouseover=
"this.style.display='none'; notaveraged.style.display=''; averagedspin.style.display='none';"
src="ex/average_after.gif" alt="average example"
- /></a> <img src="ex/images/spin.gif" alt="" class=
+ /></a> <img src="ex/images/spin.gif" alt="" class=
"spin" style="left:131px; display:" id="averagedspin" title=
"Mouse over the example to see the 3 original images"
- /></p>
+ /></p>
<h4>Magick API</h4>
<p>AverageImages</p>
</div>
@@ -1133,10 +1134,14 @@
<p>The default is "6x4". If there are too many tiles to fit
on one composite image, <code>montage</code> creates
multiple composite images.</p>
</dd>
+
+ <dt>title=</dt>
+
+ <dd>Adds a title over the whole montage.</dd>
</dl>
<h4>Tile labels</h4>
<p>To add labels to the tiles, assign a "Label" property to
@@ -1151,16 +1156,10 @@
<h4>Returns</h4>
<p>An imagelist that contains as many images as are required to
display all the tiles.</p>
- <h4>Example</h4><a href=
- "javascript:popup('demo.rb.html')">demo.rb</a>
-
- <h4>Example</h4><a href=
- "javascript:popup('demo.rb.html')">demo.rb</a>
-
<h4>Magick API</h4>
<p>MontageImages</p>
</div>
@@ -1578,11 +1577,10 @@
i.read "images/Button_" + number + ".gif"
number.succ!
end
</pre>
- <p>Also see the <a href="#morph">morph</a> example and <a href=
- "javascript:popup('demo.rb.html')">demo.rb</a>.</p>
+ <p>Also see the morph.rb example and the demo.rb example.</p>
<h4>See also</h4>
<p><a href="image3.html#read">Image.read</a></p>