Copy image? Nope, here’s the link instead.

  • Zangoose@lemmy.world
    link
    fedilink
    English
    arrow-up
    154
    arrow-down
    11
    ·
    edit-2
    1 month ago

    Why are we sending someone to “Extra Hell” for making an improved image format that has better compression and is an overall improvement over all 3 of the existing formats it replaces (jpeg, png, gif)?

    Shouldn’t this apply to everyone the companies who refused to adopt it, thus breaking every normal image workflow? (Same thing can be said about JXL)

    Edit: fix vague wording

    • theunknownmuncher@lemmy.world
      link
      fedilink
      arrow-up
      99
      arrow-down
      2
      ·
      1 month ago

      Because they have a poor user experience with an OS and applications that have chosen not to support it properly, and blame the image format for this

    • 666dollarfootlong@lemmy.world
      link
      fedilink
      arrow-up
      23
      arrow-down
      1
      ·
      1 month ago

      I’d say the knowledge about webp’s benefits is not mainstream at all, I learned about it last week from a random YouTube video. So when people download a file that isn’t working as expected they don’t know who to be mad at so they make memes like this.

      • Caveman@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Obviously be mad at whoever responded to a request without accept webp in it with a webp or didn’t provide an alternative. Nothing wrong with supporting webp with a fallback

    • Barbecue Cowboy@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      22
      ·
      1 month ago

      I have comments about your first question, but they’re mostly stupid on my end. I think the problem for most is related to your 2nd question. Google is doing it’s google thing where they do a lot to force adoption with a goal of doing nothing to support it. Combine with a general distrust of Google.

      • Zangoose@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        I’m realizing my wording might be vague, by “everyone” I meant the big tech companies that didn’t implement it, like Google, Apple, Microsoft, and Adobe. AFAIK most of the open source apps actually implemented support pretty quickly, and obviously it wouldn’t be the end users’ fault because they can’t change what formats are supported

    • ms.lane@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 month ago

      It’s not an improvement over PNG.

      but it has an optional lossless mode that no one uses

      No one uses it and even if they did, you’d never know since there isn’t a .webl or .webpl to differentiate lossless.

      You know a PNG in lossless, you know a jpg is lossy. webp should just be assumed lossy 100% of the time.

      • ArchAengelus@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        26
        arrow-down
        1
        ·
        1 month ago

        As an expert in image processing:

        .png supports pretty extreme compression, while a jpeg can also be lossless. The extensions tell you nothing except which family of algorithms was used to encode/compress/store them.

        Webp though, webp is only used for the internet. I mean, you could use it other places, I guess.

        • Dookieman12@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          21
          ·
          1 month ago

          You’re an “expert in image processing” but don’t understand the fundamental difference between the .jpg and .png image formats or the encoding and compression algorithms underpinning them? I find that doubtful.

          .png only compresses efficiently when used as intended, which is for screenshots or other images with large areas of solid colors, where each pixel is most likely the same color value as its neighbors. In this use case, it’s much more efficient than .jpg. However, .jpg is much more efficient than .png when it’s used as it’s intended; encoding images of the real world, like images taken with a digital camera, where each pixel has a slightly different color value than the ones next to it.

          You can test this yourself by taking a picture with your phone’s camera, then copying the image, converting the copy to the other file format, then comparing the file sizes. Next, repeat the process with a screenshot of a web page or a simple Paint drawing. You’ll see that the camera image is smaller as a .jpg but the screenshot is smaller as a .png.