]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/resize.h
(no commit message)
[imagemagick] / MagickCore / resize.h
index f7e509064df915891e04e51c7716d73021ecfbe9..b47f2a811e8139367456d91f6e9923a7fdc99100 100644 (file)
@@ -31,9 +31,9 @@ extern MagickExport Image
   *MagnifyImage(const Image *,ExceptionInfo *),
   *MinifyImage(const Image *,ExceptionInfo *),
   *ResampleImage(const Image *,const double,const double,const FilterTypes,
-    const double,ExceptionInfo *),
+    ExceptionInfo *),
   *ResizeImage(const Image *,const size_t,const size_t,const FilterTypes,
-    const double,ExceptionInfo *),
+    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 *);