Home | History | Annotate | Download | only in api

Lines Matching refs:Angle

302   const double angle,const char *text)
328 <dt>angle</dt>
329 <dd>rotate text relative to this angle. </dd>
4239 <p>MagickMotionBlurImage() simulates motion blur. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and MotionBlurImage() selects a suitable radius for you. Angle gives the angle of the blurring motion.</p>
4245 const double radius,const double sigma,const double angle)
4267 <dt>angle</dt>
4268 <dd>Apply the effect along this angle. </dd>
4628 const DrawingWand *drawing_wand,const char *caption,const double angle,
4651 <dt>angle</dt>
4652 <dd>Apply the effect along this angle. </dd>
4844 const double angle)
4858 <dt>angle</dt>
4859 <dd>the angle of the blur in degrees. </dd>
6754 <p>MagickShearImage() slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color.</p>
6869 <p>MagickSketchImage() simulates a pencil sketch. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and SketchImage() selects a suitable radius for you. Angle gives the angle of the blurring motion.</p>
6875 const double radius,const double sigma,const double angle)
6897 <dt>angle</dt>
6898 <dd>apply the effect along this angle. </dd>