 |
MagickCore 6.9.13
|
Loading...
Searching...
No Matches
18#ifndef MAGICKCORE_SHEAR_H
19#define MAGICKCORE_SHEAR_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport Image
26 *DeskewImage(
const Image *,
const double,ExceptionInfo *),
27 *IntegralRotateImage(
const Image *,
size_t,ExceptionInfo *),
28 *ShearImage(
const Image *,
const double,
const double,ExceptionInfo *),
29 *ShearRotateImage(
const Image *,
const double,ExceptionInfo *);
31#if defined(__cplusplus) || defined(c_plusplus)