Searched refs:identify (Results 1 – 2 of 2) sorted by relevance
31 $identify = new Imagick (PNG_FILE);32 echo $identify->getImageFormat () . PHP_EOL;44 $identify = new Imagick (PNG_FILE);45 echo $identify->getImageFormat () . PHP_EOL;55 $identify = new Imagick (PNG_FILE);56 echo $identify->getImageFormat () . PHP_EOL;
8650 char *format, *identify, *filename, *signature; local8675 identify = MagickIdentifyImage (intern->magick_wand);8699 s_add_named_strings (return_value, identify TSRMLS_CC);8739 IM_add_assoc_string (return_value, "rawOutput", identify);8741 IMAGICK_FREE_MAGICK_MEMORY(identify);
Completed in 40 milliseconds