doc/imageattrs.html in rmagick-2.5.2 vs doc/imageattrs.html in rmagick-2.6.0

- 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 1 September 2005), see www.w3.org" /> - <title>RMagick 2.5.2: class Image (attribute methods)</title> + <title>RMagick 2.6.0: 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" /> @@ -23,11 +23,11 @@ /*]]>*/ </style> </head> <body> - <h6 id="header">RMagick 2.5.2 User's Guide and Reference</h6> + <h6 id="header">RMagick 2.6.0 User's Guide and Reference</h6> <div class="nav"> &laquo;&nbsp;<a href="ilist.html">Prev</a> | <a href= "index.html">Contents</a> | <a href= "image1.html">Next</a>&nbsp;&raquo; @@ -1554,9 +1554,17 @@ <dt>DitherVirtualPixelMethod</dt> <dd class="imquote">use a dithered pattern to choose a pixel in a 32x32 neighborhood.</dd> + + <dt>HorizontalTileVirtualPixelMethod</dt> + + <dd class="imquote">Horizontally tile the image</dd> + + <dt>VerticalTileVirtualPixelMethod</dt> + + <dd class="imquote">Vertically tile the image</dd> </dl> <p>Some of these values are not supported by older versions of ImageMagick. To see what values are available, enter the following code in irb:</p>