</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="www/https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="www/assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:58 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Working with Blobs</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Access Raw Image Pixels</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Working with Color</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Drawing on Images</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<h1 style="text-align:center">Magick::Drawable</h1>
-<p>Drawable provides a convenient interface for preparing vector, image, or text arguments for the Image::draw() method. Each instance of a Drawable sub-class represents a single drawable object. Drawable objects may be drawn "one-by-one" via multiple invocations of the Image <a href="https://www.imagemagick.org/Magick++/Image++.html#draw">draw</a>() method, or may be drawn "all-at-once" by passing a list of Drawable objects to the Image <a href="https://www.imagemagick.org/Magick++/Image++.html#draw">draw</a>() method. The one-by-one approach is convenient for simple drawings, while the list-based approach is appropriate for drawings which require more sophistication.</p>
+<p>Drawable provides a convenient interface for preparing vector, image, or text arguments for the Image::draw() method. Each instance of a Drawable sub-class represents a single drawable object. Drawable objects may be drawn "one-by-one" via multiple invocations of the Image <a href="http://www.imagemagick.org/Magick++/Image++.html#draw">draw</a>() method, or may be drawn "all-at-once" by passing a list of Drawable objects to the Image <a href="http://www.imagemagick.org/Magick++/Image++.html#draw">draw</a>() method. The one-by-one approach is convenient for simple drawings, while the list-based approach is appropriate for drawings which require more sophistication.</p>
<p>The following is an example using the Drawable subclasses with a one-by-one approach to draw the following figure:</p>
<p class="image"><font color="#000000"><font color="#000000"><img
src="Drawable_example_1.png" name="Graphic1" align="bottom" border="3"
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Enumerations</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Exceptions </title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Annotating an Image</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<h1 align="center">Special Format Characters</h1>
-<p style="margin-bottom: 0cm">The Magick::Image methods <a href="https://www.imagemagick.org/Magick++/Image++.html#annotate"><i>annotate</i></a>, <a href="https://www.imagemagick.org/Magick++/Image++.html#draw"><i>draw</i></a>, <a href="https://www.imagemagick.org/Magick++/Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
+<p style="margin-bottom: 0cm">The Magick::Image methods <a href="http://www.imagemagick.org/Magick++/Image++.html#annotate"><i>annotate</i></a>, <a href="http://www.imagemagick.org/Magick++/Image++.html#draw"><i>draw</i></a>, <a href="http://www.imagemagick.org/Magick++/Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
<br />
<p align="center" style="margin-bottom: 0cm"><b>Format Characters</b></p>
<center>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Geometry</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Working with Images</title>
-<link rel="stylesheet" href="http://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
Access</a> </li>
</ul>
<p>Image is the primary object in Magick++ and represents
-a single image frame (see <a href="http://www.imagemagick.org/Magick++/ImageDesign.html">design</a> ). The
-<a href="http://www.imagemagick.org/Magick++/STL.html">STL interface</a> <b>must</b> be used to operate on
+a single image frame (see <a href="ImageDesign.html">design</a> ). The
+<a href="STL.html">STL interface</a> <b>must</b> be used to operate on
image sequences or images (e.g. of format GIF, TIFF, MIFF, Postscript,
& MNG) which are comprized of multiple image frames. Individual
frames of a multi-frame image may be requested by adding array-style
the fourth frame of a GIF animation.  Various image manipulation
operations may be applied to the image. Attributes may be set on the
image to influence the operation of the manipulation operations. The <a
- href="http://www.imagemagick.org/Magick++/Pixels.html"> Pixels</a> class provides low-level access to
+ href="Pixels.html"> Pixels</a> class provides low-level access to
image
pixels. As a convenience, including <tt><font color="#663366"><Magick++.h></font></tt>
is sufficient in order to use the complete Magick++ API. The Magick++
read-from a disk file, encoded images may also reside in memory.
Encoded
images in memory are known as BLOBs (Binary Large OBjects) and may be
-represented using the <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> class. The encoded
+represented using the <a href="Blob.html">Blob</a> class. The encoded
image may be initially placed in memory by reading it directly from a
file, reading the image from a database, memory-mapped from a disk
file, or could be written to memory by Magick++. Once the encoded image
</center>
Image may be constructed in a number of ways. It may be constructed
from a file, a URL, or an encoded image (e.g. JPEG) contained in an
-in-memory <a href="http://www.imagemagick.org/Magick++/Blob.html"> BLOB</a> . The available Image
+in-memory <a href="Blob.html"> BLOB</a> . The available Image
constructors are shown in the following table: <br />
  <br />
 
