diff options
Diffstat (limited to 'dmagick/c/resize.d')
| -rw-r--r-- | dmagick/c/resize.d | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dmagick/c/resize.d b/dmagick/c/resize.d index 7a4aaba..ccf06ca 100644 --- a/dmagick/c/resize.d +++ b/dmagick/c/resize.d @@ -6,13 +6,13 @@ import dmagick.c.resample; extern(C) { - Image* AdaptiveResizeImage(const Image*, const size_t, const size_t, ExceptionInfo*); - Image* LiquidRescaleImage(const Image*, const size_t, const size_t, const double, const double, ExceptionInfo*); - Image* MagnifyImage(const Image*, ExceptionInfo*); - Image* MinifyImage(const Image*, ExceptionInfo*); - Image* ResampleImage(const Image*, const double, const double, const FilterTypes, const double, ExceptionInfo*); - Image* ResizeImage(const Image*, const size_t, const size_t, const FilterTypes, const double, ExceptionInfo*); - Image* SampleImage(const Image*, const size_t, const size_t, ExceptionInfo*); - Image* ScaleImage(const Image*, const size_t, const size_t, ExceptionInfo*); - Image* ThumbnailImage(const Image*, const size_t, const size_t, ExceptionInfo*); + Image* AdaptiveResizeImage(const(Image)*, const size_t, const size_t, ExceptionInfo*); + Image* LiquidRescaleImage(const(Image)*, const size_t, const size_t, const double, const double, ExceptionInfo*); + Image* MagnifyImage(const(Image)*, ExceptionInfo*); + Image* MinifyImage(const(Image)*, ExceptionInfo*); + Image* ResampleImage(const(Image)*, const double, const double, const FilterTypes, const double, ExceptionInfo*); + Image* ResizeImage(const(Image)*, const size_t, const size_t, const FilterTypes, const double, ExceptionInfo*); + Image* SampleImage(const(Image)*, const size_t, const size_t, ExceptionInfo*); + Image* ScaleImage(const(Image)*, const size_t, const size_t, ExceptionInfo*); + Image* ThumbnailImage(const(Image)*, const size_t, const size_t, ExceptionInfo*); } |
