1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Sun, 18 Jun 2023 17:44:13 +0000
Subject: Fix www/Magick++/index.html
forwarded: not-needed
---
www/Magick++/index.html | 25 ++++++++++++-------------
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/www/Magick++/index.html b/www/Magick++/index.html
index 4eac912..c87746b 100644
--- a/www/Magick++/index.html
+++ b/www/Magick++/index.html
@@ -8,15 +8,15 @@
</head>
<body>
<div class="doc-section">
-<P ALIGN=CENTER><IMG SRC="Magick++.png" NAME="Graphic1" ALIGN=BOTTOM WIDTH=464 HEIGHT=134 BORDER=0></P>
+<p align="center"><img SRC="Magick++.png" NAME="Graphic1" ALIGN="BOTTOM" WIDTH="464" HEIGHT="134" BORDER="0" /></p>
<h1>ImageMagick Magick++ API</h1>
<P>Magick++ is the object-oriented C++ API to the <A HREF="../index.html">ImageMagick</A>
image-processing library, the most comprehensive open-source image
processing package available. Read the latest <A HREF="../index.html">NEWS</A>
and <A HREF="http://magick.imagemagick.org/script/changelog.php">ChangeLog</A> for Magick++.
</P>
-<P><IMG SRC="logo.png" NAME="Graphic2" ALIGN=RIGHT WIDTH=85 HEIGHT=88 BORDER=0>Magick++
-supports an object model which is inspired by <A HREF="../script/perl-magick.php">PerlMagick</A>.
+<P><IMG SRC="logo.png" NAME="Graphic2" ALIGN="RIGHT" WIDTH="85" HEIGHT="88" BORDER="0" />Magick++
+supports an object model which is inspired by <A HREF="http://www.imagemagick.org/script/perl-magick.php">PerlMagick</A>.
Images support implicit reference counting so that copy constructors
and assignment incur almost no cost. The cost of actually copying an
image (if necessary) is done just before modification and this copy
@@ -36,10 +36,9 @@ list-style operations are provided so that operations may be
performed on multiple images stored in STL containers.
</P>
<H3>Documentation</H3>
-<P>Detailed <A HREF="Documentation.html">documentation</A> is
+<p>Detailed <A HREF="Documentation.html">documentation</A> is
provided for all Magick++ classes, class methods, and template
-functions which comprise the API. See a <a href="tutorial/Magick++_tutorial.pdf" target="<?php echo rand()?>"> Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++. We include the <a href="tutorial/Magick++_tutorial.odt" target="<?php echo rand()?>">source</a> if you want to correct, enhance, or expand the tutorial.</p>
-</P>
+functions which comprise the API. See a <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.pdf"> Gentle Introduction to Magick++</a> for an introductory tutorial to Magick++. We include the <a href="http://www.imagemagick.org/Magick++/tutorial/Magick++_tutorial.odt">source</a> if you want to correct, enhance, or expand the tutorial.</p>
<H3>Obtaining Magick++</H3>
<P>Magick++ is included as part of <A HREF="../index.html">ImageMagick</A>
source releases and may be retrieved via <A HREF="../script/download.php">ftp</A>
@@ -50,7 +49,7 @@ or <A HREF="https://github.com/ImageMagick">Github</A>.
<A HREF="Install.html">installation instructions</A> for UNIX and
Windows.
</P>
-<P><B><FONT SIZE=4>Usage</FONT></B>
+<P><B><FONT SIZE="4">Usage</FONT></B>
</P>
<P>A helper script named <I>Magick++-config</I> is installed
under Unix which assists with recalling compilation options required
@@ -59,7 +58,7 @@ following command will compile and link the source file <I>example.cpp</I>
to produce the executable <I>example</I> (notice that quotes are
backward quotes):
</P>
-<BLOCKQUOTE><TT><FONT SIZE=2>c++ -O2 -o example example.cpp
+<BLOCKQUOTE><TT><FONT SIZE="2">c++ -O2 -o example example.cpp
`Magick++-config --cppflags --cxxflags --ldflags --libs`</FONT></TT></BLOCKQUOTE>
<P>Windows users may get started by manually editing a project file
for one of the Magick++ demo programs.
@@ -71,8 +70,8 @@ as your program) to the InitializeMagick() function call. This is
commonly performed by providing the path to your program (argv[0]) as
shown in the following example:
</P>
-<BLOCKQUOTE><TT><FONT COLOR="#663366">int main( ssize_t /*argc*/, char **
-argv)</FONT></TT> <BR><TT><FONT COLOR="#663366">{</FONT></TT> <BR><TT><FONT COLOR="#663366">
+<P><BLOCKQUOTE><TT><FONT COLOR="#663366">int main( ssize_t /*argc*/, char **
+argv)</FONT></TT> <BR /><TT><FONT COLOR="#663366">{</FONT></TT> <BR /><TT><FONT COLOR="#663366">
InitializeMagick(*argv);</FONT></TT></BLOCKQUOTE>
</P>
<H3>Reporting Bugs</H3>
@@ -87,6 +86,6 @@ rates on a wide number of platforms and graphic environments (e.g.
Windows, X11, BeOS, and Linux/CGI) may want to try PtcMagick,
which provides a simple interface between Magick++ and <A HREF="http://www.gaffer.org/ptc/">OpenPTC</A>.
</P>
-</ul>
-</BODY>
-</HTML>
+</div>
+</body>
+</html>
|