Searched refs:box_height (Results 1 – 1 of 1) sorted by relevance
/imagick/ |
H A D | imagick_class.c | 7815 zend_bool s_resize_bounding_box(MagickWand *magick_wand, im_long box_width, im_long box_height, zen… argument 7821 …if (!php_imagick_thumbnail_dimensions(magick_wand, 1, box_width, box_height, &new_width, &new_heig… 7837 extent_y = (box_height > new_height) ? ((box_height - new_height) / 2) : 0; 7839 …if (MagickExtentImage(magick_wand, box_width, box_height, extent_x * -1, extent_y * -1) == MagickF…
|
Completed in 28 milliseconds