]> granicus.if.org Git - imagemagick/blobdiff - magick/resize.h
(no commit message)
[imagemagick] / magick / resize.h
index b0eb78ea203c007e7450a98340a5b13101380a47..8e1bc25ae7a93b276ec5ff6eda857774f60f10d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2010 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,24 +23,19 @@ extern "C" {
 #endif
 
 extern MagickExport Image
-  *AdaptiveResizeImage(const Image *,const unsigned long,const unsigned long,
-    ExceptionInfo *),
-  *LiquidRescaleImage(const Image *,const unsigned long,const unsigned long,
-    const double,const double,ExceptionInfo *),
+  *AdaptiveResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *),
+  *LiquidRescaleImage(const Image *,const size_t,const size_t,const double,
+    const double,ExceptionInfo *),
   *MagnifyImage(const Image *,ExceptionInfo *),
   *MinifyImage(const Image *,ExceptionInfo *),
   *ResampleImage(const Image *,const double,const double,const FilterTypes,
     const double,ExceptionInfo *),
-  *ResizeImage(const Image *,const unsigned long,const unsigned long,
-    const FilterTypes,const double,ExceptionInfo *),
-  *SampleImage(const Image *,const unsigned long,const unsigned long,
-    ExceptionInfo *),
-  *ScaleImage(const Image *,const unsigned long,const unsigned long,
-    ExceptionInfo *),
-  *ThumbnailImage(const Image *,const unsigned long,const unsigned long,
-    ExceptionInfo *),
-  *ZoomImage(const Image *,const unsigned long,const unsigned long,
-    ExceptionInfo *);
+  *ResizeImage(const Image *,const size_t,const size_t,const FilterTypes,
+    const double,ExceptionInfo *),
+  *SampleImage(const Image *,const size_t,const size_t,ExceptionInfo *),
+  *ScaleImage(const Image *,const size_t,const size_t,ExceptionInfo *),
+  *ThumbnailImage(const Image *,const size_t,const size_t,ExceptionInfo *),
+  *ZoomImage(const Image *,const size_t,const size_t,ExceptionInfo *);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }