Searched refs:geometry (Results 1 – 6 of 6) sorted by relevance
/imagick/tests/ |
H A D | 236_Imagick_identify_basic.phpt | 16 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
|
H A D | 002_thumbnail.phpt | 120 Invalid image geometry 124 Invalid image geometry 126 Invalid image geometry 128 Invalid image geometry
|
/imagick/ |
H A D | ChangeLog | 885 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 D | Imagick.stub.php | 109 public function transformImage(string $crop, string $geometry): Imagick {} argument
|
H A D | Imagick_arginfo.h | 480 ZEND_ARG_TYPE_INFO(0, geometry, IS_STRING, 0) 482 ZEND_ARG_INFO(0, geometry)
|
H A D | imagick_class.c | 740 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()
|
Completed in 53 milliseconds