• ExLisper@lemmy.curiana.net
    link
    fedilink
    arrow-up
    66
    ·
    edit-2
    7 hours ago

    Given these positive signals, we would welcome contributions

    Poor Google doesn’t have the manpower to implement it. They can only accept contributions from volunteers.

  • Eskuero@lemmy.fromshado.ws
    link
    fedilink
    arrow-up
    42
    ·
    10 hours ago

    “we would welcome contributions to integrate a performant and memory-safe JPEG XL decoder in Chromium. In order to enable it by default in Chromium we would need a commitment to long-term maintenance.”

    yeah

    • Cort@lemmy.world
      link
      fedilink
      arrow-up
      16
      ·
      7 hours ago

      No. They increased the max “canvas” size and increased encoding efficiency. You’d want the file size to be smaller but the file itself to be larger (and consequently more detailed)

  • 6nk06@sh.itjust.works
    link
    fedilink
    arrow-up
    95
    ·
    13 hours ago

    Given these positive signals

    Those idiots waited for 4 years because they followed the hype of the moment. I’m glad I removed Google from my life.

    • panda_abyss@lemmy.ca
      link
      fedilink
      arrow-up
      39
      ·
      13 hours ago

      This must be your first time seeing what Google support looks like

      This is pretty standard unless you can get an exec’s personal attention.

    • wischi@programming.dev
      link
      fedilink
      arrow-up
      55
      arrow-down
      3
      ·
      12 hours ago

      Feel free to use floppy disks. Btw if you are online, you use WebP and PNG all the time 🤣

      • Endymion_Mallorn@kbin.melroy.org
        link
        fedilink
        arrow-up
        3
        arrow-down
        24
        ·
        11 hours ago

        Because I’m tired of all this nonsense where just because a thing is a mature technology, it’s considered obsolete. Stop constantly pushing for the next thing. Keep the things that work.

        • GreenKnight23@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 hours ago

          these damn kids will wake up on day and go, “why do you need xpg? jpgxl is just fine!”

          they don’t realize it yet that the only reason why jpeg xl exists is to silently slip that corpo collar around their necks.

          🤷 only time can feed wisdom and cure stupid.

        • cornshark@lemmy.world
          link
          fedilink
          arrow-up
          30
          ·
          9 hours ago

          “How dare they invent a more efficient image encoding! Back in my day we had bmp and we liked it!” - grandpa simpson

        • SaraTonin@lemmy.world
          link
          fedilink
          arrow-up
          13
          arrow-down
          1
          ·
          8 hours ago

          Webp is a smaller file size than jpeg for the same image quality in almost all circumstances - so it’s more efficient and quicker to load. It also supports lossless compression, transparency, and animation, none of which jpeg do. And the jpeg gets noticable visual artefacts at a much higher quality than webp does.

          People didn’t adopt it to annoy you. It’s started to replace jpeg for the same reason jpeg started to replace bmp - it’s a better, more efficient format.

          • The_Decryptor@aussie.zone
            link
            fedilink
            English
            arrow-up
            4
            ·
            edit-2
            1 hour ago

            Webp is a smaller file size than jpeg for the same image quality in almost all circumstances

            For lower quality images sure, for high quality ones JPEG will beat it (WebP, being an old video format, only supports a quarter of the colour resolution than JPEG does, etc.) JPEG is actually so good that it still comes out ahead in a bunch of benchmarks, it’s just it’s now starting to show it’s age technology wise (like WebP, it’s limited to 8bpc in most cases)

            It also doesn’t hurt that Google ranked sites using WebP/AVIF higher than ones that aren’t (via lighthouse).

            Edit: I should clarify, this is the lossy mode. The lossless mode gives better compression than PNG, but is still limited to 8bpc, so can’t store high bit depth, or HDR images, like PNG can.

            Edit 2: s/bpp/bpc/

        • Fifrok@discuss.tchncs.de
          link
          fedilink
          arrow-up
          13
          ·
          9 hours ago

          It’s unreasonable to stop further software development just because there’s a ‘mature’ solution around. Besides, just because a solution is ‘mature’ doesn’t make it good.

          And considering that it seems like you can still use the original, about 30 year old format, doesn’t look like there’s any harm for the folks not needing or able to use the new stuff.

  • reddig33@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    25
    ·
    13 hours ago

    I would be more excited about JPEG XL if it was backward compatible. Not looking forward to yet another image standard that requires OS and hardware upgrades simply so servers can save a few bytes.

    • REDACTED@infosec.pub
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 hours ago

      What does backward compability in image format even means? Being able to open it in windows image viewer?

    • Laser@feddit.org
      link
      fedilink
      arrow-up
      47
      arrow-down
      1
      ·
      12 hours ago

      How would a new format be backwards-compatible? At least JPEG-XL can losslessly compress standard jpg for a bit of space savings, and servers can choose to deliver the decompressed jpg to clients that don’t support JPEG-XL.

      Also from Wikipedia:

      Computationally efficient encoding and decoding without requiring specialized hardware: JPEG XL is about as fast to encode and decode as old JPEG using libjpeg-turbo

      Being a JPEG superset, JXL provides efficient lossless recompression options for images in the traditional/legacy JPEG format that can represent JPEG data in a more space-efficient way (~20% size reduction due to the better entropy coder) and can easily be reversed, e.g. on the fly. Wrapped inside a JPEG XL file/stream, it can be combined with additional elements, e.g. an alpha channel.

      • reddig33@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        26
        ·
        12 hours ago

        All you have to do is add a small traditional JPEG image at the start of the file. It doesn’t have to be high resolution or more than a couple of kb. The new format decoder would know this, and skip the traditional jpeg “header”, rendering the newer file format embedded in the image.

        • wischi@programming.dev
          link
          fedilink
          arrow-up
          42
          arrow-down
          2
          ·
          12 hours ago

          Would completely defeat the purpose of making a new smaller file format if we prefix if with the old format.

          • reddig33@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            17
            ·
            12 hours ago

            If you’re really saving 20% in file size with XL, adding back a very compressed preview image that takes up one or two percent isn’t going to cost you much.

    • LordKitsuna@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      9 hours ago

      It requires neither of those upgrades though? Unless you’re still using Windows XP I guess for some reason. It’s just an update to the image decoder