]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/morphology-private.h
Add RobidouxSharp filter depreciate Bessel Filter and Static Gravity
[imagemagick] / MagickCore / morphology-private.h
index 819729a252621338fef7848c609a111057f40369..072217b4343af907b44a31874d18c61a9827f6c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@ extern MagickPrivate Image
     const KernelInfo *,const CompositeOperator,const double,ExceptionInfo *);
 
 extern MagickPrivate void
+  ShowKernelInfo(const KernelInfo *),
   ZeroKernelNans(KernelInfo *);
 
 #endif