• ExLisper@lemmy.curiana.net
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    9 months 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
    1
    ·
    9 months 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

  • reddig33@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months 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.

    • Laser@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      9 months 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
        0
        ·
        9 months 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.