MagickCore  6.8.9
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

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