saschanaz / jxl-winthumb

A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer.
ISC License
282 stars 18 forks source link

Display EXIF metadata for JXL in Windows Explorer #26

Open VcSaJen opened 1 year ago

VcSaJen commented 1 year ago

Windows Explorer displays JPEG metadata using Details Pane in main window or Details tab in Properties window. It seems possible to add it for custom format using Property Handlers: https://learn.microsoft.com/en-us/windows/win32/properties/building-property-handlers

saschanaz commented 1 year ago

(Property Handlers implementation is there in https://github.com/saschanaz/jxl-winthumb/blob/main/src/properties.rs, what's not there is reading EXIF there.)