Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 1 of 1) sorted by relevance

/imagick/
H A Dimagick_class.c561 long image_width, image_height; in PHP_METHOD() local
575 image_width = MagickGetImageWidth(intern->magick_wand); in PHP_METHOD()
578 if (!image_width || !image_height) { in PHP_METHOD()
626 status = MagickNewImage(mask_image, image_width, image_height, color); in PHP_METHOD()
654 …DrawRoundRectangle(draw, displace, displace, image_width + correction, image_height + correction, … in PHP_METHOD()

Completed in 28 milliseconds