]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/paint.h
(no commit message)
[imagemagick] / MagickCore / paint.h
index 9b080c448f920a512f2aea27f4b246113bbe969a..89d59e71bbf92ab32a3618dea36b6f0e72a33d21 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.
@@ -26,19 +26,19 @@ extern "C" {
 #include "MagickCore/draw.h"
 
 extern MagickExport Image
-  *OilPaintImage(const Image *,const double,ExceptionInfo *);
+  *OilPaintImage(const Image *,const double,const double,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
   FloodfillPaintImage(Image *,const DrawInfo *,const PixelInfo *,const ssize_t,
-    const ssize_t,const MagickBooleanType),
-  GradientImage(Image *,const GradientType,const SpreadMethod,
-    const PixelPacket *,const PixelPacket *),
+    const ssize_t,const MagickBooleanType,ExceptionInfo *),
+  GradientImage(Image *,const GradientType,const SpreadMethod,const PixelInfo *,
+    const PixelInfo *,ExceptionInfo *),
   OpaquePaintImage(Image *,const PixelInfo *,const PixelInfo *,
-    const MagickBooleanType),
+    const MagickBooleanType,ExceptionInfo *),
   TransparentPaintImage(Image *,const PixelInfo *,
-    const Quantum,const MagickBooleanType),
+    const Quantum,const MagickBooleanType,ExceptionInfo *),
   TransparentPaintImageChroma(Image *,const PixelInfo *,
-    const PixelInfo *,const Quantum,const MagickBooleanType);
+    const PixelInfo *,const Quantum,const MagickBooleanType,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }