MagickCore
7.0.0
|
Go to the source code of this file.
Functions | |
MagickExport Image * | DeskewImage (const Image *, const double, ExceptionInfo *) |
MagickExport Image * | IntegralRotateImage (const Image *, size_t, ExceptionInfo *) |
MagickExport Image * | ShearImage (const Image *, const double, const double, ExceptionInfo *) |
MagickExport Image * | ShearRotateImage (const Image *, const double, ExceptionInfo *) |
MagickExport Image* DeskewImage | ( | const Image * | , |
const double | , | ||
ExceptionInfo * | |||
) |
MagickExport Image * IntegralRotateImage | ( | const Image * | , |
size_t | , | ||
ExceptionInfo * | |||
) |
MagickExport Image * ShearImage | ( | const Image * | , |
const double | , | ||
const double | , | ||
ExceptionInfo * | |||
) |
MagickExport Image * ShearRotateImage | ( | const Image * | , |
const double | , | ||
ExceptionInfo * | |||
) |
Definition at line 1991 of file shear.c.
References _Image::alpha_trait, _Image::background_color, BlendPixelTrait, _Image::border_color, BorderImage(), _Image::columns, _Image::compose, CopyCompositeOp, CropToFitImage(), _Image::debug, DegreesToRadians(), DestroyImage(), DirectClass, _Image::filename, GetMagickModule, _RectangleInfo::height, IntegralRotateImage(), LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, OpaqueAlphaChannel, _Image::page, ResourceLimitError, _Image::rows, SetImageAlphaChannel(), SetImageStorageClass(), _ExceptionInfo::signature, _Image::signature, ThrowImageException, TraceEvent, _RectangleInfo::width, _PointInfo::x, XShearImage(), _PointInfo::y, and YShearImage().