Home | History | Annotate | Download | only in MagickCore

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 ...
897 For Distort Images u,v, x,y ...
1007 For Distort Images u,v, x,y ...
1030 For Distort Images order [u,v, x,y] ...
1470 #define DistortResizeImageTag "Distort/Image"
1486 Distort resize image.
1535 distort alpha channel separately
1548 /* distort the actual image containing alpha + VP alpha */
1651 % canvas image. Can be overridden using 'distort:viewport' setting.
1663 % o "distort:viewport"
1668 % o "distort:scale"
1685 #define DistortImageTag "Distort/Image"
1701 invalid; /* the color to assign when distort result is invalid */
1960 { const char *artifact=GetImageArtifact(image,"distort:viewport");
1967 "distort:viewport",artifact);
2011 " -distort AffineProjection \\\n '");
2016 (void) FormatLocaleFile(stderr, "Affine Distort, FX Equivelent:\n");
2044 " -distort PerspectiveProjection \\\n '");
2055 (void) FormatLocaleFile(stderr,"Perspective Distort, FX Equivelent:\n");
2087 "BilinearForward Distort, FX Equivelent:\n");
2119 (void) FormatLocaleFile(stderr, "Polynomial Projection Distort:\n");
2120 (void) FormatLocaleFile(stderr, " -distort PolynomialProjection \\\n");
2127 "BilinearReverse Distort, FX Equivelent:\n");
2170 (void) FormatLocaleFile(stderr,"Arc Distort, Internal Coefficients:\n");
2174 (void) FormatLocaleFile(stderr,"Arc Distort, FX Equivelent:\n");
2189 (void) FormatLocaleFile(stderr,"Polar Distort, Internal Coefficents\n");
2193 (void) FormatLocaleFile(stderr,"Polar Distort, FX Equivelent:\n");
2210 "DePolar Distort, Internal Coefficents\n");
2214 (void) FormatLocaleFile(stderr,"DePolar Distort, FX Equivelent:\n");
2230 "Cylinder to Plane Distort, Internal Coefficents\n");
2233 "Cylinder to Plane Distort, FX Equivelent:\n");
2248 "Plane to Cylinder Distort, Internal Coefficents\n");
2251 "Plane to Cylinder Distort, FX Equivelent:\n");
2277 (void) FormatLocaleFile(stderr, "Barrel%s Distort, FX Equivelent:\n",
2307 artifact=GetImageArtifact(image,"distort:scale");
2318 "InvalidArgument","%s", "-set option:distort:scale" );
2330 Initialize the distort image attributes.
2357 Sample the source image to each pixel in the distort image.
2950 #define SparseColorTag "Distort/SparseColor"
3001 Note some Distort Methods may fall back to other simpler methods,
3008 sparse_method = method; /* return non-distort methods to normal */