stanka,

Browser save-as-type to the rescue.

Firefox extension: addons.mozilla.org/en-US/…/image-converter/

Chrome too, but find it yourself if you are still using that.

0x2d,

thanks, i’ll try this later!

Soundhole,

Hey, thanks for this!

doctorcrimson,

Google invented .webp to save corporations lots and lots of bandwidth with the new reduced image size. Technically it’s the choice of the site host to distribute images as .webp so Lemmy is a bit guilty as well for adopting the standard. I don’t like Webp, for some reason they don’t get treated as image files when you try to visit their source or open them in a windows file structure, instead it takes you to some shitty bloated webpage with more than just the image.

yesman,

Why are people converting .webp to png with a program!? Just rename the file with the .png extension and it’ll work. Try it.

callyral,
@callyral@pawb.social avatar

ffmpeg -i file.webp file.png

MashedTech,

It works?!

LostXOR,

Pretty sure ffmpeg is just black magic at this point.

PopShark,

But can it convert animated webp’s back into the gifs they’re based off of anyway? That’s what makes me really hate the webp standard. If I save an animated image as webp no video converter will touch it that I’ve found. I just want my gifs and mp4s back :(

callyral,
@callyral@pawb.social avatar

ffmpeg -i file.webp file.mp4 probably works, ffmpeg is mainly a video program anyway

absentbird,
@absentbird@lemm.ee avatar

Not yet supported, unfortunately: trac.ffmpeg.org/ticket/4907

MashedTech,

What does priority wish mean?

absentbird, (edited )
@absentbird@lemm.ee avatar

You can convert it to frames with imagemagick, then use ffmpeg to turn that into a gif:

magick animated.webp frames.png
ffmpeg -i frames-%d.png animated.gif

EDIT, or with a single imagemagick command:
convert -format gif file.webp file.gif

shasta,

Weird that it can’t get the format from that .gif extension

absentbird, (edited )
@absentbird@lemm.ee avatar

Yeah, I was looking into that. They use the webp muxer for generating files, but not for decoding. I’m not sure exactly why. That seems to be the reason ffmpeg can generate animated webp, but not read it.

ICastFist,
@ICastFist@programming.dev avatar

It annoys me that Firefox won’t autoplay animated webp, at least ones in Lemmy posts, unless I open a whole new tab just for the fucking .webp

only0218,

Sounds like html issue tbh

Still,
@Still@programming.dev avatar

do you have disable auto play video enabled?

ICastFist,
@ICastFist@programming.dev avatar

Nope, it doesn’t even show the controls if I mouse over, no different options with a right click, as if it was a jpeg image instead of a small video. Also, that’s the case with webm, not webp, but I guess my trouble is still valid? Dunno now

cake,

Web pee

bi_tux,
@bi_tux@lemmy.world avatar

Open with gimp -> export as -> export as png -> export

Hailstorm8440,

Select all file types instead of webp than save as .png

bi_tux,
@bi_tux@lemmy.world avatar

Doesn’t always work

AbsoluteChicagoDog,

You over estimate the amount of effort I’m willing to put into saving memes

YoorWeb,

ITT: people running win7

Kusimulkku,

Based

RoyaltyInTraining,
@RoyaltyInTraining@lemmy.world avatar

Webp is actually a decent format, it’s just that a certain desktop OS used by roughly 70% of people chooses to not support it

stebo02,
@stebo02@sopuli.xyz avatar

many android applications including Facebook messenger don’t support it either

Kusimulkku,

decent format

poorly supported

Hmm. I know what you mean but wide support is like 90% of the usefulness for a general image format.

sock,

its kinda like linux, its great and everybody loves it

but only 2% of people use it

as lemmy shows those 2% realllllly like it.

jeremyparker,

I’d just like to interject for a moment. What you’re referring to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.

Kusimulkku,

Don’t I know it, as a decade+ Linux user. Technically best thing doesn’t always win the popularity contest. For a general use operating system lack of software (and game) support is a similar issue as lack of support for image format and it’s really harming Linux too.

stanka,

Steamdeck has really pushed devs to make their games linux compatible. Native would be nice. But this is great. I haven’t booted into windows for games for most of the year.

Kusimulkku,

Valve has been a real blessing for Linux. I haven’t had a dual boot system in many years but some games just doesn’t work or needs fiddling. And while I’m fine with that, I know most aren’t. And that’s fine too. Maybe someday.

miss_brainfart,
@miss_brainfart@lemmy.ml avatar

Native would be nice, but devs not having the need to maintain an extra version is why there’s been so much progress in the first place.

Anticorp,

Gaming on Linux is easy now, as long as it’s a Steam game.

Kusimulkku,

It’s piss easy, as long as it it is one of those games and not one of those

Blue_Morpho,

Lemmy.world’s android app doesn’t fully support it. I frequently get broken link image and never get animation. I know it can work because the same posts work in the Thundarr Lemmy app.

Anticorp,

Is that what causes “the image is actually a web page” error when I try to view an image?

only0218,

*It isn’t as decent when you look at it’s raw facts but for the web it’s a step into future.

*Now behold of avif!

! please can we just get jxl for web finally…? !<

itsnotits,

at its* raw facts

Anafabula,
@Anafabula@discuss.tchncs.de avatar

convert file.webp file.png

Problem solved.

Hope someone (Apple?) starts pushing JPEGXL though.

JokeDeity,

I like it in concept, but not in practice. Way too many programs inexplicably can’t read it and it’s annoying as shit.

Empathy,

I really like WEBP.

It supports transparency, animations, and compression, and seems to look really good even with very strong compression. It’s a shame that, despite it coming out 13 years ago, it’s still barely supported by so much software.

fmstrat,

Sounds to me like people need to stop supporting software that doesn’t take the time to update. WEBP is great, and I haven’t run into a single program that doesn’t support it, personally.

MDKAOD,

Adobe stack doesn’t support it natively. That’s a pretty big one.

fmstrat,

Wasn’t that solved back in May?

MDKAOD,

Okay, perhaps. It’s been a little while since I’ve tried it. While unrelated, it took Adobe 3-ish years to implement support. That’s hardly acceptable, and isn’t really defensible.

fmstrat,

Totally agree. I switched to GIMP a long time ago.

MDKAOD,

I own a commercial printing company, gimp isn’t really an option for us. Neither is inkscape.

fmstrat,

Yea, when I was in advertising it was the same way. Sucks the market won’t shift to open options in art and in offices.

Cosmonaut_Collin,
@Cosmonaut_Collin@lemmy.world avatar

There is an easy fix though. Just open the image in Gimp and then export it as a jpeg or PNG.

CatLikeLemming,
@CatLikeLemming@lemmy.blahaj.zone avatar

convert image.webp image.png in your terminal should do the trick, if you’re on Linux

callyral,
@callyral@pawb.social avatar

i don’t have a convert command, i usually just use ffmpeg though

CatLikeLemming,
@CatLikeLemming@lemmy.blahaj.zone avatar

Huh, I thought it was a default on most distros. Definitely came with mine

But yeah, ffmpeg works just fine in that case

TechieDamien,

Look for a package called imagemagick and install that. Now enjoy the depths of programmatic image manipulation!

Classy,

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.

sock,

he’s a Linux user doing stupid convoluted things for simple outcomes is kinda their thing

corus_kt,

I disabled webp in firefox and still had to get a secondary image converter extension to get around this format, I wish I could opt out forever.

Legitimately amazing compression for gifs, but isn’t supported for shit outside of the browser it comes in, be it editing images or upload to older online galleries. Good luck to anyone who just renames the file format to png/jpeg, now you have no idea what’s actually the correct format when you need it… I used to think that was a good idea, until I faced programs that would not run ‘renamed’ formats whatsoever.

elbarto777,

What were you thinking with the whole extension renaming ruse?!

But anyway, I’ve done that too.

I think it’s a matter of time. MP3s were not support by many tools when it first came out.

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

99% of the images I save are used as a desktop background at work for a day or two.

.webp doesn’t work as a windows desktop background…

I end up just screenshoting and cropping.

.webp is great until you need to use anything that wasn’t built with it in mind. Lots of stuff just never bothered adding support.

Pantless_Paladin,

You can just open it on paint and save as .png

Darkassassin07,
@Darkassassin07@lemmy.ca avatar

That’s what I’d do on desktop for sure. (or for something particularly high res)

I’m usually saving them from mobile, screen capping and using the crop tool that pops up is the quicker route.

I don’t care to keep the .webp then have to transform it every time I need another format.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • memes@reddthat.com
  • DreamBathrooms
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • InstantRegret
  • Durango
  • megavids
  • everett
  • tester
  • cisconetworking
  • Leos
  • cubers
  • modclub
  • ngwrru68w68
  • tacticalgear
  • anitta
  • provamag3
  • normalnudes
  • JUstTest
  • lostlight
  • All magazines