18#ifndef MAGICKCORE_RESIZE_H
19#define MAGICKCORE_RESIZE_H
21#if defined(__cplusplus) || defined(c_plusplus)
28extern MagickExport Image
29 *AdaptiveResizeImage(
const Image *,
const size_t,
const size_t,ExceptionInfo *),
30 *InterpolativeResizeImage(
const Image *,
const size_t,
const size_t,
31 const PixelInterpolateMethod,ExceptionInfo *),
32 *LiquidRescaleImage(
const Image *,
const size_t,
const size_t,
const double,
33 const double,ExceptionInfo *),
34 *MagnifyImage(
const Image *,ExceptionInfo *),
35 *MinifyImage(
const Image *,ExceptionInfo *),
36 *ResampleImage(
const Image *,
const double,
const double,
const FilterType,
38 *ResizeImage(
const Image *,
const size_t,
const size_t,
const FilterType,
40 *SampleImage(
const Image *,
const size_t,
const size_t,ExceptionInfo *),
41 *ScaleImage(
const Image *,
const size_t,
const size_t,ExceptionInfo *),
42 *ThumbnailImage(
const Image *,
const size_t,
const size_t,ExceptionInfo *);
44#if defined(__cplusplus) || defined(c_plusplus)