]> granicus.if.org Git - imagemagick/blobdiff - www/api/morphology.html
(no commit message)
[imagemagick] / www / api / morphology.html
index 120cbc946fc7167a5b2237c4ecb7f1552858d384..2529b3f4582db9815d0bb7f770d03823bd91a1d8 100644 (file)
@@ -1,13 +1,13 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">\r
 <head>\r
-  <meta http-equiv="Content-Type" value="application/xhtml+xml" />\r
+  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>\r
   <meta name="verify-v1" content="g222frIIxcQTrvDR3NBRUSKP3AnMNoqxOkIniCEkV7U=" />\r
   <link rel="meta" type="application/rdf+xml" title="ICI" href="http://imagemagick.org/ici.rdf" />\r
-  <style type="text/css" media="screen,projection"><!--\r
+  <style type="text/css" media="all">\r
     @import url("../../www/magick.css");\r
-  --></style>\r
+  </style>\r
   <link rel="shortcut icon" href="../../images/wand.ico"  type="images/vnd.microsoft.icon"/>
   <title>ImageMagick: MagickCore, C API for ImageMagick: Morphological Erosions, Dilations, Openings, and Closings</title>
   <meta http-equiv="Content-Language" content="en-US"/>
 <div  class="sponsor">
   <a href="http://www.print24.de/">Druckerei</a><!-- 201009010720 -->
 </div>
-<div  class="sponsor">
-   <a href="http://www.goyax.de">Börse</a><!-- 201004010240 Gewiese digital-finance.de -->
-</div>
 <div  class="sponsor">
    <a href="http://www.allesdruck.de">Druckerei Online</a><!-- 201012011200 allesdruck.de-->
 </div>
@@ -288,7 +285,7 @@ _8c.html" target="source" name="CloneKernelInfo">CloneKernelInfo</a></h2>
 
 <p>CloneKernelInfo() creates a new clone of the given Kernel so that its can be modified without effecting the original.  The cloned kernel should be destroyed using DestoryKernelInfo() when no longer needed.</p></ol>
 
-<p>The format of the DestroyKernelInfo method is:</p>
+<p>The format of the CloneKernelInfo method is:</p>
 
 <pre class="code">
   KernelInfo *CloneKernelInfo(const KernelInfo *kernel)