Skip to content

Fix Iptc return value when getting a single string

  • Some Iptc tags can contain more than one value. Retrieve all the values for a tag and return a comma separated string. Replaces returning the first value of a repeatable tag. Consistant with Xmp structure behaviour.

  • Added documentation explaining return values.

Merge request reports