Searched refs:DistortImage (Results 1 - 11 of 11) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddistort.h75 *DistortImage(const Image *,const DistortMethod,const size_t,
H A Ddistort.c311 deskew_image=DistortImage(image,AffineProjectionDistortion,6,distort,
352 % the color to be plotted, for DistortImage()
1516 resize_image=DistortImage(tmp_image,AffineDistortion,12,distort_args,
1540 resize_alpha=DistortImage(tmp_image,AffineDistortion,12,distort_args,
1551 resize_image=DistortImage(tmp_image,AffineDistortion,12,distort_args,
1601 % DistortImage() distorts an image using various distortion methods, by
1615 % The format of the DistortImage() method is:
1617 % Image *DistortImage(const Image *image,const DistortMethod method,
1678 MagickExport Image *DistortImage(const Image *image, DistortMethod method,
2843 rotate_image=DistortImage(distort_imag
1672 MagickExport Image *DistortImage(const Image *image, DistortMethod method, function
[all...]
H A Dmethods.h296 #define DistortImage PrependMagickMethod(DistortImage) macro
/external/ImageMagick/www/api/
H A Ddistort.php55 <p class="text-center"><a href="distort.php#AffineTransformImage">AffineTransformImage</a> &bull; <a href="distort.php#DistortImage">DistortImage</a> &bull; <a href="distort.php#RotateImage">RotateImage</a> &bull; <a href="distort.php#SparseColorImage">SparseColorImage</a></p>
88 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/distort_8c.html" id="DistortImage">DistortImage</a></h2>
90 <p>DistortImage() distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usally of the same size as the source image, unless 'bestfit' is set to true.</p>
96 <p>The format of the DistortImage() method is:</p>
99 Image *DistortImage(const Image *image,const DistortImageMethod method,
204 <dd> The methods used for SparseColor() are often simular to methods used for DistortImage(), and even share the same code for determination of the function coefficents, though with more dimensions (or resulting values). </dd>
/external/ImageMagick/Magick++/lib/Magick++/
H A DInclude.h1199 using MagickCore::DistortImage;
/external/ImageMagick/MagickWand/
H A Doperation.c2245 new_image=DistortImage(_image,(DistortMethod) parse,
2254 new_image=DistortImage(_image,(DistortMethod) parse,(size_t)
H A Dmogrify.c1423 mogrify_image=DistortImage(*image,method,(size_t)2,
1455 mogrify_image=DistortImage(*image,method,number_arguments,arguments,
H A Dmagick-image.c2746 distort_image=DistortImage(wand->images,method,number_arguments,arguments,
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2744 newImage=DistortImage(constImage(), method_,numberArguments_,arguments_,
/external/ImageMagick/PerlMagick/
H A DMagick.xs7543 DistortImage = 224
10702 image=DistortImage(image,method,number_coordinates,coordinates,
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in7543 DistortImage = 224
10702 image=DistortImage(image,method,number_coordinates,coordinates,

Completed in 447 milliseconds