</tr>
<tr>
<td><font size="-1">const Geometry &size_, const <a
- href="http://www.imagemagick.org/Magick++/Color.html"> Color</a> &color_</font></td>
+ href="Color.html"> Color</a> &color_</font></td>
<td><font size="-1">Construct a blank image canvas of specified
size and color</font></td>
</tr>
<tr>
<td><a name="constructor_blob"></a> <font size="-1">const <a
- href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> &blob_</font></td>
+ href="Blob.html">Blob</a> &blob_</font></td>
<td rowspan="5"><font size="-1">Construct Image by reading from
-encoded image data contained in an in-memory <a href="http://www.imagemagick.org/Magick++/Blob.html">BLOB</a>
+encoded image data contained in an in-memory <a href="Blob.html">BLOB</a>
. Depending on the constructor arguments, the Blob <a href="Image++.html#size">size</a>
, <a href="Image++.html#depth">depth</a> , <a href="Image++.html#magick">magick</a> (format)
may
href="Image++.html#magick">magick</a> ) must be specified.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size_</font></td>
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size_</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size,
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size,
size_t depth</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size,
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size,
size_t depth_, const string &magick_</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size,
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size,
const
string &magick_</font></td>
</tr>
<td><font size="-1">const size_t width_, </font> <br />
<font size="-1">const size_t height_,</font> <br />
<font size="-1">std::string map_,</font> <br />
- <font size="-1">const <a href="http://www.imagemagick.org/Magick++/Enumerations.html#StorageType">
+ <font size="-1">const <a href="Enumerations.html#StorageType">
StorageType</a> type_,</font> <br />
<font size="-1">const void *pixels_</font></td>
<td><font size="-1">Construct a new Image based on an array of
</tr>
<tr>
<td><font size="-1">type_</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#StorageType">Pixel
+ <td><font size="-1"><a href="Enumerations.html#StorageType">Pixel
storage type</a> (CharPixel, ShortPixel, IntegerPixel, FloatPixel, or
DoublePixel)</font></td>
</tr>
image-list) manipulation operations provided by the ImageMagick
library. If you
must process a multi-image file (such as an animation), the <a
- href="http://www.imagemagick.org/Magick++/STL.html"> STL interface</a> , which provides a multi-image
+ href="STL.html"> STL interface</a> , which provides a multi-image
abstraction on top of <i>Image</i>, must be used.
<p>Image manipulation methods are very easy to use.  For example: </p>
<pre class="code">
<td style="text-align: center;">
<center><a name="addNoise"></a> <font size="-1">addNoise</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#NoiseType">NoiseType</a>
+ <td><font size="-1"><a href="Enumerations.html#NoiseType">NoiseType</a>
noiseType_</font></td>
<td><font size="-1">Add noise to image with specified noise type.</font></td>
</tr>
<center><a name="annotate"></a> <font size="-1">annotate</font></center>
</td>
<td><font size="-1">const std::string &text_, const <a
- href="http://www.imagemagick.org/Magick++/Geometry.html"> Geometry</a> &location_</font></td>
+ href="Geometry.html"> Geometry</a> &location_</font></td>
<td><font size="-1">Annotate using specified text, and placement
location</font></td>
</tr>
<tr>
- <td><font size="-1">string text_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&boundingArea_, <a href="http://www.imagemagick.org/Magick++/Enumerations.html#GravityType">GravityType</a>
+ <td><font size="-1">string text_, const <a href="Geometry.html">Geometry</a>
+&boundingArea_, <a href="Enumerations.html#GravityType">GravityType</a>
gravity_</font></td>
<td><font size="-1">Annotate using specified text, bounding area,
and placement gravity. If <i>boundingArea_</i> is invalid, then
</tr>
<tr>
<td><font size="-1">const std::string &text_, const <a
- href="http://www.imagemagick.org/Magick++/Geometry.html"> Geometry</a> &boundingArea_, <a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#GravityType">GravityType</a> gravity_, double
+ href="Geometry.html"> Geometry</a> &boundingArea_, <a
+ href="Enumerations.html#GravityType">GravityType</a> gravity_, double
degrees_, </font></td>
<td><font size="-1">Annotate with text using specified text,
bounding area, placement gravity, and rotation. If <i>boundingArea_</i>
</tr>
<tr>
<td><font size="-1">const std::string &text_, <a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#GravityType"> GravityType</a> gravity_</font></td>
+ href="Enumerations.html#GravityType"> GravityType</a> gravity_</font></td>
<td><font size="-1">Annotate with text (bounding area is entire
image) and placement gravity.</font></td>
</tr>
<td style="text-align: center;">
<center><a name="border"></a> <font size="-1">border</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_ = "6x6+0+0"</font></td>
<td><font size="-1">Border image (add border to image).  The
color of the border is specified by the <i>borderColor</i> attribute.</font></td>
<td style="text-align: center;">
<center><a name="channel"></a> <font size="-1">channel</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ChannelType">ChannelType</a>
+ <td><font size="-1"><a href="Enumerations.html#ChannelType">ChannelType</a>
layer_</font></td>
<td><font size="-1">Extract channel from image. Use this option
to extract a particular channel from  the image.  <i>MatteChannel</i>
<td style="text-align: center;">
<center><a name="chop"></a> <font size="-1">chop</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_</font></td>
<td><font size="-1">Chop image (remove vertical or horizontal
subregion of image)</font></td>
Use  this  method to  assign a specific comment to the
image.  Optionally you can include the image filename, type,
width, height, or other  image  attributes by embedding <a
- href="http://www.imagemagick.org/Magick++/FormatCharacters.html">special format characters.</a> </font></td>
+ href="FormatCharacters.html">special format characters.</a> </font></td>
</tr>
<tr>
<td style="text-align: center;" valign="middle"><font size="-1"><a
</td>
<td><font size="-1">const <a href="Image++.html">Image</a>
&compositeImage_, ssize_t xOffset_, ssize_t yOffset_, <a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#CompositeOperator"> CompositeOperator</a>
+ href="Enumerations.html#CompositeOperator"> CompositeOperator</a>
compose_ = <i>InCompositeOp</i></font></td>
<td><font size="-1">Compose an image onto the current image at
offset specified by <i>xOffset_</i>, <i>yOffset_ </i>using the
</tr>
<tr>
<td><font size="-1">const <a href="Image++.html">Image</a>
-&compositeImage_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&offset_, <a href="http://www.imagemagick.org/Magick++/Enumerations.html#CompositeOperator">CompositeOperator</a>
+&compositeImage_, const <a href="Geometry.html">Geometry</a>
+&offset_, <a href="Enumerations.html#CompositeOperator">CompositeOperator</a>
compose_ = <i>InCompositeOp</i></font></td>
<td><font size="-1">Compose an image onto the current image at
offset specified by <i>offset_</i> using the composition algorithm
</tr>
<tr>
<td><font size="-1">const <a href="Image++.html">Image</a>
-&compositeImage_, <a href="http://www.imagemagick.org/Magick++/Enumerations.html#GravityType">GravityType</a>
-gravity_, <a href="http://www.imagemagick.org/Magick++/Enumerations.html#CompositeOperator">CompositeOperator</a>
+&compositeImage_, <a href="Enumerations.html#GravityType">GravityType</a>
+gravity_, <a href="Enumerations.html#CompositeOperator">CompositeOperator</a>
compose_ = <i>InCompositeOp</i></font></td>
<td><font size="-1">Compose an image onto the current image with
placement specified by <i>gravity_ </i>using the composition
<td style="text-align: center;">
<center><a name="crop"></a> <font size="-1">crop</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_</font></td>
<td><font size="-1">Crop image (subregion of original image)</font></td>
</tr>
<td style="text-align: center;" rowspan="2">
<center><a name="draw"></a> <font size="-1">draw</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Drawable.html">Drawable</a>
+ <td><font size="-1">const <a href="Drawable.html">Drawable</a>
&drawable_</font></td>
<td><font size="-1">Draw shape or text on image.</font></td>
</tr>
<tr>
- <td><font size="-1">const std::list<<a href="http://www.imagemagick.org/Magick++/Drawable.html">Drawable</a>
+ <td><font size="-1">const std::list<<a href="Drawable.html">Drawable</a>
> &drawable_</font></td>
<td><font size="-1">Draw shapes or text on image using a set of
Drawable objects contained in an STL list. Use of this method improves
<tr>
<td style="text-align: center;" rowspan="4">
<center><a name="extent"></a> <font size="-1">extent</font></center></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html"> Geometry</a> &geometry_</font></td>
+ <td><font size="-1">const <a href="Geometry.html"> Geometry</a> &geometry_</font></td>
<td rowspan="2"><font size="-1">extends the image as defined by the geometry, gravity, and image background color.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&geometry_, const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &backgroundColor_</font></td>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
+&geometry_, const <a href="Color.html">Color</a> &backgroundColor_</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html"> Geometry</a> &geometry_, const <a href="http://www.imagemagick.org/Magick++/Enumerations.html#GravityType">GravityType</a>
+ <td><font size="-1">const <a href="Geometry.html"> Geometry</a> &geometry_, const <a href="Enumerations.html#GravityType">GravityType</a>
&gravity_</font></td>
<td rowspan="2"><font size="-1">extends the image as defined by the geometry, gravity, and image background color.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&geometry_, const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &backgroundColor_,
-const <a href="http://www.imagemagick.org/Magick++/Enumerations.html#GravityType">GravityType</a> &gravity_</font></td>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
+&geometry_, const <a href="Color.html">Color</a> &backgroundColor_,
+const <a href="Enumerations.html#GravityType">GravityType</a> &gravity_</font></td>
</tr>
<tr>
<td style="text-align: center;">
<font size="-1">Color</font></center>
</td>
<td><font size="-1">ssize_t x_, ssize_t y_, const <a
- href="http://www.imagemagick.org/Magick++/Color.html"> Color</a> &fillColor_</font></td>
+ href="Color.html"> Color</a> &fillColor_</font></td>
<td rowspan="2"><font size="-1">Flood-fill color across pixels
that match the color of the target pixel and are neighbors of the
target pixel. Uses current fuzz setting when determining color match.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&point_, const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &fillColor_</font></td>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
+&point_, const <a href="Color.html">Color</a> &fillColor_</font></td>
</tr>
<tr>
<td><font size="-1">ssize_t x_, ssize_t y_, const <a
- href="http://www.imagemagick.org/Magick++/Color.html"> Color</a> &fillColor_, const <a
- href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ href="Color.html"> Color</a> &fillColor_, const <a
+ href="Color.html">Color</a>
&borderColor_</font></td>
<td rowspan="2"><font size="-1">Flood-fill color across pixels
starting at target-pixel and stopping at pixels matching specified
border color. Uses current fuzz setting when determining color match.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&point_, const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &fillColor_,
-const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &borderColor_</font></td>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
+&point_, const <a href="Color.html">Color</a> &fillColor_,
+const <a href="Color.html">Color</a> &borderColor_</font></td>
</tr>
<tr>
<td style="text-align: center;"><a name="floodFillOpacity"></a> <font
target pixel. Uses current fuzz setting when determining color match.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&point_, const Image &texture_</font></td>
</tr>
<tr>
<td><font size="-1">ssize_t x_, ssize_t y_, const Image
-&texture_, const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &borderColor_</font></td>
+&texture_, const <a href="Color.html">Color</a> &borderColor_</font></td>
<td rowspan="2"><font size="-1">Flood-fill texture across pixels
starting at target-pixel and stopping at pixels matching specified
border color. Uses current fuzz setting when determining color match.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&point_, const Image &texture_, const <a href="http://www.imagemagick.org/Magick++/Color.html">
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
+&point_, const Image &texture_, const <a href="Color.html">
Color</a>
&borderColor_</font></td>
</tr>
<td style="text-align: center;" rowspan="2">
<center><a name="frame"></a> <font size="-1">frame</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_ = "25x25+6+6"</font></td>
<td rowspan="2"><font size="-1">Add decorative frame around image</font></td>
</tr>
<td><font size="-1">Assign a label to an image. Use this option
to  assign  a  specific label to the image. Optionally
you can include the image filename, type, width, height, or scene
-number in the label by embedding  <a href="http://www.imagemagick.org/Magick++/FormatCharacters.html">
+number in the label by embedding  <a href="FormatCharacters.html">
special format characters.</a> If the first character of string is @,
the
image label is read from a file titled by the remaining characters in
<td style="text-align: center;">
<center><a name="matteFloodfill"></a> <font size="-1">matteFloodfill</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ <td><font size="-1">const <a href="Color.html">Color</a>
&target_, const unsigned int  opacity_, const ssize_t x_, const
ssize_t
-y_, <a href="http://www.imagemagick.org/Magick++/Enumerations.html#PaintMethod">PaintMethod</a> method_</font></td>
+y_, <a href="Enumerations.html#PaintMethod">PaintMethod</a> method_</font></td>
<td><font size="-1">Floodfill designated area with a replacement
opacity value.</font></td>
</tr>
<td style="text-align: center;">
<center><a name="mergeLayers"></a> <font size="-1">mergeLayers</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#LayerMethod">LayerMethod</a>
+ <td><font size="-1"><a href="Enumerations.html#LayerMethod">LayerMethod</a>
noiseType_</font></td>
<td><font size="-1">handle multiple images forming a set of image layers or animation frames.</font></td>
</tr>
<td style="text-align: center;">
<center><a name="opaque"></a> <font size="-1">opaque</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
-&opaqueColor_, const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> &penColor_</font></td>
+ <td><font size="-1">const <a href="Color.html">Color</a>
+&opaqueColor_, const <a href="Color.html">Color</a> &penColor_</font></td>
<td><font size="-1">Change color of pixels matching opaqueColor_
to specified penColor_.</font></td>
</tr>
<td style="text-align: center;">
<center><a name="raise"></a> <font size="-1">raise</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_ = "6x6+0+0",  bool raisedFlag_ =  false</font></td>
<td><font size="-1">Raise image (lighten or darken the edges of
an image to give a 3-D raised or lowered effect)</font></td>
<td><font size="-1">Read image into current object</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&size_, const std::string &imageSpec_</font></td>
<td><font size="-1">Read image of specified size into current
object. This form is useful for images that do not specifiy their size
equal to the specified size. This may result in memory and time savings.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> &blob_</font></td>
+ <td><font size="-1">const <a href="Blob.html">Blob</a> &blob_</font></td>
<td rowspan="5"><font size="-1">Read encoded image of specified
-size from an in-memory <a href="http://www.imagemagick.org/Magick++/Blob.html">BLOB</a> into current
+size from an in-memory <a href="Blob.html">BLOB</a> into current
object. Depending on the method arguments, the Blob size, depth, and
format may also be specified. Some image formats require that size be
specified. The default ImageMagick uses for depth depends on its
a format can't be automagically detected, the format must be specified.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size_</font></td>
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size_</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size_,
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size_,
size_t depth_</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size_,
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size_,
size_t depth_, const string &magick_ </font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
-&blob_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> &size_,
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
+&blob_, const <a href="Geometry.html">Geometry</a> &size_,
const
string &magick_</font></td>
</tr>
<td style="text-align: center;">
<center><a name="sample"></a> <font size="-1">sample</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_ </font></td>
<td><font size="-1">Resize image by using pixel sampling algorithm</font></td>
</tr>
<td style="text-align: center;">
<center><a name="scale"></a> <font size="-1">scale</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_</font></td>
<td><font size="-1">Resize image by using simple ratio algorithm</font></td>
</tr>
<td style="text-align: center;">
<center><a name="splice"></a> <font size="-1">splice</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_</font></td>
<td><font size="-1">splice the background color into the image</font></td>
</tr>
<td style="text-align: center;" rowspan="2">
<center><a name="transform"></a> <font size="-1">transform</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&imageGeometry_</font></td>
<td rowspan="2"><font size="-1">Transform image based on image
and crop geometries. Crop geometry is optional.</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
-&imageGeometry_, const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
+&imageGeometry_, const <a href="Geometry.html">Geometry</a>
&cropGeometry_ </font></td>
</tr>
<tr>
<td style="text-align: center;">
<center><a name="transparent"></a> <font size="-1">transparent</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ <td><font size="-1">const <a href="Color.html">Color</a>
&color_</font></td>
<td><font size="-1">Add matte image to image, setting pixels
matching color to transparent.</font></td>
original if this is a problem.</font></td>
</tr>
<tr>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> *blob_</font></td>
+ <td><font size="-1"><a href="Blob.html">Blob</a> *blob_</font></td>
<td rowspan="3"><font size="-1">Write image to a in-memory <a
- href="http://www.imagemagick.org/Magick++/Blob.html"> BLOB</a> stored in <i>blob_</i>. The <i>magick</i>_
+ href="Blob.html"> BLOB</a> stored in <i>blob_</i>. The <i>magick</i>_
parameter specifies the image format to write (defaults to <a
href="Image++.html#magick">magick</a> ). The depth_ parameter species the image
depth (defaults to <a href="Image++.html#depth"> depth</a> ).</font> <br />
original if this is a problem.</font></td>
</tr>
<tr>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> *blob_,
+ <td><font size="-1"><a href="Blob.html">Blob</a> *blob_,
std::string &magick_</font></td>
</tr>
<tr>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> *blob_,
+ <td><font size="-1"><a href="Blob.html">Blob</a> *blob_,
std::string &magick_, size_t depth_</font></td>
</tr>
<tr>
<td style="text-align: center;">
<center><a name="resize"></a> <font size="-1">resize</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_</font></td>
<td><font size="-1">Resize image to specified size.</font></td>
</tr>
<br />
<font size="-1">Color</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
+ <td><font size="-1"><a href="Color.html">Color</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ <td><font size="-1">const <a href="Color.html">Color</a>
&color_</font></td>
<td><font size="-1">Image background color</font></td>
</tr>
<td>
<center><a name="borderColor"></a> <font size="-1">borderColor</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
+ <td><font size="-1"><a href="Color.html">Color</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"> const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ <td><font size="-1"> const <a href="Color.html">Color</a>
&color_</font></td>
<td><font size="-1">Image border color</font></td>
</tr>
<td>
<center><a name="boxColor"></a> <font size="-1">boxColor</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
+ <td><font size="-1"><a href="Color.html">Color</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ <td><font size="-1">const <a href="Color.html">Color</a>
&boxColor_</font></td>
<td><font size="-1">Base color that annotation text is rendered
on.</font></td>
<td>
<center><a name="classType"></a> <font size="-1">classType</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ClassType">ClassType</a>
+ <td><font size="-1"><a href="Enumerations.html#ClassType">ClassType</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"> <a href="http://www.imagemagick.org/Magick++/Enumerations.html#ClassType">ClassType</a>
+ <td><font size="-1"> <a href="Enumerations.html#ClassType">ClassType</a>
class_</font></td>
<td><font size="-1">Image storage class.  Note that
conversion from a DirectClass image to a PseudoClass image may result
<td>
<center><a name="colorMap"></a> <font size="-1">colorMap</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
+ <td><font size="-1"><a href="Color.html">Color</a> </font></td>
<td><font size="-1">size_t index_</font></td>
<td><font size="-1">size_t index_, const <a
- href="http://www.imagemagick.org/Magick++/Color.html"> Color</a> &color_</font></td>
+ href="Color.html"> Color</a> &color_</font></td>
<td><font size="-1">Color at colormap index.</font></td>
</tr>
<tr>
<td>
<center><a name="colorSpace"></a> <font size="-1">colorSpace</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">ColorspaceType</a>
+ <td><font size="-1"><a href="Enumerations.html#ColorspaceType">ColorspaceType</a>
colorSpace_</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">ColorspaceType</a>
+ <td><font size="-1"><a href="Enumerations.html#ColorspaceType">ColorspaceType</a>
colorSpace_</font></td>
<td><font size="-1">The colorspace (e.g. CMYK) used to represent
the image pixel colors. Image pixels are always stored as RGB(A) except
<td>
<center><a name="compose"></a> <font size="-1">compose</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#CompositeOperator">CompositeOperator</a>
+ <td><font size="-1"><a href="Enumerations.html#CompositeOperator">CompositeOperator</a>
</font></td>
<td><small><font size="-1"><small>void</small></font></small></td>
<td><small><font size="-1"><small><a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#CompositeOperator">CompositeOperator</a>
+ href="Enumerations.html#CompositeOperator">CompositeOperator</a>
compose_</small></font></small></td>
<td><font size="-1">Composition operator to be used when
composition is implicitly used (such as for image flattening).</font></td>
<br />
<font size="-1">Type</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#CompressionType">CompressionType</a>
+ <td><font size="-1"><a href="Enumerations.html#CompressionType">CompressionType</a>
</font></td>
<td><small><font size="-1"><small>void</small></font></small></td>
<td><small><font size="-1"><small><a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#CompressionType">CompressionType</a>
+ href="Enumerations.html#CompressionType">CompressionType</a>
compressType_</small></font></small></td>
<td><font size="-1">Image compresion type. The default is the
compression type of the specified image file.</font></td>
<td>
<center><a name="density"></a> <font size="-1">density</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>  
+ <td><font size="-1"><a href="Geometry.html">Geometry</a>  
(default 72x72)</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&density_</font></td>
<td><font size="-1">Vertical and horizontal resolution in pixels
of the image. This option specifies an image density when decoding a
<td>
<center><a name="endian"></a> <font size="-1">endian</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#EndianType">EndianType</a>
+ <td><font size="-1"><a href="Enumerations.html#EndianType">EndianType</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#EndianType">EndianType</a>
+ <td><font size="-1"><a href="Enumerations.html#EndianType">EndianType</a>
endian_</font></td>
<td><font size="-1">Specify (or obtain) endian option for formats
which support it.</font></td>
<td>
<center><a name="fillRule"></a> <font size="-1">fillRule</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#FillRule">FillRule</a>
+ <td><font size="-1"><a href="Enumerations.html#FillRule">FillRule</a>
</font></td>
<td><font size="-1">void</font></td>
<td><font size="-1">const Magick::FillRule &fillRule_</font></td>
<td>
<center><a name="filterType"></a> <font size="-1">filterType</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#FilterTypes">FilterTypes</a>
+ <td><font size="-1"><a href="Enumerations.html#FilterTypes">FilterTypes</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#FilterTypes">FilterTypes</a>
+ <td><font size="-1"><a href="Enumerations.html#FilterTypes">FilterTypes</a>
filterType_</font></td>
<td><font size="-1">Filter to use when resizing image. The
reduction filter employed has a sigificant effect on the time required
<td>
<center><a name="fontTypeMetrics"></a> <font size="-1">fontTypeMetrics</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/TypeMetric.html">TypeMetric</a> </font></td>
+ <td><font size="-1"><a href="TypeMetric.html">TypeMetric</a> </font></td>
<td><font size="-1">const std::string &text_, <a
- href="http://www.imagemagick.org/Magick++/TypeMetric.html"> TypeMetric</a> *metrics</font></td>
+ href="TypeMetric.html"> TypeMetric</a> *metrics</font></td>
<td bgcolor="#666666"><font size="-1"> </font></td>
<td><font size="-1">Update metrics with font type metrics using
specified <i>text</i>, and current <a href="Image++.html#font">font</a> and <a
<td>
<center><a name="geometry"></a> <font size="-1">geometry</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> </font></td>
+ <td><font size="-1"><a href="Geometry.html">Geometry</a> </font></td>
<td><font size="-1">void</font></td>
<td bgcolor="#666666"><font size="-1"> </font></td>
<td><font size="-1">Preferred size of the image when encoding.</font></td>
<td>
<center><a name="iccColorProfile"></a> <font size="-1">iccColorProfile</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> </font></td>
+ <td><font size="-1"><a href="Blob.html">Blob</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a>
+ <td><font size="-1">const <a href="Blob.html">Blob</a>
&colorProfile_</font></td>
<td><font size="-1">ICC color profile. Supplied via a <a
- href="http://www.imagemagick.org/Magick++/Blob.html"> Blob</a> since Magick++/ and ImageMagick do not
+ href="Blob.html"> Blob</a> since Magick++/ and ImageMagick do not
currently support formating this data structure directly. 
Specifications are available from the <a href="http://www.color.org/">
International Color Consortium</a> for the format of ICC color profiles.</font></td>
<br />
<font size="-1">Type</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#InterlaceType">InterlaceType</a>
+ <td><font size="-1"><a href="Enumerations.html#InterlaceType">InterlaceType</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#InterlaceType">InterlaceType</a>
+ <td><font size="-1"><a href="Enumerations.html#InterlaceType">InterlaceType</a>
interlace_</font></td>
<td><font size="-1">The type of interlacing scheme (default <i>NoInterlace</i>
). This option is used to specify the type of  interlacing
<td>
<center><a name="iptcProfile"></a> <font size="-1">iptcProfile</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> </font></td>
+ <td><font size="-1"><a href="Blob.html">Blob</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Blob.html">Blob</a> &
+ <td><font size="-1">const <a href="Blob.html">Blob</a> &
iptcProfile_</font></td>
<td><font size="-1">IPTC profile. Supplied via a <a
- href="http://www.imagemagick.org/Magick++/Blob.html"> Blob</a> since Magick++ and ImageMagick do not
+ href="Blob.html"> Blob</a> since Magick++ and ImageMagick do not
currently  support formating this data structure directly.
Specifications are available from the <a href="http://www.iptc.org/">
International Press Telecommunications Council</a> for IPTC profiles.</font></td>
<td>
<center><a name="matteColor"></a> <font size="-1">matteColor</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
+ <td><font size="-1"><a href="Color.html">Color</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Color.html">Color</a>
+ <td><font size="-1">const <a href="Color.html">Color</a>
&matteColor_</font></td>
<td><font size="-1">Image matte (frame) color</font></td>
</tr>
<br />
<font size="-1">Geometry</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> </font></td>
+ <td><font size="-1"><a href="Geometry.html">Geometry</a> </font></td>
<td><font size="-1">void</font></td>
<td bgcolor="#666666"><font size="-1"> </font></td>
<td><font size="-1">Tile size and offset within an image montage.
name="orientation"></a>orientation<br />
</small></td>
<td style="vertical-align: middle;"><small><a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#OrientationType">OrientationType</a></small></td>
+ href="Enumerations.html#OrientationType">OrientationType</a></small></td>
<td style="vertical-align: top;"><small>void</small><br />
</td>
<td style="vertical-align: middle;"><small><a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#OrientationType">OrientationType</a>
+ href="Enumerations.html#OrientationType">OrientationType</a>
orientation_</small></td>
<td style="vertical-align: top;"><small>Image orientation.
 Supported by some file formats such as DPX and TIFF. Useful for
