Home | History | Annotate | Download | only in api

Lines Matching refs:geometry

1869 <p>MagickExtentImage() extends the image as defined by the geometry, gravity, and wand background color.  Set the (x,y) offset of the geometry to move the original wand relative to the extended wand.</p>
3193 <p>MagickGetImagePage() returns the page geometry associated with the image.</p>
6287 <p>MagickSetImagePage() sets the page geometry of the image.</p>
7336 <p>MagickTransformImage() is a convenience method that behaves like MagickResizeImage() or MagickCropImage() but accepts scaling and/or cropping information as a region geometry specification. If the operation fails, a NULL image handle is returned.</p>
7342 const char *geometry)
7357 <dd>A crop geometry string. This geometry defines a subregion of the image to crop. </dd>
7360 <dt>geometry</dt>
7361 <dd>An image geometry string. This geometry defines the final size of the image. </dd>