Skip to content

Commit a705040

Browse files
author
Cristy
committed
Update documentation
1 parent ae25eea commit a705040

File tree

147 files changed

+588
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+588
-465
lines changed

images/wizard.jpg

-54.3 KB
Loading

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</li>
6363
</ul>
6464
<form class="form-inline my-2 my-lg-0" action="www/https://www.imagemagick.org/script/search.php">
65-
<!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
65+
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
6666
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
6767
</form>
6868
</div>
@@ -273,4 +273,4 @@ <h2 class="magick-post-title"><a id="community"></a>Community</h2>
273273
<script>window.jQuery || document.write('<script src="www/assets/jquery.min.js"><\/script>')</script>
274274
</body>
275275
</html>
276-
<!-- Magick Cache 15th December 2017 20:22 -->
276+
<!-- Magick Cache 16th December 2017 09:58 -->

www/ImageMagickObject.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</li>
6363
</ul>
6464
<form class="form-inline my-2 my-lg-0" action="https://www.imagemagick.org/script/search.php">
65-
<!-- <input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search"> -->
65+
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search">
6666
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
6767
</form>
6868
</div>
@@ -150,4 +150,4 @@ <h2 class="magick-post-title"><a id="build"></a>Build ImageMagickObject From Sou
150150
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
151151
</body>
152152
</html>
153-
<!-- Magick Cache 15th December 2017 20:24 -->
153+
<!-- Magick Cache 16th December 2017 10:05 -->

www/Magick++/Blob.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Working with Blobs</title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">

www/Magick++/CoderInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Access Raw Image Pixels</title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">

www/Magick++/Color.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Working with Color</title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">

www/Magick++/Drawable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Drawing on Images</title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">
1111
<h1 style="text-align:center">Magick::Drawable</h1>
12-
<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>
12+
<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>
1313
<p>The following is an example using the Drawable subclasses with a one-by-one approach to draw the following figure:</p>
1414
<p class="image"><font color="#000000"><font color="#000000"><img
1515
src="Drawable_example_1.png" name="Graphic1" align="bottom" border="3"

www/Magick++/Enumerations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Enumerations</title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">

www/Magick++/Exception.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Exceptions </title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">

www/Magick++/FormatCharacters.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<title>Magick++ API: Annotating an Image</title>
7-
<link rel="stylesheet" href="https://www.imagemagick.org/Magick++/magick.css" type="text/css" />
7+
<link rel="stylesheet" href="magick.css" type="text/css" />
88
</head>
99
<body>
1010
<div class="doc-section">
1111
<h1 align="center">Special Format Characters</h1>
12-
<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>
12+
<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>
1313
<br />
1414
<p align="center" style="margin-bottom: 0cm"><b>Format Characters</b></p>
1515
<center>

0 commit comments

Comments
 (0)