Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 16, 2017
1 parent ae25eea commit a705040
Show file tree
Hide file tree
Showing 147 changed files with 588 additions and 465 deletions.
Binary file modified images/wizard.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -62,7 +62,7 @@
</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>
Expand Down Expand Up @@ -273,4 +273,4 @@ <h2 class="magick-post-title"><a id="community"></a>Community</h2>
<script>window.jQuery || document.write('<script src="www/assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th December 2017 20:22 -->
<!-- Magick Cache 16th December 2017 09:58 -->
4 changes: 2 additions & 2 deletions www/ImageMagickObject.html
Expand Up @@ -62,7 +62,7 @@
</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>
Expand Down Expand Up @@ -150,4 +150,4 @@ <h2 class="magick-post-title"><a id="build"></a>Build ImageMagickObject From Sou
<script>window.jQuery || document.write('<script src="assets/jquery.min.js"><\/script>')</script>
</body>
</html>
<!-- Magick Cache 15th December 2017 20:24 -->
<!-- Magick Cache 16th December 2017 10:05 -->
2 changes: 1 addition & 1 deletion www/Magick++/Blob.html
Expand Up @@ -4,7 +4,7 @@
<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">
Expand Down
2 changes: 1 addition & 1 deletion www/Magick++/CoderInfo.html
Expand Up @@ -4,7 +4,7 @@
<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">
Expand Down
2 changes: 1 addition & 1 deletion www/Magick++/Color.html
Expand Up @@ -4,7 +4,7 @@
<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">
Expand Down
4 changes: 2 additions & 2 deletions www/Magick++/Drawable.html
Expand Up @@ -4,12 +4,12 @@
<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"
Expand Down
2 changes: 1 addition & 1 deletion www/Magick++/Enumerations.html
Expand Up @@ -4,7 +4,7 @@
<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">
Expand Down
2 changes: 1 addition & 1 deletion www/Magick++/Exception.html
Expand Up @@ -4,7 +4,7 @@
<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">
Expand Down
4 changes: 2 additions & 2 deletions www/Magick++/FormatCharacters.html
Expand Up @@ -4,12 +4,12 @@
<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>
Expand Down
2 changes: 1 addition & 1 deletion www/Magick++/Geometry.html
Expand Up @@ -4,7 +4,7 @@
<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">
Expand Down

0 comments on commit a705040

Please sign in to comment.