doc/info.html in rmagick-2.7.2 vs doc/info.html in rmagick-2.8.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 6 November 2007), see www.w3.org" /> - <title>RMagick 2.7.2: class Image::Info - Optional method + <title>RMagick 2.8.0: class Image::Info - Optional method arguments</title> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" /> <meta name="GENERATOR" content="Quanta Plus" /> <meta name="Copyright" content= @@ -42,11 +42,11 @@ /*]]>*/ </style> </head> <body> - <h6 id="header">RMagick 2.7.2 User's Guide and Reference</h6> + <h6 id="header">RMagick 2.8.0 User's Guide and Reference</h6> <div class="nav"> &laquo;&nbsp;<a href="struct.html">Prev</a> | <a href= "index.html">Contents</a> | <a href= "constants.html">Next</a>&nbsp;&raquo; @@ -100,10 +100,12 @@ <li><a href="#depth">depth</a></li> <li><a href="#dispose">dispose</a></li> <li><a href="#dither">dither</a></li> + + <li><a href="#endian">endian</a></li> </ul> </div> <div class="toccol"> <ul> @@ -132,25 +134,27 @@ <li><a href="#monitor">monitor</a></li> <li><a href="#monochrome">monochrome</a></li> <li><a href="#orientation">orientation</a></li> + + <li><a href="#origin">origin</a></li> </ul> </div> <div class="toccol"> <ul> - <li><a href="#origin">origin</a></li> - <li><a href="#page">page</a></li> <li><a href="#pointsize">pointsize</a></li> <li><a href="#quality">quality</a></li> <li><a href="#sampling_factor">sampling_factor</a></li> + <li><a href="#scene">scene</a></li> + <li><a href="#server_name">server_name</a></li> <li><a href="#size">size</a></li> <li><a href="#stroke">stroke</a></li> @@ -159,10 +163,12 @@ <li><a href="#tile_offset">tile_offset</a></li> <li><a href="#texture">texture</a></li> + <li><a href="#transparent_color">transparent_color</a></li> + <li><a href="#undercolor">undercolor</a></li> <li><a href="#units">units</a></li> <li><a href="#view">view</a></li> @@ -867,10 +873,34 @@ contouring when reducing colors can be improved with this option.</p> </div> <div class="sig"> + <h3 id="endian">endian</h3> + + <p><span class="arg">self</span>.endian= <span class= + "arg">type</span></p> + </div> + + <div class="desc"> + <h4>Description</h4> + + <p>Specify the endianess of the image when reading the image + file.</p> + + <h4>Argument</h4> + + <p>One of the following Magick::EndianType enum values:</p> + + <ul> + <li>MSBEndian</li> + + <li>LSBEndian</li> + </ul> + </div> + + <div class="sig"> <h3 id="extract">extract</h3> <p><span class="arg"><em>self.</em></span>extract= <span class= "arg">string</span> or <span class="arg">geometry</span></p> </div> @@ -1247,10 +1277,24 @@ <p>A string in the form "<em>horizontal-factor</em><strong>x</strong><em>vertical-factor</em>"</p> </div> <div class="sig"> + <h3 id="scene">scene</h3> + + <p><span class="arg">self</span>.scene= <span class= + "arg">number</span></p> + </div> + + <div class="desc"> + <h4>Description</h4> + + <p>Set the scene number of an image or the first image in a + sequence.</p> + </div> + + <div class="sig"> <h3 id="server_name">server_name</h3> <p><span class="arg">self.</span>server_name= <span class= "arg">string</span></p> </div> @@ -1341,9 +1385,36 @@ commands. This attribute is set-only.</p> <h4>Argument</h4> <p>An image</p> + </div> + + <div class="sig"> + <h3 id="transparent_color">transparent_color</h3> + + <p><span class="arg">self</span>.transparent_color= + <span class="arg">string</span> or <span class= + "arg">pixel</span></p> + </div> + + <div class="desc"> + <h4>Description</h4> + + <p class="imquote">The transparent color. Sometimes used for + saving to image formats such as GIF and PNG8 which uses this + color to represent boolean transparency. This does not make a + color transparent, just defines what color the transparent + color will be in the color pallette of the saved image.</p> + + <p class="imquote">This attribute allows you to have both a + opaque visible color as well as a transparent color of the same + color value without conflict. That is you can use the same + color for both the transparent and opaque color areas within an + image. This in turn frees to you to select a transparenct color + that is appropriate when a image is displayed by application + that does not handle a transparent color index, while allowing + RMagick to correctly handle images of this type.</p> </div> <div class="sig"> <h3 id="tile_offset">tile_offset</h3>