Searched refs:image_type (Results 1 – 3 of 3) sorted by relevance
682 public function setImageType(int $image_type): bool {} argument
2990 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0)2992 ZEND_ARG_INFO(0, image_type)
9776 im_long image_type; local9780 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &image_type) == FAILURE) {9788 status = MagickSetImageType(intern->magick_wand, image_type);
Completed in 77 milliseconds