Searched refs:image_height (Results 1 – 1 of 1) sorted by relevance
561 long image_width, image_height; in PHP_METHOD() local576 image_height = MagickGetImageHeight(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 29 milliseconds