MagickCore 7.1.0
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 ImageDeskewImage (const Image *, const double, ExceptionInfo *)
 
MagickExport ImageIntegralRotateImage (const Image *, size_t, ExceptionInfo *)
 
MagickExport ImageShearImage (const Image *, const double, const double, ExceptionInfo *)
 
MagickExport ImageShearRotateImage (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()