]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/shear.h
(no commit message)
[imagemagick] / MagickCore / shear.h
index 3d8a2c3ac24773ce9c439361f020b12c2bf1449a..ee5353095493ff6347941d2a7780a40255d77ad2 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.
@@ -23,10 +23,10 @@ extern "C" {
 #endif
 
 extern MagickExport Image
-  *AffineTransformImage(const Image *,const AffineMatrix *,ExceptionInfo *),
   *DeskewImage(const Image *,const double,ExceptionInfo *),
-  *RotateImage(const Image *,const double,ExceptionInfo *),
-  *ShearImage(const Image *,const double,const double,ExceptionInfo *);
+  *IntegralRotateImage(const Image *,size_t,ExceptionInfo *),
+  *ShearImage(const Image *,const double,const double,ExceptionInfo *),
+  *ShearRotateImage(const Image *,const double,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }