@111000@reddthat.comM to Memes @ Reddthat@reddthat.com • 2 years agoWhat is .webp exactlyreddthat.comimagemessage-square122fedilinkarrow-up1436arrow-down10
arrow-up1436arrow-down1imageWhat is .webp exactlyreddthat.com@111000@reddthat.comM to Memes @ Reddthat@reddthat.com • 2 years agomessage-square122fedilink
minus-square@CatLikeLemming@lemmy.blahaj.zonelinkfedilinkEnglish8•2 years agoconvert image.webp image.png in your terminal should do the trick, if you’re on Linux
minus-squarecally [he/they]linkfedilinkEnglish2•2 years agoi don’t have a convert command, i usually just use ffmpeg though
minus-square@TechieDamien@lemmy.mllinkfedilink2•1 year agoLook for a package called imagemagick and install that. Now enjoy the depths of programmatic image manipulation!
minus-square@CatLikeLemming@lemmy.blahaj.zonelinkfedilinkEnglish1•edit-22 years agoHuh, I thought it was a default on most distros. Definitely came with mine But yeah, ffmpeg works just fine in that case
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 thoughLook for a package called imagemagick and install that. Now enjoy the depths of programmatic image manipulation!
Huh, I thought it was a default on most distros. Definitely came with mine
But yeah, ffmpeg works just fine in that case