Overlay icon for sidecar files – Part deux

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

User avatar
XnTriq
Moderator & Librarian
Posts: 6501
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Overlay icon for sidecar files – Part deux

Post by XnTriq »

XnView MP v0.99.4 (64-bit) @ Windows 10 Pro 21H1
  1. Create a new sub-folder in your XnView installation directory (e.g. C:\Program Files\XnViewMP\) named icons.
  2. Download the following attachment (info@2x.png) to C:\Program Files\XnViewMP\icons\.
    info@2x.png
  3. Download photo-4iptc-heads.jpg (e.g. to X:\Test\).
  4. Create a copy of photo-4iptc-heads.jpg in X:\Test\ and rename the copy to photo-4iptc-heads_sidecar.jpg.
  5. Save the following “code” as X:\Test\photo-4iptc-heads_sidecar.xmp:

    Code: Select all

    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 6.0.0">
    	<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
    		<rdf:Description rdf:about="" xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
    			<tiff:Orientation>4</tiff:Orientation>
    		</rdf:Description>
    	</rdf:RDF>
    </x:xmpmeta>
  6. Create links to photo-4iptc-heads.jpg and photo-4iptc-heads_sidecar.jpg in the same folder.
  7. Open Display in the Windows 10 settings (WinKey+I) and change Scale and layout to 125%.
  8. Launch XnView MP.
  9. Make sure that all checkboxes in ToolsSettings…ThumbnailOverlay icons is activated.
  10. Point XnView's browser to X:\Test\.
Bugs / issues:
  1. The overlay icon for face recognition is missing on the thumbnails of photo-4iptc-heads.jpg.lnk and photo-4iptc-heads_sidecar.jpg.lnk :bug:
  2. There's (almost) no gap between the overlay icon for face recognition and the icon next to it :bug:
browser_thumbnails.png
browser_details.png
You do not have the required permissions to view the files attached to this post.
User avatar
xnview
Author of XnView
Posts: 45799
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Overlay icon for sidecar files – Part deux

Post by xnview »

XnTriq wrote: Sun Dec 05, 2021 6:00 am There's (almost) no gap between the overlay icon for face recognition and the icon next to it :bug:
:bugconfirmed: Thanks to your detailed description I can reproduce the problem.
The overlay icon for face recognition is missing on the thumbnails of photo-4iptc-heads.jpg.lnk and photo-4iptc-heads_sidecar.jpg.lnk :bug:
No, because in this case, the .xmp is used, no more the embedded xmp
Pierre.
User avatar
XnTriq
Moderator & Librarian
Posts: 6501
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Overlay icon for sidecar files – Part deux

Post by XnTriq »

xnview wrote: Tue Dec 07, 2021 3:11 pm
XnTriq wrote: Sun Dec 05, 2021 6:00 amThe overlay icon for face recognition is missing on the thumbnails of photo-4iptc-heads.jpg.lnk and photo-4iptc-heads_sidecar.jpg.lnk :bug:
No, because in this case, the .xmp is used, no more the embedded xmp
OK, makes sense!