doc/comtasks.html in rmagick-2.2.2 vs doc/comtasks.html in rmagick-2.3.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.2.2: Common Tasks</title> + <title>RMagick 2.3.0: Common Tasks</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" /> @@ -29,11 +29,11 @@ /*]]>*/ </style> </head> <body> - <h6 id="header">RMagick 2.2.2 User's Guide and Reference</h6> + <h6 id="header">RMagick 2.3.0 User's Guide and Reference</h6> <div class="nav"> &laquo;&nbsp;<a href="optequiv.html">Prev</a> | <a href= "index.html">Contents</a> | <a href= "magick.html">Next</a>&nbsp;&raquo; @@ -106,11 +106,11 @@ </pre> <h2 id="convert">Converting an image to another format</h2> <p>Converting an image to another format is as simple as writing - the image to a file. &times;Magick uses the output filename + the image to a file. ImageMagick uses the output filename suffix (".jpg" for JPEG, ".gif" for GIF, for example) or prefix ("ps:" for PostScript, for example) to determine the format of the output image.</p> <h2 id="thumb">Making thumbnails</h2> @@ -173,11 +173,11 @@ <a href= "image1.html#change_geometry"><code>change_geometry</code></a> method can help.</p> <p>The <code>change_geometry</code> method accepts an - &times;Magick <a href="imusage.html#geometry">geometry string</a> + ImageMagick <a href="imusage.html#geometry">geometry string</a> argument and a block. The geometry string specifies how to change the image's size: one or two numbers to specify the new size and optional flags to describe any constraints. The <code>change_geometry</code> method parses the geometry string and computes new width and height values. Then it calls the @@ -250,10 +250,10 @@ When you compress an image using JPEGCompression, more compression usually results in a lower-quality image. When you compress an image using ZipCompression, more compression usually takes longer.</p> - <p>For more information, see the &times;Magick documentation for + <p>For more information, see the ImageMagick documentation for the <code>-quality</code> option to the utility commands.</p> <pre class="example"> img.write("myimage.jpg") { self.quality = 50 } </pre>