Home
last modified time | relevance | path

Searched refs:geometry (Results 1 – 6 of 6) sorted by path

/imagick/
H A DChangeLog885 the modifier to the geometry to facility building geometries such
888 the modifier to the geometry to facility building geometries such
891 the modifier to the geometry to facility building geometries such
H A DImagick.stub.php109 public function transformImage(string $crop, string $geometry): Imagick {} argument
H A DImagick_arginfo.h480 ZEND_ARG_TYPE_INFO(0, geometry, IS_STRING, 0)
482 ZEND_ARG_INFO(0, geometry)
H A Dimagick_class.c740 char *crop, *geometry; in PHP_METHOD() local
746 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &crop, &crop_len, &geometry, &geometry_… in PHP_METHOD()
754 transformed = MagickTransformImage(intern->magick_wand, crop, geometry); in PHP_METHOD()
/imagick/tests/
H A D002_thumbnail.phpt120 Invalid image geometry
124 Invalid image geometry
126 Invalid image geometry
128 Invalid image geometry
H A D236_Imagick_identify_basic.phpt16 if (array_key_exists('geometry', $data)) {
17 $geometry = $data['geometry'];
18 if (array_key_exists('width', $geometry) && array_key_exists('height', $geometry)) {
20 "Image geometry %dx%d",
21 $geometry['width'],
22 $geometry['height']
28 echo "Failed get geometry from identifyimage:\n";
33 Image geometry 640x480

Completed in 70 milliseconds