<div dir="ltr"><div>Thanks for the info Gilles. <br></div><div>Could you please also answer the issue I raised at the end of my last email? My main issue is this : <br></div><div>Whenever we select a particular person name, in the People Sidebar, only faces recognized as that person are shown in the Icon View. Where should I look for to understand this feature? I would like to modify it, to account for the new Ignored property.</div><div><br></div><div>Thanks in advance,</div><div>Kartik.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 12, 2020 at 4:57 PM Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le mar. 12 mai 2020 à 13:05, Kartik Ramesh <<a href="mailto:kartikx2000@gmail.com" target="_blank">kartikx2000@gmail.com</a>> a écrit :<br>
><br>
> Thanks for the advice. I've been able to add the Ignored Property, so that it is not associated with a Tag Region. This way if I mark a face as ignored, the associated image (of which the face is a part) will not show the ignored tag region.<br>
> About the metadata, and Exiv tags, I'll have to read up more as I'm not very familiar with the topic. I'll confirm about the XMP tags soon.<br>
<br>
"Exiv" => Exif.<br>
<br>
Here it's not Exif metadata set but XMP. If fact, image can include 3<br>
type of metadat stored in separte container and using different format<br>
:<br>
<br>
Exif : Binary format based on JFIF/TIFF tags structure. Only to store<br>
camera settings.<br>
Iptc : binary format, deprecated, very limited (char encoding, string<br>
size, etc...). To store post process properties.<br>
Xmp: XML based container : to replace Iptc without any limitation<br>
<br>
All metadata are managed by Exiv2 library in background. The metadata<br>
engine is here :<br>
<br>
<a href="https://invent.kde.org/kde/digikam/-/tree/master/core/libs/metadataengine" rel="noreferrer" target="_blank">https://invent.kde.org/kde/digikam/-/tree/master/core/libs/metadataengine</a><br>
<br>
All code using Exiv2 API are only hosted here. Do not use Exiv2 API<br>
outside to preserve binary compatibilty in other DK parts. Exiv2 API<br>
is currently migrarting to use more modern C++ standard and<br>
compilation will become the hell is we export Exiv2 API outside.<br>
Typically all is already in place in metadata engine to host something<br>
new to XMP without to call new Exiv2 API... Just patch the current<br>
implementation and that all.<br>
<br>
Best<br>
<br>
Gilles Caulier<br>
</blockquote></div>