Home
last modified time | relevance | path

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

/imagick/tests/
H A D022-writeimagefileformat.phpt31 $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;
/imagick/
H A Dimagick_class.c8650 char *format, *identify, *filename, *signature; local
8675 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 30 milliseconds