Lines Matching refs:distort
51 #include "MagickCore/distort.h"
291 distort[6];
305 distort[0]=affine_matrix->sx;
306 distort[1]=affine_matrix->rx;
307 distort[2]=affine_matrix->ry;
308 distort[3]=affine_matrix->sy;
309 distort[4]=affine_matrix->tx;
310 distort[5]=affine_matrix->ty;
311 deskew_image=DistortImage(image,AffineProjectionDistortion,6,distort,
350 % 0: 2 dimensional mapping of control points (Distort)
402 /* NOTE: cp_values, also used for later 'reverse map distort' tests */
512 For Distort Images u,v, x,y ...
767 For Distort Images u,v, x,y ...
895 For Distort Images u,v, x,y ...
1005 For Distort Images u,v, x,y ...
1028 For Distort Images order [u,v, x,y] ...
1468 #define DistortResizeImageTag "Distort/Image"
1484 Distort resize image.
1533 distort alpha channel separately
1546 /* distort the actual image containing alpha + VP alpha */
1648 % canvas image. Can be overridden using 'distort:viewport' setting.
1660 % o "distort:viewport"
1665 % o "distort:scale"
1682 #define DistortImageTag "Distort/Image"
1954 { const char *artifact=GetImageArtifact(image,"distort:viewport");
1961 "distort:viewport",artifact);
2002 (void) FormatLocaleFile(stderr, " -distort AffineProjection \\\n '");
2008 (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n");
2034 (void) FormatLocaleFile(stderr, " -distort PerspectiveProjection \\\n '");
2043 (void) FormatLocaleFile(stderr, "Perspective Distort, FX Equivelent:\n");
2069 (void) FormatLocaleFile(stderr, "BilinearForward Distort, FX Equivelent:\n");
2094 (void) FormatLocaleFile(stderr, "Polynomial Projection Distort:\n");
2095 (void) FormatLocaleFile(stderr, " -distort PolynomialProjection \\\n");
2101 (void) FormatLocaleFile(stderr, "BilinearReverse Distort, FX Equivelent:\n");
2135 (void) FormatLocaleFile(stderr, "Arc Distort, Internal Coefficients:\n");
2138 (void) FormatLocaleFile(stderr, "Arc Distort, FX Equivelent:\n");
2153 (void) FormatLocaleFile(stderr, "Polar Distort, Internal Coefficents\n");
2156 (void) FormatLocaleFile(stderr, "Polar Distort, FX Equivelent:\n");
2172 (void) FormatLocaleFile(stderr, "DePolar Distort, Internal Coefficents\n");
2175 (void) FormatLocaleFile(stderr, "DePolar Distort, FX Equivelent:\n");
2186 (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, Internal Coefficents\n");
2188 (void) FormatLocaleFile(stderr, "Cylinder to Plane Distort, FX Equivelent:\n");
2201 (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, Internal Coefficents\n");
2203 (void) FormatLocaleFile(stderr, "Plane to Cylinder Distort, FX Equivelent:\n");
2224 (void) FormatLocaleFile(stderr, "Barrel%s Distort, FX Equivelent:\n",
2253 artifact=GetImageArtifact(image,"distort:scale");
2264 "InvalidArgument","%s", "-set option:distort:scale" );
2276 Initialize the distort image attributes.
2297 Sample the source image to each pixel in the distort image.
2340 invalid; /* the color to assign when distort result is invalid */
2893 #define SparseColorTag "Distort/SparseColor"
2944 Note some Distort Methods may fall back to other simpler methods,
2951 sparse_method = method; /* return non-distort methods to normal */