Home
last modified time | relevance | path

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

/imagick/tests/
H A D009_properties.phpt2 Test reading properties
/imagick/
H A Dimagick.c3016 zend_hash_copy((*zo).properties, \
H A Dimagick_class.c1355 char *pattern = "*", **properties, *property; in PHP_METHOD() local
1370 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()
H A DChangeLog661 …ional parameter to getImageProperties and getImageProfiles to return just the available properties.

Completed in 48 milliseconds