Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 41) sorted by relevance

12

/imagick/tests/
H A D077_Imagick_frameImage_basic.phpt13 $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 D010_importimagepixels.phpt24 /* 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 D006_cropthumbnail.phpt37 ["height"]=>
43 ["height"]=>
49 ["height"]=>
55 ["height"]=>
61 ["height"]=>
67 ["height"]=>
H A D039_Imagick_borderImage_basic.phpt12 $height = 20;
15 function borderImage($color, $width, $height) {
18 $imagick->borderImage($color, $width, $height);
23 borderImage($color, $width, $height) ;
H A D027_Imagick_adaptiveResizeImage_basic.phpt12 $height = 200;
15 function adaptiveResizeImage($width, $height, $bestFit) {
18 $imagick->adaptiveResizeImage($width, $height, $bestFit);
23 adaptiveResizeImage($width, $height, $bestFit) ;
H A D041_Imagick_chopImage_basic.phpt14 $height = 50;
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.phpt14 $height = 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.phpt14 $height = 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.phpt12 $height = 20;
15 function adaptiveThresholdImage($width, $height, $adaptiveOffset) {
19 $imagick->adaptiveThresholdImage($width, $height, $adaptiveOffsetQuantum);
24 adaptiveThresholdImage($width, $height, $adaptiveOffset) ;
H A D105_Imagick_raiseImage_basic.phpt12 $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 D070_Imagick_equalizeImage_case2.phpt13 function extentImage($startX, $startY, $width, $height) {
18 $startX, $startY, $width, $height
27 $height = 150;
29 extentImage($startX, $startY, $width, $height) ;
H A D008_newpseudoimage.phpt33 ["height"]=>
39 ["height"]=>
45 ["height"]=>
51 ["height"]=>
H A D123_Imagick_setImageClipMask_basic.phpt19 $height = $imagick->getImageHeight();
24 $height,
32 $height / 2,
34 $height / 2
H A D110_Imagick_resizeImage_basic.phpt13 $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 D245_Tutorial_screenEmbed_basic.phpt22 $height = $overlay->getImageHeight();
29 0, $height, 433.5 - $offset, 182,
30 $width, $height, 523 - $offset, 119.4
H A D002_thumbnail.phpt12 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 D243_Tutorial_svgExample_basic.phpt13 ….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 D236_Imagick_identify_basic.phpt18 if (array_key_exists('width', $geometry) && array_key_exists('height', $geometry)) {
22 $geometry['height']
H A D114_Imagick_scaleImage_basic.phpt19 list($width, $height, $bestFit, $expectedWidth, $expectedHeight) = $test;
23 $imagick->scaleImage($width, $height, $bestFit);
H A D005_bestfit.phpt19 ["height"]=>
H A Dgithub_174.phpt2 Imagick::resizeImage prevent 0 width/height images
H A D009_properties.phpt15 echo $im->width . "x" . $im->height . "\n";
H A D149_Imagick_sparseColorImage.phpt14 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 DImagick.stub.php162 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 Dimagickkernel_class.c54 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()

Completed in 44 milliseconds

12