Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:image_geometry

2077 %        const char *image_geometry,ExceptionInfo *exception)
2086 % o image_geometry: An image geometry string. This geometry defines the
2093 const char *crop_geometry,const char *image_geometry,ExceptionInfo *exception)
2125 if (image_geometry == (const char *) NULL)
2131 (void) ParseRegionGeometry(transform_image,image_geometry,&geometry,exception);