fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
461 stars 10 forks source link

Add webp preview support #2058

Closed TrueFinch closed 4 weeks ago

TrueFinch commented 1 year ago

There is a preview option for jpeg and png. It would very useful to have such option for webp format

DanPristupov commented 1 year ago

No. Webp is written in c, and I consider it insecure.

Mashnin commented 11 months ago

libpng is also written in C, and had its own security issues. Every library might have security issues, no matter the language it's written with. The usual practice is just to monitor CVEs and release updates when vulnerabilities issued. Please reconsider.

DanPristupov commented 11 months ago

@Mashnin

libpng is also written in C, and had its own security issues.

yes, but Fork doesn't distribute libpng.

Mashnin commented 11 months ago

OK. I don't know about Windows, but macOS Finder and Preview already supports viewing WebP files. Is it possible to use OS capabilities to display them?

fdbeirao commented 8 months ago

Came here to request the same. Any chance your thoughts on the matter have changed in the meanwhile, @DanPristupov ? I am using webp more and more in my projects, so having the awesome preview feature on fork could be helpful. Not a deal breaker, but would be nice. Cheers and thanks for the continuous great work on Fork.

DanPristupov commented 1 month ago

We added Webp support in Fork 2.1. Please check for updates.

fdbeirao commented 1 month ago

Updated to 2.1 👍🏻 Can confirm that WebP support is working fine in Windows Version 10.0.19045

Thank you for implementing this feature 🙏🏻

Mashnin commented 1 month ago

Thank you! Working good on macOS Sequoia as well.