Home
last modified time | relevance | path

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

/imagick/
H A Dimagick_class.c1405 char *pattern = "*", **profiles, *profile; in PHP_METHOD() local
1420 profiles = MagickGetImageProfiles(intern->magick_wand, pattern, &profiles_count); in PHP_METHOD()
1422 if (!profiles) { in PHP_METHOD()
1433 profile = (char *)MagickGetImageProfile(intern->magick_wand, profiles[i], &length); in PHP_METHOD()
1435 add_assoc_stringl(return_value, profiles[i], profile, length); in PHP_METHOD()
1437 add_assoc_stringl(return_value, profiles[i], profile, length, 1); in PHP_METHOD()
1445 IM_add_next_index_string(return_value, profiles[i]); in PHP_METHOD()
1449 IMAGICK_FREE_MAGICK_MEMORY(profiles); in PHP_METHOD()

Completed in 61 milliseconds