Searched defs:ShearImage (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dshear.c1562 % ShearImage() creates a new image that is a shear_image copy of an existing
1570 % 'background_color' of the image.. ShearImage() allocates the memory
1573 % ShearImage() is based on the paper "A Fast Algorithm for General Raster
1576 % The format of the ShearImage method is:
1578 % Image *ShearImage(const Image *image,const double x_shear,
1590 MagickExport Image *ShearImage(const Image *image,const double x_shear,
1583 MagickExport Image *ShearImage(const Image *image,const double x_shear, function
H A Dmethods.h1129 #define ShearImage PrependMagickMethod(ShearImage) macro

Completed in 406 milliseconds