Home
last modified time | relevance | path

Searched refs:result (Results 1 – 10 of 10) sorted by relevance

/imagick/util/
H A Dcalculate_cflags.php55 $result = implode(" ", $CFLAGS); variable
56 echo $result;
57 fwrite(STDERR, "Ok. CFLAGS are: $result\n");
/imagick/tests/
H A Dbug59378.phpt28 $result = $imageReopened->compareImages($memoryReopened, \Imagick::METRIC_MEANABSOLUTEERROR);
30 if ($result[1] == 0) {
35 var_dump($result);
H A D092_Imagick_mergeImageLayers_basic.phpt30 $result = $imagick->mergeImageLayers($layerMethodType);
31 $bytes = $result->getImageBlob();
H A D049_Imagick_deskewImage_basic.phpt22 //The rest of this example is to make the result obvious - because
23 //otherwise the result is not obvious.
H A D024-ispixelsimilar.phpt42 …compared to color [$color2] distance $testDistance doesn't meet expected result [$expectation].". …
47 …compared to color [$color2] distance $testDistance doesn't meet expected result [$expectation].". …
H A Dskipif.inc77 $result = Imagick::queryFormats(strtoupper($format));
78 if (count($result) == false) {
H A D025-get-color.phpt24 // value = variance expected in result
/imagick/
H A Dimagick_class.c39 zend_bool result; in PHP_METHOD() local
54 if (result == 0) { in PHP_METHOD()
1017 char *result; in PHP_METHOD() local
1046 if (result) { in PHP_METHOD()
1505 zend_bool result; in PHP_METHOD() local
1540 if (result == 0) { in PHP_METHOD()
1560 zend_bool result; in PHP_METHOD() local
1595 if (result == 0) { in PHP_METHOD()
3753 zend_bool result; in PHP_METHOD() local
3769 if (result == 0) { in PHP_METHOD()
[all …]
H A DREADME.md75 4) Check the result of the image processing is a valid image file before displaying it to the user.…
H A DChangeLog490 - Fixes PECL bug #16085 (Twice crop returns invalid result)

Completed in 38 milliseconds