• CaptSatelliteJack@lemy.lol
    link
    fedilink
    English
    arrow-up
    41
    arrow-down
    2
    ·
    2 days ago

    I post a lot of gifs in my work chat because I’m a highly productive individual, but Teams doesn’t have webp support. I thought, “Well that’s silly, I’ll just convert them to gifs, but webp is clearly a stupid format.” Then I converted one, and it had terrible artefacting, choppy framerate, and was over 300% larger. Now I’m mad at Teams.

  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 days ago

    Every time I see this, it reminds me that webp is not good, it’s just better. And that an author of webp likely kept JPEG XL out of Chrome. What could have been…

  • frezik@midwest.social
    link
    fedilink
    arrow-up
    8
    ·
    2 days ago

    Me talking about PNG in the late 90s. IE didn’t render certain features right (like transparency), and Adobe’s compressor in Photoshop sucked ass.

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      15
      arrow-down
      1
      ·
      2 days ago

      It’s a format published by Google without much industry input. I imagine, that’s why it isn’t seeing terribly much adoption.

      AVIF and JPEG-XL might do better, but they’re still relatively young formats.

    • aeronmelon@lemmy.world
      link
      fedilink
      arrow-up
      14
      arrow-down
      4
      ·
      2 days ago

      Apple created HIEC for themselves. They use it within their own gargantuan ecosystem to their own, personal benefit and to the benefit of people all-in on Apple devices. When it’s time to send it outside, they automatically gets converted to JPEG/MOV files.

      They do not care if you like it or if you even use it.

        • icydefiance@lemm.ee
          link
          fedilink
          arrow-up
          6
          ·
          edit-2
          2 days ago

          They do, most of the time. For example if you upload an heic file from an iPhone to a file input on a website that doesn’t accept heic files, it’ll upload a jpeg.

          Apple can’t see or control all the different ways of transferring files, though, so in practice it still causes problems sometimes.

          The strange thing is that some Android phones also save photos as heic files and make no attempt to convert them, so I still had to add logic to my websites to convert them myself.

      • Persi@lemm.ee
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        2 days ago

        Heif is covered by patents in the mpegla patent pool of which apple is a member. They have a vested interest in it becoming mainstream.

  • Wirlocke@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    2 days ago

    My biggest gripe with Webp. If people just add support like Jpg, Png, Tiff, ect. then I could just use it like any other image without having to open with a browser.

    • HerzogVonWiesel@sh.itjust.works
      cake
      link
      fedilink
      arrow-up
      21
      ·
      2 days ago

      I actually held a presentation on it, yeah! It wasn’t really a webp problem, but an issue in the image decoder library which was used in basically… everything to open Webp. What happened was that you could tell the OS to build a super bad (Huffman Tree, which in turn led to the decoding not fitting in the allocated memory space and overflowing.

    • ColonelThirtyTwo@pawb.socialOP
      link
      fedilink
      arrow-up
      4
      arrow-down
      2
      ·
      2 days ago

      “Can’t media format X run arbitrary code” is almost never an issue with the format itself and virtually always a bug with a particular decoder/player.