<td>
<center><a name="page"></a> <font size="-1">page</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html#PostscriptPageSize">Geometry</a>
+ <td><font size="-1"><a href="Geometry.html#PostscriptPageSize">Geometry</a>
</font></td>
<td><font size="-1">void</font></td>
<td><font size="-1">const <a
- href="http://www.imagemagick.org/Magick++/Geometry.html#PostscriptPageSize"> Geometry</a> &pageSize_</font></td>
+ href="Geometry.html#PostscriptPageSize"> Geometry</a> &pageSize_</font></td>
<td><font size="-1">Preferred size and location of an image
canvas.</font>
<p><font size="-1">Use this option to specify the dimensions
<td>
<center><a name="pixelColor"></a> <font size="-1">pixelColor</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Color.html">Color</a> </font></td>
+ <td><font size="-1"><a href="Color.html">Color</a> </font></td>
<td><font size="-1">ssize_t x_, ssize_t y_</font></td>
<td><font size="-1">ssize_t x_, ssize_t y_, const <a
- href="http://www.imagemagick.org/Magick++/Color.html"> Color</a> &color_</font></td>
+ href="Color.html"> Color</a> &color_</font></td>
<td><font size="-1">Get/set pixel color at location x & y.</font></td>
</tr>
<tr>
<div style="text-align:center"><a name="profile"></a> <small>profile</small><br />
</div>
</td>
- <td valign="top"><a href="http://www.imagemagick.org/Magick++/Blob.html"><small> Blob</small><small><br />
+ <td valign="top"><a href="Blob.html"><small> Blob</small><small><br />
</small></a> </td>
<td valign="top"><small>const std::string name_</small><small><br />
</small></td>
<br />
<font size="-1">ColorSpace</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">ColorspaceType</a>
+ <td><font size="-1"><a href="Enumerations.html#ColorspaceType">ColorspaceType</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">ColorspaceType</a>
+ <td><font size="-1"><a href="Enumerations.html#ColorspaceType">ColorspaceType</a>
colorSpace_</font></td>
<td><font size="-1">Colorspace to quantize colors in (default
RGB). Empirical evidence suggests that distances in color spaces such
<br />
<font size="-1">Intent</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#RenderingIntent">RenderingIntent</a>
+ <td><font size="-1"><a href="Enumerations.html#RenderingIntent">RenderingIntent</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#RenderingIntent">RenderingIntent</a>
+ <td><font size="-1"><a href="Enumerations.html#RenderingIntent">RenderingIntent</a>
render_</font></td>
<td><font size="-1">The type of rendering intent</font></td>
</tr>
<br />
<font size="-1">Units</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ResolutionType">ResolutionType</a>
+ <td><font size="-1"><a href="Enumerations.html#ResolutionType">ResolutionType</a>
</font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ResolutionType">ResolutionType</a>
+ <td><font size="-1"><a href="Enumerations.html#ResolutionType">ResolutionType</a>
units_</font></td>
<td><font size="-1">Units of image resolution</font></td>
</tr>
<td>
<center><a name="size"></a> <font size="-1">size</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a> </font></td>
+ <td><font size="-1"><a href="Geometry.html">Geometry</a> </font></td>
<td><font size="-1">void</font></td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Geometry.html">Geometry</a>
+ <td><font size="-1">const <a href="Geometry.html">Geometry</a>
&geometry_</font></td>
<td><font size="-1">Width and height of a raw image (an image
which does not support width and height information).  Size may
<td>
<center><a name="type"></a> <font size="-1">type</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ImageType">ImageType</a>
+ <td><font size="-1"><a href="Enumerations.html#ImageType">ImageType</a>
</font></td>
<td><font size="-1">void</font></td>
<td bgcolor="#ffffff"><font size="-1"><a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#ImageType"> ImageType</a> </font></td>
+ href="Enumerations.html#ImageType"> ImageType</a> </font></td>
<td><font size="-1">Image type.</font></td>
</tr>
<tr>
<td>
<center><a name="virtualPixelMethod"></a> <font size="-1">virtualPixelMethod</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#VirtualPixelMethod">VirtualPixelMethod</a>
+ <td><font size="-1"><a href="Enumerations.html#VirtualPixelMethod">VirtualPixelMethod</a>
</font></td>
<td><small><font size="-1"><small>void</small></font></small></td>
<td><small><font size="-1"><small><a
- href="http://www.imagemagick.org/Magick++/Enumerations.html#VirtualPixelMethod">VirtualPixelMethod</a>
+ href="Enumerations.html#VirtualPixelMethod">VirtualPixelMethod</a>
virtualPixelMethod_</small></font></small></td>
<td><font size="-1">Image virtual pixel method.</font></td>
</tr>
<center>
<h3> <a name="Raw Image Pixel Access"></a> Low-Level Image Pixel Access</h3>
</center>
-Image pixels (of type <i><a href="http://www.imagemagick.org/Magick++/Quantum.html">Quantum</a> </i>)
+Image pixels (of type <i><a href="Quantum.html">Quantum</a> </i>)
may be accessed directly via the <i>Image Pixel Cache</i> .  The
image pixel cache is a rectangular window into the actual image pixels
(which may be in memory, memory-mapped from a disk file, or entirely on
The
interface described here (part of the <i>Image</i> class) supports
only
-one view at a time. See the <i><a href="http://www.imagemagick.org/Magick++/Pixels.html">Pixels</a> </i>
+one view at a time. See the <i><a href="Pixels.html">Pixels</a> </i>
class for a more abstract interface which supports simultaneous pixel
views (up to the number of rows). As an analogy, the interface
described
-here relates to the <i><a href="http://www.imagemagick.org/Magick++/Pixels.html">Pixels</a> </i> class as
-stdio's gets() relates to fgets(). The <i><a href="http://www.imagemagick.org/Magick++/Pixels.html"> Pixels</a>
+here relates to the <i><a href="Pixels.html">Pixels</a> </i> class as
+stdio's gets() relates to fgets(). The <i><a href="Pixels.html"> Pixels</a>
</i>class provides the more general form of the interface.
<p>Obtain existing image pixels via <i>getPixels()</i>. Create a new
pixel region using <i>setPixels().</i></p>
may be accessed, addressed, and updated, as shown in the following
example:</p>
<pre class="code">
-<img class="icon" src="http://www.imagemagick.org/Magick++/Cache.png" name="Graphic1" width="254" border="0" alt="cache" />
+<img class="icon" src="Cache.png" name="Graphic1" width="254" border="0" alt="cache" />
Image image("cow.png");
// Ensure that there are no other references to this image.
image.modifyImage();
<td>
<center><a name="getConstPixels"></a> <font size="-1">getConstPixels</font></center>
</td>
- <td><font size="-1">const <a href="http://www.imagemagick.org/Magick++/Quantum.html">Quantum</a>
+ <td><font size="-1">const <a href="Quantum.html">Quantum</a>
*</font></td>
<td><font size="-1">const ssize_t x_, const ssize_t y_, const size_t
columns_, const size_t rows_</font></td>
<td>
<center><a name="getPixels"></a> <font size="-1">getPixels</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Quantum.html">Quantum</a> *</font></td>
+ <td><font size="-1"><a href="Quantum.html">Quantum</a> *</font></td>
<td><font size="-1">const ssize_t x_, const ssize_t y_, const size_t
columns_, const size_t rows_</font></td>
<td><font size="-1">Transfers pixels from the image to the pixel
<td>
<center><a name="setPixels"></a> <font size="-1">setPixels</font></center>
</td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Quantum.html">Quantum</a> *</font></td>
+ <td><font size="-1"><a href="Quantum.html">Quantum</a> *</font></td>
<td><font size="-1">const ssize_t x_, const ssize_t y_, const size_t
columns_, const size_t rows_</font></td>
<td><font size="-1">Allocates a pixel cache region to store image
<center><a name="readPixels"></a> <font size="-1">readPixels</font></center>
</td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#QuantumTypes">QuantumTypes</a>
+ <td><font size="-1"><a href="Enumerations.html#QuantumTypes">QuantumTypes</a>
quantum_, unsigned char *source_,</font></td>
<td><font size="-1">Transfers one or more pixel components from a
buffer or file into the image pixel cache of an image. ReadPixels is
<center><a name="writePixels"></a> <font size="-1">writePixels</font></center>
</td>
<td><font size="-1">void</font></td>
- <td><font size="-1"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#QuantumTypes">QuantumTypes</a>
+ <td><font size="-1"><a href="Enumerations.html#QuantumTypes">QuantumTypes</a>
quantum_, unsigned char *destination_</font></td>
<td><font size="-1">Transfers one or more pixel components from
the image pixel cache to a buffer or file. WritePixels is typically
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Design Principles</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Install Magick++</title>
-<link rel="stylesheet" href="http://nextgen.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Montage</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<h1 align="center">Magick::Montage Class</h1>
<p>A montage is a single image which is composed of thumbnail images composed in a uniform grid. The size of the montage image is determined by the size of the individual thumbnails and the number of rows and columns in the grid.</p>
<p>The following illustration shows a montage consisting of three columns and two rows of thumbnails rendered on a gray background:</p>
-<p class="image"><img src="montage-sample-framed.jpg" name="Graphic1" align="bottom" width="378" height="238" border="0" /></p>
+<p class="image"><img src="montage-sample-framed.jpg" name="Graphic1" align="bottom" width="378" height="238" border="0"/></p>
<p>Montages may be either "plain" (undecorated thumbnails) or "framed" (decorated thumbnails). In order to more easily understand the options supplied to <a href="STL.html#montageImages"><i>MontageImages()</i></a>, montage options are supplied by two different classes: <a href="Montage.html#Magick::Montage"><i>Magick::Montage</i></a> and <a href="Montage.html#Magick::MontageFramed"><i>Magick::MontageFramed</i></a>.</p>
<h3 align="center"><a name="PlainMontages"></a>Plain Montages</h3>
<p><a name="Magick::Montage"></a><i>Magick::Montage</i> is the base class to provide montage options and provides methods to set all options required to render simple (unframed) montages. See <a href="Montage.html#Magick::MontageFramed"><i>Magick::MontageFramed</i></a>if you would like to create a framed montage.</p>
<p>Unframed thumbnails consist of four components: the thumbnail image, the thumbnail border, an optional thumbnail shadow, and an optional thumbnail label area.</p>
-<p class="image"><img src="thumbnail-anatomy-plain.jpg" name="Graphic2" align="middle" width="309" height="327" border="0" /></p>
+<p class="image"><img src="thumbnail-anatomy-plain.jpg" name="Graphic2" align="middle" width="309" height="327" border="0"/></p>
<p style="margin-bottom: 0cm"> </p>
<p align="center" style="margin-bottom: 0cm"><b>Montage Methods</b></p>
<ul><table width="100%" border="1" cellpadding="2" cellspacing="2">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: PixelPacket</title>
-<link rel="stylesheet" href="http://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<p align="center"><b>Interpretation</b></p></td></tr>
<tr>
<td width="102">
-<p align="center"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">RGBColorspace</a></p></td>
+<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a></p></td>
<td width="152">
-<p align="center"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">RGBColorspace</a> + <a href="Image++.html#matte">matte</a></p></td>
+<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a> + <a href="http://www.imagemagick.org/Magick++/Image++.html#matte">matte</a></p></td>
<td width="119">
-<p align="center"><a href="http://www.imagemagick.org/Magick++/Enumerations.html#ColorspaceType">CMYKColorspace</a></p></td></tr>
+<p align="center"><a href="Enumerations.html#ColorspaceType">CMYKColorspace</a></p></td></tr>
<tr>
<td width="58">
<p><font size="2">red</font></p></td>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Working with Pixels </title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
<h1 align="center">Magick::Pixels</h1>
<p>The <i>Pixels</i> class provides efficient access to raw image
-pixels. Image pixels (of type <a href="https://www.imagemagick.org/Magick++/Quantum.html"><i>Quantum</i></a>)
+pixels. Image pixels (of type <a href="Quantum.html"><i>Quantum</i></a>)
may be accessed directly via the <i>Image Pixel Cache</i>. The image
pixel cache is a rectangular window (a view) into the actual image
pixels (which may be in memory, memory-mapped from a disk file, or
<p>Setting a view using the Pixels class does not cause the number of
references to the underlying image to be reduced to one. Therefore, in
order to ensure that only the current generation of the image is
-modified, the Image's <a href="https://www.imagemagick.org/Magick++/Image++.html#modifyImage">modifyImage()</a>
+modified, the Image's <a href="http://www.imagemagick.org/Magick++/Image++.html#modifyImage">modifyImage()</a>
method should be invoked to reduce the reference count on the underlying
image to one. If this is not done, then it is possible for a previous
generation of the image to be modified due to the use of reference
counting when copying or constructing an Image. </p>
<p>The <i>Quantum</i>* returned by the <i>set</i> and <i>get</i>
-methods, and the <i>IndexPacket</i>* returned by the <i>indexes</i>
+methods, and the <i>void</i>* returned by the <i>indexes</i>
method point to pixel data managed by the <i>Pixels</i> class. The <i>Pixels</i>
class is responsible for releasing resources associated with the pixel
view. This means that the pointer should never be passed to delete() or
right (minus lines and text): </p>
<p class="image"><img class="icon" src="Cache.png" name="Graphic1" align="bottom" width="254" border="0" /></p>
<div class="viewport">
- // Create base image
- Image image(Geometry(254,218), "white");
+#include <Magick++.h>
+#include <iostream>
+using namespace std;
+using namespace Magick;
+int main(int argc,char **argv)
+{
+ InitializeMagick(*argv);
- // Set the image type to TrueColor DirectClass representation.
- image.type(TrueColorType);
- // Ensure that there is only one reference to underlying image
- // If this is not done, then image pixels will not be modified.
- image.modifyImage();
+ // Create base image
+ Image image(Geometry(254,218), "white");
- // Allocate pixel view
- Pixels view(image);
- // Set all pixels in region anchored at 38x36, with size 160x230 to green.
- size_t columns = 196; size_t rows = 162;
- Color green("green");
- Quantum *pixels = view.get(38,36,columns,rows);
- for ( ssize_t row = 0; row < rows ; ++row )
- for ( ssize_t column = 0; column < columns ; ++column )
- *pixels++=green;
+ // Set the image type to TrueColor DirectClass representation.
+ image.type(TrueColorType);
+ // Ensure that there is only one reference to underlying image
+ // If this is not done, then image pixels will not be modified.
+ image.modifyImage();
- // Save changes to image.
- view.sync();
+ // Allocate pixel view
+ Pixels view(image);
- // Set all pixels in region anchored at 86x72, with size 108x67 to yellow.
- columns = 108; rows = 67;
- Color yellow("yellow");
- pixels = view.get(86,72,columns,rows);
- for ( ssize_t row = 0; row < rows ; ++row )
+ // Set all pixels in region anchored at 38x36, with size 160x230 to green.
+ size_t columns = 196; size_t rows = 162;
+ Color green("green");
+ Quantum *pixels = view.get(38,36,columns,rows);
+ for ( ssize_t row = 0; row < rows ; ++row )
for ( ssize_t column = 0; column < columns ; ++column )
- *pixels++=yellow;
+ {
+ *pixels++=QuantumRange*green.quantumRed();
+ *pixels++=QuantumRange*green.quantumGreen();
+ *pixels++=QuantumRange*green.quantumBlue();
+ }
+
+ // Save changes to image.
view.sync();
- // Set pixel at position 108,94 to red
- *(view.get(108,94,1,1)) = Color("red");
+ // Set all pixels in region anchored at 86x72, with size 108x67 to yellow.
+ columns = 108; rows = 67;
+ Color yellow("yellow");
+ pixels = view.get(86,72,columns,rows);
+ for ( ssize_t row = 0; row < rows ; ++row )
+ for ( ssize_t column = 0; column < columns ; ++column )
+ {
+ *pixels++=QuantumRange*yellow.quantumRed();
+ *pixels++=QuantumRange*yellow.quantumGreen();
+ *pixels++=QuantumRange*yellow.quantumBlue();
+ }
+ view.sync();
+
+ // Set pixel at position 108,94 to red
+ Color red("red");
+ pixels = view.get(108,94,1,1);
+ *pixels++=QuantumRange*red.quantumRed();
+ *pixels++=QuantumRange*red.quantumGreen();
+ *pixels++=QuantumRange*red.quantumBlue();
- // Save changes to image.
- view.sync();
+ // Save changes to image.
+ view.sync();
+ image.write( "logo.png" );
+}
</div>
<p style="margin-bottom: 0cm;"><i>Pixels</i> supports the following
methods: </p>
<p align="center"><a name="get"></a><font size="2">get</font></p>
</td>
<td>
- <p><font size="2"><a href="https://www.imagemagick.org/Magick++/Quantum.html">Quantum</a>*</font></p>
+ <p><font size="2"><a href="Quantum.html">Quantum</a>*</font></p>
</td>
<td>
<p><font size="2">const ssize_t x_, const ssize_t y_, const size_t
<p align="center"><a name="getConst"></a><font size="2">getConst</font></p>
</td>
<td>
- <p><font size="2">const <a href="https://www.imagemagick.org/Magick++/Quantum.html">Quantum</a>*</font></p>
+ <p><font size="2">const <a href="Quantum.html">Quantum</a>*</font></p>
</td>
<td>
<p><font size="2">const ssize_t x_, const ssize_t y_, const size_t
<p align="center"><a name="set"></a><font size="2">set</font></p>
</td>
<td>
- <p><font size="2"><a href="https://www.imagemagick.org/Magick++/Quantum.html">Quantum</a>*</font></p>
+ <p><font size="2"><a href="Quantum.html">Quantum</a>*</font></p>
</td>
<td>
<p><font size="2">const ssize_t x_, const ssize_t y_, const size_t
<p align="center"><a name="indexes"></a><font size="2">indexes</font></p>
</td>
<td>
- <p><font size="2">IndexPacket*</font></p>
+ <p><font size="2">void*</font></p>
</td>
<td>
<p><font size="2">void</font></p>
corresponding to the pixel region defined by the last <a href="Pixels.html#get">get</a>
, <a href="Pixels.html#getConst">getConst</a>, or <a href="Pixels.html#set">set</a>
call. Only valid for PseudoColor and CMYKA images. The pixel
- indexes (an array of type <i>IndexPacket</i>, which is typedef <i>Quantum</i>,
+ indexes (an array of type <i>void</i>, which is typedef <i>Quantum</i>,
which is itself typedef <i>unsigned char</i>, or <i>unsigned short</i>,
depending on the value of the <i>QuantumDepth </i>define) provide
the <span lang="en-US">colormap</span> index (see <a
- href="https://www.imagemagick.org/Magick++/Image++.html#colorMap">colorMap</a>) for each pixel in the
+ href="http://www.imagemagick.org/Magick++/Image++.html#colorMap">colorMap</a>) for each pixel in the
image. For CMYKA images, the indexes represent the black
channel. The value returned is intended for pixel access only. It
should never be deallocated.</font></p>
--- /dev/null
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Magick++ API: Quantum</title>
+<link rel="stylesheet" href="magick.css" type="text/css" />
+</head>
+<body>
+<div class="doc-section">
+<h1 align="center">Quantum Structure</h1>
+<p style="margin-bottom: 0cm">The <i>Quantum</i> structure is used to represent pixels in ImageMagick. ImageMagick may be compiled to support 32 or 64 bit pixels. The size of Quantum is controlled by the value of the <i>QuantumDepth</i> define. The default is 64 bit pixels, which provide the best accuracy. If memory consumption must be minimized, or processing time must be minimized, then ImageMagick may be compiled with QuantumDepth=8. The following table shows the relationship between <i>QuantumDepth</i>, the type of <i>Quantum</i>, and the overall <i>Quantum</i> size.</p>
+<br />
+<p align="center" style="margin-bottom: 0cm"><b>Effect Of QuantumDepth Values</b></p>
+<center>
+<table width="336" border="1" cellpadding="2" cellspacing="3" bgcolor="#CCCCCC">
+<col width="101" />
+<col width="99" />
+<col width="110" />
+<tr>
+<td width="101">
+<p align="center"><b>QuantumDepth</b></p></td>
+<td width="99">
+<p align="center"><b>Quantum Type</b></p></td>
+<td width="110">
+<p align="center"><b>Quantum Size</b></p></td></tr>
+<tr>
+<td width="101">
+<p align="center">8</p></td>
+<td width="99">
+<p align="center">unsigned char</p></td>
+<td width="110">
+<p align="center">32 bits</p></td></tr>
+<tr>
+<td width="101">
+<p align="center">16</p></td>
+<td width="99">
+<p align="center">unsigned short</p></td>
+<td width="110">
+<p align="center">64 bits</p></td></tr></table></center>
+<p style="margin-bottom: 0cm">The members of the <i>Quantum</i> structure, and their interpretation, are shown in the following table:</p>
+<br />
+<p align="center" style="margin-bottom: 0cm"><b>Quantum Pixel Layout</b></p>
+<center>
+<table width="523" border="1" cellpadding="2" cellspacing="3" bgcolor="#CCCCCC">
+<col width="58" />
+<col width="50" />
+<col width="102" />
+<col width="152" />
+<col width="119" />
+<tr>
+<td rowspan="2" width="58">
+<p align="center"><b>Member</b></p></td>
+<td rowspan="2" width="50">
+<p align="center"><b>Type</b></p></td>
+<td colspan="3" width="388">
+<p align="center"><b>Interpretation</b></p></td></tr>
+<tr>
+<td width="102">
+<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a></p></td>
+<td width="152">
+<p align="center"><a href="Enumerations.html#ColorspaceType">RGBColorspace</a> + <a href="http://www.imagemagick.org/Magick++/Image++.html#matte">matte</a></p></td>
+<td width="119">
+<p align="center"><a href="Enumerations.html#ColorspaceType">CMYKColorspace</a></p></td></tr>
+<tr>
+<td width="58">
+<p><font size="2">red</font></p></td>
+<td width="50">
+<p><font size="2">Quantum</font></p></td>
+<td width="102">
+<p><font size="2">Red</font></p></td>
+<td width="152">
+<p><font size="2">Red</font></p></td>
+<td width="119">
+<p><font size="2">Cyan</font></p></td></tr>
+<tr>
+<td width="58">
+<p><font size="2">green</font></p></td>
+<td width="50">
+<p><font size="2">Quantum</font></p></td>
+<td width="102">
+<p><font size="2">Green</font></p></td>
+<td width="152">
+<p><font size="2">Green</font></p></td>
+<td width="119">
+<p><font size="2">Magenta</font></p></td></tr>
+<tr>
+<td width="58">
+<p><font size="2">blue</font></p></td>
+<td width="50">
+<p><font size="2">Quantum</font></p></td>
+<td width="102">
+<p><font size="2">Blue</font></p></td>
+<td width="152">
+<p><font size="2">Blue</font></p></td>
+<td width="119">
+<p><font size="2">Yellow</font></p></td></tr>
+<tr>
+<td width="58">
+<p><font size="2">opacity</font></p></td>
+<td width="50">
+<p><font size="2">Quantum</font></p></td>
+<td width="102">
+<p><font size="2">Ignored</font></p></td>
+<td width="152">
+<p><font size="2">Opacity</font></p></td>
+<td width="119">
+<p><font size="2">Ignored</font></p></td></tr></table></center>
+</div>
+</body>
+</html>
<td>
<center><a name="appendImages"></a> <font size="-1">appendImages</font></center>
</td>
- <td><font size="-1"><a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1"><a href="Image++.html">Image</a>
*appendedImage_, <a
href="http://www.sgi.com/tech/stl/InputIterator.html"> InputIterator</a>
first_, <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>
<td>
<center><a name="averageImages"></a> <font size="-1">averageImages</font></center>
</td>
- <td><font size="-1"><a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1"><a href="Image++.html">Image</a>
*averagedImage_, <a
href="http://www.sgi.com/tech/stl/InputIterator.html"> InputIterator</a>
first_, <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>
<td>
<center><a name="flattenImages"></a> <font size="-1">flattenImages</font></center>
</td>
- <td><font size="-1"><a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1"><a href="Image++.html">Image</a>
*flattendImage_, <a
href="http://www.sgi.com/tech/stl/InputIterator.html"> InputIterator</a>
first_, <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>
<td><font size="-1"><a
href="http://www.sgi.com/tech/stl/InputIterator.html"> InputIterator</a>
first_, <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>
-last_, const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a> & mapImage_, bool
+last_, const <a href="Image++.html">Image</a> & mapImage_, bool
dither_,  bool measureError_ = false</font></td>
<td><font size="-1">Replace the colors of a sequence of images
with the closest color from a reference image. Set <i>dither_</i> to <i>true</i>
container <i> montageImages_ </i>depending on the tile setting and the
number of image frames montaged. Montage options are provided via the
parameter <i>montageOpts_</i> . Options set in the first image frame (<a
- href="https://www.imagemagick.org/Magick++/Image++.html#backgroundColor"> backgroundColor,</a> <a
- href="https://www.imagemagick.org/Magick++/Image++.html#borderColor">borderColor</a> , <a
- href="https://www.imagemagick.org/Magick++/Image++.html#matteColor">matteColor</a> , <a
- href="https://www.imagemagick.org/Magick++/Image++.html#penColor">penColor,</a> <a href="https://www.imagemagick.org/Magick++/Image++.html#font">font,</a>
-and <a href="https://www.imagemagick.org/Magick++/Image++.html#fontPointsize">fontPointsize</a> ) are also used
+ href="Image++.html#backgroundColor"> backgroundColor,</a> <a
+ href="Image++.html#borderColor">borderColor</a> , <a
+ href="Image++.html#matteColor">matteColor</a> , <a
+ href="Image++.html#penColor">penColor,</a> <a href="Image++.html#font">font,</a>
+and <a href="Image++.html#fontPointsize">fontPointsize</a> ) are also used
as options by <i>montageImages().</i></font></td>
</tr>
<tr>
<td>
<center><a name="mosaicImages"></a> <font size="-1">mosaicImages</font></center>
</td>
- <td><font size="-1"><a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a> *mosaicImage_, <a
+ <td><font size="-1"><a href="Image++.html">Image</a> *mosaicImage_, <a
href="http://www.sgi.com/tech/stl/InputIterator.html"> InputIterator</a>
first_, <a href="http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a>
last_</font></td>
provide the means to construct an object which caches arguments for
later use by an algorithm designed for use with unary function objects.
There is a unary function object corresponding each algorithm provided
-by the <a href="https://www.imagemagick.org/Magick++/Image++.html"> Image</a> class and there is a contructor
+by the <a href="Image++.html"> Image</a> class and there is a contructor
available compatable with each synonymous method in the Image class. </p>
<p>The unary function objects that Magick++ provides to support
manipulating images are shown in the following table: <br />
<td rowspan="2">
<center><a name="compositeImage"></a> <font size="-1">compositeImage</font></center>
</td>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&compositeImage_, ssize_t xOffset_, ssize_t yOffset_, <a
href="Enumerations.html#CompositeOperator"> CompositeOperator</a>
compose_ = <i>InCompositeOp</i></font></td>
specified offset and using specified algorithm</font></td>
</tr>
<tr>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&compositeImage_, const Geometry &offset_, <a
href="Enumerations.html#CompositeOperator"> CompositeOperator</a>
compose_ = <i>InCompositeOp</i></font></td>
<font size="-1">TextureImage</font></center>
</td>
<td><font size="-1">ssize_t x_, ssize_t y_,  const <a
- href="https://www.imagemagick.org/Magick++/Image++.html"> Image</a> &texture_</font></td>
+ href="Image++.html"> Image</a> &texture_</font></td>
<td rowspan="2"><font size="-1">Flood-fill texture across pixels
that match the color of the target pixel and are neighbors of the
target pixel. Uses current fuzz setting when determining color match.</font></td>
<td>
<center><a name="inverseFourierTransformImage"></a> <font size="-1">inverseFourierTransformImage</font></center>
</td>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&phaseImage_, const bool magnitude_</font></td>
<td><font size="-1">implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.</font></td>
</tr>
<td>
<center><a name="mapImage"></a> <font size="-1">mapImage</font></center>
</td>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&mapImage_ , bool dither_ = false</font></td>
<td><font size="-1">Remap image colors with closest color from
reference image. Set dither_ to <i>true</i> in to apply Floyd/Steinberg
<td>
<center><a name="steganoImage"></a> <font size="-1">steganoImage</font></center>
</td>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&watermark_</font></td>
<td><font size="-1">Add a digital watermark to the image (based
on second image)</font></td>
<td>
<center><a name="stereoImage"></a> <font size="-1">stereoImage</font></center>
</td>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&rightImage_</font></td>
<td><font size="-1">Create an image which appears in stereo when
viewed with red-blue glasses (Red image on left, blue on right)</font></td>
<td>
<center><a name="textureImage"></a> <font size="-1">textureImage</font></center>
</td>
- <td><font size="-1">const <a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a>
+ <td><font size="-1">const <a href="Image++.html">Image</a>
&texture_</font></td>
<td><font size="-1">Layer a texture on image background</font></td>
</tr>
<td>
<center><a name="penTexture"></a> <font size="-1">penTextureImage</font></center>
</td>
- <td><font size="-1"><a href="https://www.imagemagick.org/Magick++/Image++.html">Image</a> </font></td>
+ <td><font size="-1"><a href="Image++.html">Image</a> </font></td>
<td><font size="-1">const Image & penTexture_</font></td>
<td><font size="-1">Texture image to paint with (similar to
penColor).</font></td>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Magick++ API: Type Metrics</title>
-<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
+<link rel="stylesheet" href="magick.css" type="text/css" />
</head>
<body>
<div class="doc-section">
font-family: Candara, Sans-Serif;
margin: 0px;
padding: 0px;
- font-size: 10pt;
+ font-size: 12pt;
}
a {
color: black;
background: #d2ddf6;
font-family: monospace;
- font-size: 90%;
margin: 1.33em 40px;
padding: 1.33em 1.33em 1.33em 2.66em;
text-indent:-1.33em;
color: white;
background: #000044;
font-family: monospace;
- font-size: 90%;
margin: 1.33em 0em;
padding: .66em 1.33em .66em 1.33em;
}
}
div.eastbar {
- position: absolute;
right: 0.2em;
- margin: 9pt 9pt;
+ position: absolute;
}
div.eqn {
}
div.footer {
- margin-left: 150px;
+ margin-left: 160px;
background: white;
}
padding-bottom: .75em;
padding-top: 0px;
padding-right: .75em;
- margin-left: 150px;
- margin-right: 0px;
+ margin-left: 160px;
+ margin-right: 10px;
}
div.menu {
color: black;
background: #d2ddf6;
font-family: monospace;
- font-size: 90%;
margin: 1.33em 40px;
padding: 1.33em;
}
div.titlebar {
- background-image: url("../image/background.jpg");
+ background-image: url("../images/background.jpg");
background-repeat: repeat-x;
height: 118px;
width: 100%;
}
div.westbar {
- width: 150px;
+ width: 160px;
left: 0em;
position: absolute;
/* height: 100%; */
border-spacing: 0px;
width: 85%;
text-align: left;
- font-size: 90%;
margin: 1.33em 40px;
border-style: solid;
border-color: #d0d0d0;
background: #f5f5f5;
border: 1pt dashed #2f6fab;
font-family: monospace;
- font-size: 90%;
+ font-size: 8pt;
white-space: pre;
margin: 1.33em 40px;
padding: .66em 1.33em;
color: white;
background: #000044;
font-family: monospace;
- font-size: 90%;
+ font-size: 9pt;
margin: 1.33em 40px;
padding: .66em 1.33em;
}
font-weight: bolder;
background: #000044;
font-family: monospace;
- font-size: 90%;
padding: .66em 1.33em;
}
color: black;
background: #d2ddf6;
font-family: monospace;
- font-size: 90%;
padding: 0em;
margin: 0em;
}
color: black;
background: #d2ddf6;
font-family: monospace;
- font-size: 90%;
margin: 1.33em 40px;
padding: 1.33em;
}
background: #f5f5f5;
border: solid 2px black;
font-family: monospace;
- font-size: 90%;
white-space: pre;
margin: 1.33em 0px;
margin-left: 40px;
background: #d2ddf6;
border: solid 2px black;
font-family: monospace;
- font-size: 90%;
white-space: pre;
margin: 1.33em 0px;
margin-left: 40px;
color: black;
background: #ddddff;
font-family: monospace;
- font-size: 90%;
white-space: pre;
margin: 1.33em 0px;
margin-left: 40px;
border-spacing: 0px;
width: 91%;
text-align: left;
- font-size: 90%;
margin: 1.33em 40px;
border-style: solid;
border-color: #d0d0d0;
th {
background-color: #d2ddf6;
- color: black;
+ color: black
text-align: left;
padding: .5em;
}
color: black;
border: solid #d0d0d0;
border-width: 1px 0px 1px 0px;
- padding: 5px 5px 5px 0px;
+ padding: 5px 5px 5px 10px;
font-weight: bold;
text-align: center;
- margin-left: 5px;
+ margin-left:0px;
}
#linkbar-east {
}
#titlebar {
- background-image: url("../image/background.jpg");
+ background-image: url("../images/background.jpg");
background-repeat: repeat-x;
height: 118px;
}
#titlebar-west {
float: left;
}
+*/
#www-imagemagick-org {
background: #f5f5f5;
background: #f5f5f5;
border: solid 2px black;
font-family: monospace;
- font-size: 90%;
+ font-size: 83.333%;
white-space: pre;
margin: 1.33em 40px;
padding: 1.33em;
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:00 -->
\ No newline at end of file
</p>
<p><a href="api.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:00 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:01 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:26 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="../assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="../https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</p>
<p><a href="binary-releases.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2016 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:58 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:58 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:58 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:01 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:02 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:01 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:06 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:58 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:58 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:01 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:22 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:04 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:23 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 09:59 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:03 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</p>
<p><a href="subversion.html#">Back to top</a> •
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x89AB63D48277377A">Public Key</a> •
- <a href="www/www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
+ <a href="www/www/www/www/www/www/www/www/www/www/../www/../www/../www/../www/../www/../www/https://www.imagemagick.org/script/contact.php">Contact Us</a></p>
<p><small>© 1999-2018 ImageMagick Studio LLC</small></p>
</footer>
</div><!-- /.container -->
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:24 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file
</li>
</ul>
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
- <!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
+ <input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
-<!-- Magick Cache 15th December 2017 20:25 -->
\ No newline at end of file
+<!-- Magick Cache 16th December 2017 10:05 -->
\ No newline at end of file