Open tkern opened 2 months ago
Hi,
i am in the process of converting my PNG images to Webp.
While this seems like a straight forward process, Gallery does not seem to pick up that file extension. PNG and JPG are no issue but with a path like '.Obsidian.', Webp is not shown.
The entire snippet:
filter:LAST_USED path:03 - Resources/Media/ name:.*Obsidian.* exclusive:false matchCase:false imgWidth:300 sort:mdate reverseOrder:false type:grid
If i rename the webp file to png, it gets picked up. hence rendering does not seem to be the issue in the gallery. Thanks
This seems to be working on my end, are you sure you have the latest version and not the version from Darakah?
Hi,
i am in the process of converting my PNG images to Webp.
While this seems like a straight forward process, Gallery does not seem to pick up that file extension. PNG and JPG are no issue but with a path like '.Obsidian.', Webp is not shown.
The entire snippet:
If i rename the webp file to png, it gets picked up. hence rendering does not seem to be the issue in the gallery. Thanks