You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I need to write the xmp:plus:DataMining tag as well as other IPTC tags like the WebstatementURL. How do I write these tags? Which IFD do they belong to?
Question about an existing feature
I saw that there are a lot of functions that help with changing metadata, I've also checked the tests but what I am interested is in https://github.dev/lovell/sharp/blob/eab7dc1b4942038fd824747c10b4b9eda60ca72e/src/metadata.cc#L119 and https://github.dev/lovell/sharp/blob/eab7dc1b4942038fd824747c10b4b9eda60ca72e/src/metadata.cc#L111
For example, I need to write the
xmp:plus:DataMining
tag as well as other IPTC tags like theWebstatementURL
. How do I write these tags? Which IFD do they belong to?I also checked the libvips docs and found that this https://www.libvips.org/API/current/libvips-header.html#vips-image-set is used to write the data based on these parts https://www.libvips.org/API/current/libvips-header.html#VIPS_META_XMP_NAME.
Currently, I use the Exiftool to write and share to process, which is quite slow for many images.
XMP:PLUS tags as described here https://exiftool.org/TagNames/PLUS.html#XMP
I would really like to understand how this can be done in sharp directly.
Thank you for the time reading and hopefully answering.
The text was updated successfully, but these errors were encountered: