/imagick/tests/ |
H A D | 077_Imagick_frameImage_basic.phpt | 13 $height = 5; 17 function frameImage($color, $width, $height, $innerBevel, $outerBevel) { 22 $height = $height + $innerBevel + $outerBevel; 27 $height, 35 frameImage($color, $width, $height, $innerBevel, $outerBevel) ;
|
H A D | 010_importimagepixels.phpt | 24 /* Width and height. The area is amount of pixels divided 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); 46 ["height"]=>
|
H A D | 006_cropthumbnail.phpt | 37 ["height"]=> 43 ["height"]=> 49 ["height"]=> 55 ["height"]=> 61 ["height"]=> 67 ["height"]=>
|
H A D | 039_Imagick_borderImage_basic.phpt | 12 $height = 20; 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 | 12 $height = 200; 15 function adaptiveResizeImage($width, $height, $bestFit) { 18 $imagick->adaptiveResizeImage($width, $height, $bestFit); 23 adaptiveResizeImage($width, $height, $bestFit) ;
|
H A D | 041_Imagick_chopImage_basic.phpt | 14 $height = 50; 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 | 14 $height = 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 | 14 $height = 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 | 12 $height = 20; 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 | 12 $height = 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 27 $height = 150; 29 extentImage($startX, $startY, $width, $height) ;
|
H A D | 008_newpseudoimage.phpt | 33 ["height"]=> 39 ["height"]=> 45 ["height"]=> 51 ["height"]=>
|
H A D | 123_Imagick_setImageClipMask_basic.phpt | 19 $height = $imagick->getImageHeight(); 24 $height, 32 $height / 2, 34 $height / 2
|
H A D | 110_Imagick_resizeImage_basic.phpt | 13 $height = 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 | 245_Tutorial_screenEmbed_basic.phpt | 22 $height = $overlay->getImageHeight(); 29 0, $height, 433.5 - $offset, 182, 30 $width, $height, 523 - $offset, 119.4
|
H A D | 002_thumbnail.phpt | 12 echo "{$g['width']}x{$g['height']}\n"; 19 echo "{$g['width']}x{$g['height']}\n"; 26 echo "{$g['width']}x{$g['height']}\n"; 46 echo "{$g['width']}x{$g['height']}\n"; 93 echo "Error in height for 2961, 2592: actual is ".$image->getImageWidth()." not 300.".PHP_EOL; 96 echo "Error in height for 2961, 2592: actual is ".$image->getImageHeight()." not 262.".PHP_EOL; 105 echo "Error in height for 2961, 2592: actual is ".$image->getImageWidth()." not 300.".PHP_EOL; 108 echo "Error in height for 2961, 2592: actual is ".$image->getImageHeight()." not 263.".PHP_EOL;
|
H A D | 243_Tutorial_svgExample_basic.phpt | 13 ….w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='746' height='742' viewBox='-36… 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)) { 22 $geometry['height']
|
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 | 19 ["height"]=>
|
H A D | github_174.phpt | 2 Imagick::resizeImage prevent 0 width/height images
|
H A D | 009_properties.phpt | 15 echo $im->width . "x" . $im->height . "\n";
|
H A D | 149_Imagick_sparseColorImage.phpt | 14 function createGradientImage($width, $height, $colorPoints, $sparseMethod, $absolute = false) { 17 $imagick->newImage($width, $height, "rgba(255, 255, 255, 1)"); 30 $barycentricPoints[] = $colorPoint[1] * $height;
|
/imagick/ |
H A D | Imagick.stub.php | 162 public function extentImage(int $width, int $height, int $x, int $y): bool {} argument 313 * @param int $height 323 int $height, argument 364 * @param int $height 373 int $height, 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 841 int $height, argument 1198 public function setPage(int $width, int $height, int $x, int $y): bool {} argument [all …]
|
H A D | imagickkernel_class.c | 54 for (y=0; y<kernel_info->height ; y++) { 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 174 kernel_info->height = height; 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() 763 kernel_info->height, in PHP_METHOD()
|