276
What is .webp exactly
(reddthat.com)
The Memes community. Where Memes matter the most.
We abide by Reddthat's Instance Rules & the Lemmy Code of Conduct. By interacting here you agree to these terms.
There is an easy fix though. Just open the image in Gimp and then export it as a jpeg or PNG.
Spending up to a minute or more opening a huge-ass program to just convert one single image doesn't seem exactly elegant to me. Maybe it's easy but it's also a bit of a pain.
he's a Linux user doing stupid convoluted things for simple outcomes is kinda their thing
convert image.webp image.png
in your terminal should do the trick, if you're on Linuxi don't have a
convert
command, i usually just use ffmpeg though