Searched refs:attribute (Results 1 – 2 of 2) sorted by relevance
/imagick/ |
H A D | imagick_class.c | 6521 char *key, *attribute; local 6532 attribute = MagickGetImageAttribute(intern->magick_wand, key); 6534 if (!attribute) { 6538 IM_ZVAL_STRING(return_value, attribute); 6539 IMAGICK_FREE_MAGICK_MEMORY(attribute); 8837 char *key, *attribute; local 8845 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &key, &key_len, &attribute, &attribute_… 8853 status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
|
H A D | ChangeLog | 772 - added function imagick_set_image_comment() for setting the comment attribute
|
Completed in 32 milliseconds