/external/ImageMagick/MagickCore/ |
distort.h | 78 *RotateImage(const Image *,const double,ExceptionInfo *),
|
transform.c | 127 orient_image=RotateImage(image,180.0,exception); 142 orient_image=RotateImage(image,90.0,exception); 152 orient_image=RotateImage(image,270.0,exception); [all...] |
methods.h | [all...] |
fx.c | [all...] |
distort.c | [all...] |
effect.c | [all...] |
xwindow.c | 654 rotate_image=RotateImage(annotate_image,annotate_info->degrees,exception); [all...] |
display.c | [all...] |
/external/ImageMagick/www/api/ |
distort.php | 55 <p class="text-center"><a href="distort.php#AffineTransformImage">AffineTransformImage</a> • <a href="distort.php#DistortImage">DistortImage</a> • <a href="distort.php#RotateImage">RotateImage</a> • <a href="distort.php#SparseColorImage">SparseColorImage</a></p> 156 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/distort_8c.html" id="RotateImage">RotateImage</a></h2> 158 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p> 160 <p>The format of the RotateImage method is:</p> 163 Image *RotateImage(const Image *image,const double degrees,
|
/external/ImageMagick/coders/ |
pcd.c | 823 rotate_image=RotateImage(image,degrees,exception); [all...] |
mat.c | 762 rotate_image=RotateImage(image,90.0,exception); [all...] |
wpg.c | [all...] |
msl.c | [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Include.h | [all...] |
/external/ImageMagick/MagickWand/ |
operation.c | [all...] |
magick-image.c | [all...] |
mogrify.c | [all...] |
/external/ImageMagick/PerlMagick/ |
Magick.xs | [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | [all...] |
/external/ImageMagick/Magick++/lib/ |
Image.cpp | [all...] |