Lines Matching refs:IntegralRotateImage
694 % IntegralRotateImage() rotates the image an integral of 90 degrees. It
698 % The format of the IntegralRotateImage method is:
700 % Image *IntegralRotateImage(const Image *image,size_t rotations,
710 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations,
1741 integral_image=IntegralRotateImage(image,rotations,exception);