]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/paint.h
(no commit message)
[imagemagick] / MagickCore / paint.h
index 3002767f3f95753b7caa88bf54fb17fa1269a81d..aa718d39bf3350d028606fab509794b7062fa75b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 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.
 #ifndef _MAGICKCORE_PAINT_H
 #define _MAGICKCORE_PAINT_H
 
+#include "MagickCore/color.h"
+#include "MagickCore/draw.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include "MagickCore/color.h"
-#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,ExceptionInfo *),
-  GradientImage(Image *,const GradientType,const SpreadMethod,
-    const PixelPacket *,const PixelPacket *,ExceptionInfo *),
+  GradientImage(Image *,const GradientType,const SpreadMethod,const PixelInfo *,
+    const PixelInfo *,ExceptionInfo *),
   OpaquePaintImage(Image *,const PixelInfo *,const PixelInfo *,
     const MagickBooleanType,ExceptionInfo *),
   TransparentPaintImage(Image *,const PixelInfo *,