doc/struct.html in rmagick-1.15.13 vs doc/struct.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 March 2005), see www.w3.org" />
- <title>RMagick 1.15.13: Miscellaneous classes</title>
+ <title>RMagick 1.15.14: Miscellaneous classes</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" />
@@ -25,11 +25,11 @@
/*]]>*/
</style>
</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">
« <a href="draw.html">Prev</a> | <a href=
"index.html">Contents</a> | <a href=
"info.html">Next</a> »
@@ -127,11 +127,11 @@
<h5>Description</h5>
<p>The easiest way to use an <code>Image::View</code> object
is to create it with the <a href=
"image3.html#view">Image#view</a> method, which provides a
- block-scoped view and automatic sync'ing. You probably won't
+ block-scoped view and automatic syncing. You probably won't
want to create a view by calling <code>new</code>.</p>
<h5>Arguments</h5>
<dl>
@@ -219,11 +219,11 @@
pixels = view[[3]][[1]]
# Get all the pixels in the 4th row
pixels = view[3][]
# Use arrays to specify a non-contiguous set of rows and columns
pixels = view[[1,3,5]][[2,4,6]]
- # Use ranges to specify a contigous set of rows and columns
+ # Use ranges to specify a contiguous set of rows and columns
pixels = view[1..5][2..6]
</pre>
</div>
<div class="sig">
@@ -412,11 +412,11 @@
<div class="intro">
<h3>Introduction</h3>
<p>The Geometry class contains the same information as an
×Magick <a href="imusage.html#geometry">geometry
- string</a>. Geometry objects are interchangable with geometry
+ string</a>. Geometry objects are interchangeable with geometry
strings.</p>
</div>
<h3>class Geometry <span class="superclass"><
Object</span></h3>
@@ -576,10 +576,10 @@
<div class="intro">
<h3>Introduction</h3>
<p>A pixel describes the smallest individually addressable
- part of an image. In the RBG <a href=
+ part of an image. In the RGB <a href=
"constants.html#ColorspaceType">colorspace</a>, a pixel's
color is described by its intensity in the red, green, and
blue channels. Its opacity is described by its intensity in
the opacity (also called alpha, or matte) channel. In the
CMYK colorspace a pixel's color is described by its intensity