MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
shear.h File Reference
This graph shows which files directly or indirectly include this file:

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 *)
 

Function Documentation

◆ DeskewImage()

MagickExport Image* DeskewImage ( const Image *  ,
const double  ,
ExceptionInfo *   
)

◆ IntegralRotateImage()

MagickExport Image * IntegralRotateImage ( const Image *  ,
size_t  ,
ExceptionInfo *   
)

◆ ShearImage()

MagickExport Image * ShearImage ( const Image *  ,
const double  ,
const double  ,
ExceptionInfo *   
)

◆ ShearRotateImage()