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