Searched refs:properties (Results 1 – 4 of 4) sorted by relevance
2 Test reading properties
3016 zend_hash_copy((*zo).properties, \
1355 char *pattern = "*", **properties, *property; in PHP_METHOD() local1370 properties = MagickGetImageProperties(intern->magick_wand, pattern, &properties_count); in PHP_METHOD()1372 if (!properties) { in PHP_METHOD()1382 property = MagickGetImageProperty(intern->magick_wand, properties[i]); in PHP_METHOD()1383 IM_add_assoc_string(return_value, properties[i], property); in PHP_METHOD()1390 IM_add_next_index_string(return_value, properties[i]); in PHP_METHOD()1394 IMAGICK_FREE_MAGICK_MEMORY(properties); in PHP_METHOD()
661 …ional parameter to getImageProperties and getImageProfiles to return just the available properties.
Completed in 39 milliseconds