18 #ifndef MAGICKCORE_RESAMPLE_H
19 #define MAGICKCORE_RESAMPLE_H
21 #include "magick/cache-view.h"
23 #if defined(__cplusplus) || defined(c_plusplus)
73 #define BesselFilter JincFilter
78 extern MagickExport MagickBooleanType
82 const InterpolatePixelMethod),
84 const VirtualPixelMethod);
90 extern MagickExport
void
91 ScaleResampleFilter(
ResampleFilter *,
const double,
const double,
const double,
93 SetResampleFilter(
ResampleFilter *,
const FilterTypes,
const double);
95 #if defined(__cplusplus) || defined(c_plusplus)