doc/ilist.html in rmagick-1.15.13 vs doc/ilist.html in rmagick-1.15.14

- old
+ new

@@ -4,11 +4,11 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content= "HTML Tidy for Linux/x86 (vers 1st December 2004), see www.w3.org" /> - <title>RMagick 1.15.13: class ImageList</title> + <title>RMagick 1.15.14: class ImageList</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" /> @@ -18,11 +18,11 @@ <script type="text/javascript" src="scripts/doc.js"> </script> </head> <body> - <h6 id="header">RMagick 1.15.13 User's Guide and Reference</h6> + <h6 id="header">RMagick 1.15.14 User's Guide and Reference</h6> <div class="nav"> &laquo;&nbsp;<a href="magick.html">Prev</a> | <a href= "index.html">Contents</a> | <a href= "imageattrs.html">Next</a>&nbsp;&raquo; @@ -561,11 +561,11 @@ <div class="desc"> <h4>Description</h4> <p>Same as <a href="#dup">dup</a>, but the frozen state of the - original is propogated to the copy.</p> + original is propagated to the copy.</p> <h4>Returns</h4> <p>A new imagelist</p> @@ -687,11 +687,11 @@ <p>This method constructs a new imagelist containing images that include only the changed pixels between each image and its successor. The resulting imagelist usually produces a much smaller file.</p> - <p>The <code>desconstruct</code> method starts by copying the + <p>The <code>deconstruct</code> method starts by copying the first image in the list to the output imagelist. Then, for each pair of images, <code>deconstruct</code> computes the smallest rectangle that encompasses all the changes between the first and second image and stores just the changed rectangle of the second image, along with the offset of the rectangle relative @@ -1389,10 +1389,10 @@ <p class="imquote">The images in the list <span class= "imquote">do NOT have to be the same size, though it is best that all the images are fully 'coalesced' (images are all the same size, on a flattened canvas, and represent how an specific - frame should look is animatated)</span></p> + frame should look is animated)</span></p> <p class="imquote">If images are not the same size as the page canvas size of first image, then it is alpha composed using 'Copy' onto the previous frame compared. That is the differences only within the overlay area are looked at.</p>