• AstralJaeger@lemmy.ml
    link
    fedilink
    arrow-up
    42
    ·
    1 year ago

    Thats why I built a tool that watches my download folder and converts webp and webm to png and mp4 preserving the original. Its still missing some features but its available on my GitHub for free as OSS

    • meli nasa@feddit.de
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Oh my god this is awesome!! I wanted to make something like this for myself for a while but never got around to it, unfortunately.

    • Emi@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      IKR, like it isn’t even like you can’t convert a webm using freely available and open source software. Like you aren’t locking colors behind a subscription service….

      Pantone.

      • AstralJaeger@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        ImageMagick and FFMpeg usually do the trick.

        I’ve already used them for some pretty crazy things.

        • Lifter@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          It takes less download but more CPU to unpack it so the loading time depends on your connection and hardware. In extreme cases it may be worse than png.

          • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            I noticed this when mass converting images for my site. They’d download super quick, but then take forever to render on my ancient Macbook

            Ended up using webp for the first image since it was rendered super fast, and a mix of jpeg/webp/avif for the rest (hidden in a carousel), depending on filesize and how legible text was in each image

  • fresh@lemmy.world
    link
    fedilink
    arrow-up
    20
    ·
    1 year ago

    I have a firefox extension that I use at least multiple times a day, that lets me select which format to download an image in - from JPGs (with multiple compression options) to PNG and WEBPs.

    I’ll update this post with the name when I have access to my computer.

  • 𝘋𝘪𝘳𝘬@lemmy.ml
    link
    fedilink
    arrow-up
    17
    ·
    1 year ago

    Same pain as when you download a “PNG” and instead of a transparent background PNG it is a JPG with checkerboard background.

    • Yote.zip@pawb.social
      link
      fedilink
      arrow-up
      45
      ·
      1 year ago

      It’s good for serving 1st-gen ephemeral images that you don’t care about, but bad if you want to keep an image around for archiving or sharing. It has many random limitations with its lossy and lossless format, including a low bit depth, no support for 4:4:4, no support for HDR, and no support for progressive decoding. This is especially annoying for a lossless format, as you’ll often be losing data when converting from a format like PNG, defeating the purpose of lossless.

      You might be surprised how good JPEG still is in this day and age. We have dragged JPEGs corpse across the decades with newer and better encoders, and JPEG is actually still a solid format because of this effort. People have a deep impression that JPEG sucks, because it used to suck. The JPEG we know today is not the JPEG of the past. MozJPEG is an excellent modern encoder and gives great results at very fast encode/decode speeds.

      People might want to argue about how good WebP is in comparison to JPEG, but in reality there are two newer formats that far outclass WebP and don’t have its quirks - JPEG XL and AVIF. JPEG XL is the best option we have currently and it’s not even close, given that it’s a real modern image format and not just a video codec repurposed for images, like AVIF. The problem is that Google is putting its weight behind AVIF, and is trying to kill JPEG XL by taking support for JPEG XL out of Google Chrome. Firefox has followed suit as they’re also a member of the AOM which developed AVIF. Almost any fork of Google Chrome or Firefox puts JPEG XL back in, at least.

      This article goes over some of the competing formats, and I especially like this image as a comparison matrix. You can probably find more articles by Cloudinary and Jon Sneyers on the topic. It’s one of the most obvious instances of why we should not be letting Google rule 100% of the browser market - they can kill competition on things like this with the flip of a switch.

        • Yote.zip@pawb.social
          link
          fedilink
          arrow-up
          9
          ·
          1 year ago

          Thank Jon Sneyers - I’m mostly just repeating what he’s had to say!

          If anyone wants to learn more about JPEG XL, Jon has a good walkthrough on the JPEG XL slidedeck. It’s been about half a year since Google made their controversial decision, but I’m hoping the fight is not over. Many industry giants are mad at Google (and Mozilla, to a lesser extent) over this, and browsers are pretty much the only place where JPEG XL doesn’t exist. Unfortunately, it’s a very important place for an image format to exist.

      • exu@feditown.com
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        Didn’t expect such an in-depth technical post on the meme community, but here we are :)
        I wasn’t aware that WebP had this many limitations.
        It really is a shame though, what Google have done to JPEG XL.

    • AstralJaeger@lemmy.ml
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 year ago

      It has a really good compression algorithm and can preserve more detail in a smaller filesize.

      As a website owner you usually pay for outbound traffic or atleast storage, thus having a smaller file reduces your cost, appart from the benefit that more users are able to load the file.

  • vortex@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    1 year ago

    .webp? Oh great, I get to install Homebrew, search for some package to convert it into a PNG, figure out the command line options and then finally I’ll get an usable version of the image.

    In case you’re actually wondering, its:

    brew install webp
    dwebp {filename}.webp -o {filename}.png
    
  • nihilist_hippie@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    1 year ago

    Here’s a neat trick: When saving a .webp image file, simply rename it to .jpg, and it will open no problem in the Windows Photos app. Personally, I save all of mine as .webp.jpg, just so I can distinguish them apart from other image types in the future.

    • Scraft161@iusearchlinux.fyi
      link
      fedilink
      arrow-up
      9
      ·
      1 year ago

      while that will work for the majority of images, webp is not just a container for jpeg compression and allows for much more (animated webp for example is the near perfect replacement for animated gif yet very few applications support it).

      The big advantage is that webm and webp can use a variety of formats really well and allows you to pick the one most appropriate for your content whilst still having a container format that supports it.

        • Scraft161@iusearchlinux.fyi
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          animated webp allows for video compression it can dramatically reduce file size while also giving the same benefits as apng. It also allows for proper transparency so you don’t have to fiddle with export settings not to have layers overlap and you can use actual alpha values

          • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            While animated webp sounds nice, I’d pull an imgur and just use a webm without audio at that point since the compression works really well.

            Or could I be completely OOTL and not realise that webm and webp are similar containers and could hold the same video format without sound?

    • zShxck@lemmy.ml
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      1 year ago

      Yeah, i used this trick on Windows, but when i switched to Linux it doesn’t work

  • stick2urgunz88@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    There’s various browser extensions to get around this. Chrome and Firefox both have one that just converts the webp to jpg or png. Just Google “don’t accept webp” browser extension.

  • IverCoder@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    The worst part is why apps doesn’t support webp like how they support jpg or png. That’s also a widespread image format, there’s no reason for them to not support it.

  • Sal@aussie.zone
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Gif since 1987
    Jpg since 1991
    Webp since 2010

    13 years is a long time in tech.

    Now… could we talk about .heic files?