Skip to content

libgimp: improve saving xmp metadata.

Jacob Boerema requested to merge wip/wormnest/xmp-save into gimp-2-10
  1. Convert xmp /Iptc4xmpExt tag parts to /iptcExt because exiv2 fails when we try to use the default namespace.

  2. Don't only set structs from a fixed list but find all xmp array elements and check what the best struct type is: bag or seq.

  3. Work around a sorting issue in (g)exiv2 by using a natural sorting algorithm ourselves.

  4. Added some g_debug statements to make it easier to determine the cause of issues.

Merge request reports