Any chance we could have WebP files on this site?
I'm not super fond of them, but I find a lot of memes in that format that I'd like to post here.
https://www.ubuntumint.com/convert-webp-to-png-jpeg-linux/What I use to unfuck .googleshit format.
Theirs probably something that works similar for MicroShaft Windows.
I mean it is technically open source & gives smaller files. But it's still kinda' sus and annoying to deal wit.
imagemagick:
magick convert file.webp file.png
magick convert file.webp file.jpeg
Using simple scripting, you can batch convert entire directories.
However, I would suggest that conversion into the appropriate format (webp can contain PNG or JPG like a true nigger format) could be handled by the site. The thumbnail generation is server-side and could do double the work I think.
You can also just open it in Gimp and export it as whatever you like, that's what I do.