Addition of a -distort Resize distortion (geomerty argument)

diff --git a/magick/distort.h b/magick/distort.h
index 07c0b36..1a2480b 100644
--- a/magick/distort.h
+++ b/magick/distort.h
@@ -49,6 +49,7 @@
   BarrelDistortion,
   BarrelInverseDistortion,
   ShepardsDistortion,
+  ResizeDistortion,
   SentinelDistortion
 } DistortImageMethod;
 
@@ -68,6 +69,7 @@
 extern MagickExport Image
   *DistortImage(const Image *,const DistortImageMethod,const size_t,
     const double *,MagickBooleanType,ExceptionInfo *exception),
+  *DistortResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *),
   *SparseColorImage(const Image *,const ChannelType,const SparseColorMethod,
     const size_t,const double *,ExceptionInfo *);