Home
last modified time | relevance | path

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

12

/imagick/
H A DChangeLog14 * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {}
117 * Prevent attempts to resize image to zero width or height, which is not supported by ImageMagick.
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 DImagickDraw.stub.php33 public function setStrokeWidth(float $width): bool {} argument
174 float $width, argument
324 float $width, argument
H A DImagickDraw_arginfo.h163 ZEND_ARG_TYPE_INFO(0, width, IS_DOUBLE, 0)
165 ZEND_ARG_INFO(0, width)
852 ZEND_ARG_TYPE_INFO(0, width, IS_DOUBLE, 0)
854 ZEND_ARG_INFO(0, width)
1235 ZEND_ARG_TYPE_INFO(0, width, IS_DOUBLE, 0)
1237 ZEND_ARG_INFO(0, width)
H A DImagick_arginfo.h698 ZEND_ARG_INFO(0, width)
1145 ZEND_ARG_INFO(0, width)
1309 ZEND_ARG_INFO(0, width)
1445 ZEND_ARG_INFO(0, width)
1486 ZEND_ARG_INFO(0, width)
2023 ZEND_ARG_INFO(0, width)
2153 ZEND_ARG_INFO(0, width)
2419 ZEND_ARG_INFO(0, width)
2558 ZEND_ARG_INFO(0, width)
3249 ZEND_ARG_INFO(0, width)
[all …]
H A Dimagick_class.c1177 im_long width, height, x, y; in PHP_METHOD() local
2379 im_long x, y, width, height; in PHP_METHOD() local
4024 im_long width, height, x, y; in PHP_METHOD() local
6490 long width,height; local
7354 size_t width, height; local
7774 unsigned long width; local
7785 RETVAL_LONG(width);
7874 &width, &width_is_null,
10439 im_long width, height; local
11598 size_t width, height; local
[all …]
H A Dimagickdraw_class.c506 double width; in PHP_METHOD() local
508 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &width) == FAILURE) { in PHP_METHOD()
514 DrawSetStrokeWidth(internd->drawing_wand, width); in PHP_METHOD()
1318 double x, y, width, height; local
1332 status = DrawComposite(internd->drawing_wand, compose, x, y, width, height, intern->magick_wand);
1740 double width; local
1747 width = DrawGetStrokeWidth(internd->drawing_wand);
1749 RETVAL_DOUBLE(width);
2394 double x, y, width, height; local
2397 …END_NUM_ARGS() TSRMLS_CC, "sdddd", &pattern_id, &pattern_id_len, &x, &y, &width, &height) == FAILU…
[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()
H A Dshim_im6_to_im7.c821 const ChannelType channel,const StatisticType type,const size_t width, in MagickStatisticImageChannel() argument
830 status = MagickStatisticImage(wand, type, width, height); in MagickStatisticImageChannel()
H A Dshim_im6_to_im7.h142 const ChannelType channel,const StatisticType type,const size_t width,
/imagick/tests/
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";
H A D005_bestfit.phpt17 ["width"]=>
H A D006_cropthumbnail.phpt35 ["width"]=>
41 ["width"]=>
47 ["width"]=>
53 ["width"]=>
59 ["width"]=>
65 ["width"]=>
H A D008_newpseudoimage.phpt31 ["width"]=>
37 ["width"]=>
43 ["width"]=>
49 ["width"]=>
H A D009_properties.phpt15 echo $im->width . "x" . $im->height . "\n";
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 D012-clone-separation.phpt12 var_dump($im->width, $new->width);
16 var_dump($im->width, $new2->width);
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 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 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 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 D061_Imagick_distortImage_Barrel.phpt20 // width/height of the image will not change. For this reason if D (which controls the overall
H A D064_cropThumbNailImage.phpt52 echo "Incorrect width for desired_width $desired_width imageHeight $imageHeight".PHP_EOL;
57 echo "Incorrect width for desired_width $desired_width imageHeight $imageHeight".PHP_EOL;
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) ;

Completed in 128 milliseconds

12