]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/effect.h
(no commit message)
[imagemagick] / MagickCore / effect.h
index 91c72296e85901cad962cc53922308c52a96b8ee..1a9b1e9f8b7c3a5c4526bd71b08d936635454549 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.
@@ -59,28 +59,24 @@ typedef enum
 } PreviewType;
 
 extern MagickExport Image
-  *AdaptiveBlurImage(const Image *,const double,const double,const double,
-    ExceptionInfo *),
-  *AdaptiveSharpenImage(const Image *,const double,const double,const double,
+  *AdaptiveBlurImage(const Image *,const double,const double,ExceptionInfo *),
+  *AdaptiveSharpenImage(const Image *,const double,const double,
      ExceptionInfo *),
-  *BlurImage(const Image *,const double,const double,const double,
-    ExceptionInfo *),
+  *BlurImage(const Image *,const double,const double,ExceptionInfo *),
   *ConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *),
   *DespeckleImage(const Image *,ExceptionInfo *),
   *EdgeImage(const Image *,const double,const double,ExceptionInfo *),
   *EmbossImage(const Image *,const double,const double,ExceptionInfo *),
-  *GaussianBlurImage(const Image *,const double,const double,const double,
-    ExceptionInfo *),
+  *GaussianBlurImage(const Image *,const double,const double,ExceptionInfo *),
   *MotionBlurImage(const Image *,const double,const double,const double,
-    const double,ExceptionInfo *),
+    ExceptionInfo *),
   *PreviewImage(const Image *,const PreviewType,ExceptionInfo *),
-  *RadialBlurImage(const Image *,const double,const double,ExceptionInfo *),
+  *RadialBlurImage(const Image *,const double,ExceptionInfo *),
   *SelectiveBlurImage(const Image *,const double,const double,const double,
-    const double,ExceptionInfo *),
-  *ShadeImage(const Image *,const MagickBooleanType,const double,const double,
     ExceptionInfo *),
-  *SharpenImage(const Image *,const double,const double,const double,
+  *ShadeImage(const Image *,const MagickBooleanType,const double,const double,
     ExceptionInfo *),
+  *SharpenImage(const Image *,const double,const double,ExceptionInfo *),
   *SpreadImage(const Image *,const double,const PixelInterpolateMethod,
     ExceptionInfo *),
   *UnsharpMaskImage(const Image *,const double,const double,const double,