Closed Rexadev closed 4 months ago
There is almost no info in this issue (no debug logs of it failing, no example images, nothing to demonstrate that fb2k itself supports webp album art, etc).
If you're not even going to put in a minimal amount of effort to demonstrate the issue you want fixed, then I'm not going to feel particularly strongly compelled to put in the effort to implement the change you're requesting.
@jacquesh please check the main thread i have added all info you asked for
WebP support in 3rd party components has nothing to do with fb2k itself. The changelog explicitly says "Default UI, properties dialog".
It's always been possible for developers to display WebP but it's up to them to decode the album_art_data_ptr they retrieve from various SDK methods.
As an example, I do it with libwebp here...
It's also possible using the windows imaging component.
https://learn.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec
WebP is supported natively on windows 10 and later.
An example of that is here...
In that 2nd example, I have to go from album_art_ptr -> IStream first.
In the next release we use the windows imaging decoder, which supports WebP but you will need to have the WebP Image Extensions installed from the Microsoft store.
Thanks for the pointers @marc2k3 :)
For those not on windows 10/11 or don't use the store, this can be installed to enable WebP via WIC as well...
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/WebpCodecSetup.exe
Versions
Steps to reproduce
Expected behavior
Debug logs
Additional information