18#ifndef MAGICKCORE_SHEAR_H
19#define MAGICKCORE_SHEAR_H
21#if defined(__cplusplus) || defined(c_plusplus)
31#if defined(__cplusplus) || defined(c_plusplus)
#define MagickExport
Definition method-attribute.h:80
MagickExport Image * IntegralRotateImage(const Image *, size_t, ExceptionInfo *)
MagickExport Image * ShearImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * DeskewImage(const Image *, const double, ExceptionInfo *)
MagickExport Image * ShearRotateImage(const Image *, const double, ExceptionInfo *)
Definition shear.c:1726
Definition exception.h:103