Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 39) sorted by relevance

12

/imagick/tests/
H A D077_Imagick_frameImage_basic.phpt12 $width = 5;
17 function frameImage($color, $width, $height, $innerBevel, $outerBevel) {
21 $width = $width + $innerBevel + $outerBevel;
26 $width,
35 frameImage($color, $width, $height, $innerBevel, $outerBevel) ;
H A D006_cropthumbnail.phpt35 ["width"]=>
41 ["width"]=>
47 ["width"]=>
53 ["width"]=>
59 ["width"]=>
65 ["width"]=>
H A D010_importimagepixels.phpt26 $width = $height = 100;
30 $im->newImage($width, $height, 'gray');
33 width * height * strlen("RGB") must match count($pixels) */
34 $im->importImagePixels(0, 0, $width, $height, "RGB", Imagick::PIXEL_CHAR, $pixels);
36 var_dump($width, $height);
44 ["width"]=>
H A D039_Imagick_borderImage_basic.phpt11 $width = 50;
15 function borderImage($color, $width, $height) {
18 $imagick->borderImage($color, $width, $height);
23 borderImage($color, $width, $height) ;
H A D027_Imagick_adaptiveResizeImage_basic.phpt11 $width = 200;
15 function adaptiveResizeImage($width, $height, $bestFit) {
18 $imagick->adaptiveResizeImage($width, $height, $bestFit);
23 adaptiveResizeImage($width, $height, $bestFit) ;
H A D123_Imagick_setImageClipMask_basic.phpt18 $width = $imagick->getImageWidth();
23 $width,
31 $width / 2,
33 ($width / 2) + ($width / 4),
H A D041_Imagick_chopImage_basic.phpt13 $width = 100;
16 function chopImage($startX, $startY, $width, $height) {
19 $imagick->chopImage($width, $height, $startX, $startY);
24 chopImage($startX, $startY, $width, $height) ;
H A D048_Imagick_cropImage_basic.phpt13 $width = 50;
16 function cropImage($startX, $startY, $width, $height) {
19 $imagick->cropImage($width, $height, $startX, $startY);
24 cropImage($startX, $startY, $width, $height) ;
H A D144_Imagick_spliceImage_basic.phpt13 $width = 50;
16 function spliceImage($startX, $startY, $width, $height) {
19 $imagick->spliceImage($width, $height, $startX, $startY);
24 spliceImage($startX, $startY, $width, $height) ;
H A D030_Imagick_adaptiveThresholdImage_basic.phpt11 $width = 50;
15 function adaptiveThresholdImage($width, $height, $adaptiveOffset) {
19 $imagick->adaptiveThresholdImage($width, $height, $adaptiveOffsetQuantum);
24 adaptiveThresholdImage($width, $height, $adaptiveOffset) ;
H A D105_Imagick_raiseImage_basic.phpt11 $width = 15;
17 function raiseImage($width, $height, $x, $y, $raise) {
22 $imagick->raiseImage($width, $height, $x, $y, $raise);
27 raiseImage($width, $height, $x, $y, $raise) ;
H A D070_Imagick_equalizeImage_case2.phpt13 function extentImage($startX, $startY, $width, $height) {
18 $startX, $startY, $width, $height
26 $width = 150;
29 extentImage($startX, $startY, $width, $height) ;
H A D012-clone-separation.phpt12 var_dump($im->width, $new->width);
16 var_dump($im->width, $new2->width);
H A D008_newpseudoimage.phpt31 ["width"]=>
37 ["width"]=>
43 ["width"]=>
49 ["width"]=>
H A D110_Imagick_resizeImage_basic.phpt12 $width = 200;
18 function resizeImage($width, $height, $filterType, $blur, $bestFit, $cropZoom) {
23 $imagick->resizeImage($width, $height, $filterType, $blur, $bestFit);
51 resizeImage($width, $height, $filterType, $blur, $bestFit, $cropZoom);
H A Dbug21229.phpt13 /* Override width property */
14 public $width = 112233;
31 var_dump($test->width, $test->height);
H A D245_Tutorial_screenEmbed_basic.phpt21 $width = $overlay->getImageWidth();
28 $width, 0, 473.4 - $offset, 23,
30 $width, $height, 523 - $offset, 119.4
H A D243_Tutorial_svgExample_basic.phpt13 …s='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='746' height='742'…
27 <svg width="120" height="120"
38 <rect x="10" y="10" width="100" height="100"
H A D236_Imagick_identify_basic.phpt18 if (array_key_exists('width', $geometry) && array_key_exists('height', $geometry)) {
21 $geometry['width'],
H A D234_Tutorial_edgeExtend_basic.phpt25 //Make the image be the desired width.
30 $points = array(//The x scaling factor is 0.5 when the desired width is double
31 //the source width
H A D114_Imagick_scaleImage_basic.phpt19 list($width, $height, $bestFit, $expectedWidth, $expectedHeight) = $test;
23 $imagick->scaleImage($width, $height, $bestFit);
H A D005_bestfit.phpt17 ["width"]=>
H A Dgithub_174.phpt2 Imagick::resizeImage prevent 0 width/height images
/imagick/
H A DImagick.stub.php162 public function extentImage(int $width, int $height, int $x, int $y): bool {} argument
312 * @param int $width
322 int $width, argument
363 * @param int $width
372 int $width, argument
535 public function cropImage(int $width, int $height, int $x, int $y): bool {} argument
692 public function spliceImage(int $width, int $height, int $x, int $y): bool {} argument
756 public function chopImage(int $width, int $height, int $x, int $y): bool {} argument
840 int $width, argument
1198 public function setPage(int $width, int $height, int $x, int $y): bool {} argument
[all …]
H A Dimagickkernel_class.c63 for (x=0; x<kernel_info->width ; x++) { in php_imagickkernelvalues_to_zval()
133 for (i=0; i < (kernel->width*kernel->height); i++) { in im_CalcKernelMetaData()
157 static KernelInfo *imagick_createKernel(KernelValueType *values, size_t width, size_t height, size_… in imagick_createKernel() argument
173 kernel_info->width = width; in imagick_createKernel()
185 kernel_info->values = (MagickRealType *)AcquireAlignedMemory(width*height, sizeof(MagickRealType)); in imagick_createKernel()
187 for (i=0; i<width*height;i++) { in imagick_createKernel()
756 number_values = kernel_info->width * kernel_info->height; in PHP_METHOD()
757 …values_copy = (KernelValueType *)AcquireAlignedMemory(kernel_info->width, kernel_info->height*size… in PHP_METHOD()
762 kernel_info->width, in PHP_METHOD()

Completed in 49 milliseconds

12