/imagick/tests/ |
H A D | 077_Imagick_frameImage_basic.phpt | 12 $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 D | 006_cropthumbnail.phpt | 35 ["width"]=> 41 ["width"]=> 47 ["width"]=> 53 ["width"]=> 59 ["width"]=> 65 ["width"]=>
|
H A D | 010_importimagepixels.phpt | 26 $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 D | 039_Imagick_borderImage_basic.phpt | 11 $width = 50; 15 function borderImage($color, $width, $height) { 18 $imagick->borderImage($color, $width, $height); 23 borderImage($color, $width, $height) ;
|
H A D | 027_Imagick_adaptiveResizeImage_basic.phpt | 11 $width = 200; 15 function adaptiveResizeImage($width, $height, $bestFit) { 18 $imagick->adaptiveResizeImage($width, $height, $bestFit); 23 adaptiveResizeImage($width, $height, $bestFit) ;
|
H A D | 123_Imagick_setImageClipMask_basic.phpt | 18 $width = $imagick->getImageWidth(); 23 $width, 31 $width / 2, 33 ($width / 2) + ($width / 4),
|
H A D | 041_Imagick_chopImage_basic.phpt | 13 $width = 100; 16 function chopImage($startX, $startY, $width, $height) { 19 $imagick->chopImage($width, $height, $startX, $startY); 24 chopImage($startX, $startY, $width, $height) ;
|
H A D | 048_Imagick_cropImage_basic.phpt | 13 $width = 50; 16 function cropImage($startX, $startY, $width, $height) { 19 $imagick->cropImage($width, $height, $startX, $startY); 24 cropImage($startX, $startY, $width, $height) ;
|
H A D | 144_Imagick_spliceImage_basic.phpt | 13 $width = 50; 16 function spliceImage($startX, $startY, $width, $height) { 19 $imagick->spliceImage($width, $height, $startX, $startY); 24 spliceImage($startX, $startY, $width, $height) ;
|
H A D | 030_Imagick_adaptiveThresholdImage_basic.phpt | 11 $width = 50; 15 function adaptiveThresholdImage($width, $height, $adaptiveOffset) { 19 $imagick->adaptiveThresholdImage($width, $height, $adaptiveOffsetQuantum); 24 adaptiveThresholdImage($width, $height, $adaptiveOffset) ;
|
H A D | 105_Imagick_raiseImage_basic.phpt | 11 $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 D | 070_Imagick_equalizeImage_case2.phpt | 13 function extentImage($startX, $startY, $width, $height) { 18 $startX, $startY, $width, $height 26 $width = 150; 29 extentImage($startX, $startY, $width, $height) ;
|
H A D | 012-clone-separation.phpt | 12 var_dump($im->width, $new->width); 16 var_dump($im->width, $new2->width);
|
H A D | 008_newpseudoimage.phpt | 31 ["width"]=> 37 ["width"]=> 43 ["width"]=> 49 ["width"]=>
|
H A D | 110_Imagick_resizeImage_basic.phpt | 12 $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 D | bug21229.phpt | 13 /* Override width property */ 14 public $width = 112233; 31 var_dump($test->width, $test->height);
|
H A D | 245_Tutorial_screenEmbed_basic.phpt | 21 $width = $overlay->getImageWidth(); 28 $width, 0, 473.4 - $offset, 23, 30 $width, $height, 523 - $offset, 119.4
|
H A D | 243_Tutorial_svgExample_basic.phpt | 13 …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 D | 236_Imagick_identify_basic.phpt | 18 if (array_key_exists('width', $geometry) && array_key_exists('height', $geometry)) { 21 $geometry['width'],
|
H A D | 234_Tutorial_edgeExtend_basic.phpt | 25 //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 D | 114_Imagick_scaleImage_basic.phpt | 19 list($width, $height, $bestFit, $expectedWidth, $expectedHeight) = $test; 23 $imagick->scaleImage($width, $height, $bestFit);
|
H A D | 005_bestfit.phpt | 17 ["width"]=>
|
H A D | github_174.phpt | 2 Imagick::resizeImage prevent 0 width/height images
|
/imagick/ |
H A D | Imagick.stub.php | 162 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 D | imagickkernel_class.c | 63 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()
|