Context: Even though Chromium has native support for AVIF, a very nice image format, Microsoft goes out of their way to remove it from Edge, which is a chromium fork. Jpeg XL (JXL) (not to be confused with Jpeg (JPG) or Jpeg 2000 (jpg2k) ) is another nice image format, which, IIRC, is only supported in Firefox.

    • /home/pineapplelover@lemm.ee
      link
      fedilink
      arrow-up
      57
      ·
      2 years ago

      Png because it’s lossless and pretty universal. Svg is pretty cool because it’s vectorized but it’s also a pain to make good svg.

    • TxzK@lemmy.zip
      link
      fedilink
      arrow-up
      26
      arrow-down
      8
      ·
      2 years ago

      WebP cause small size, can be transparent, can be animated, can use either loseless and lossy compression. Also it pisses of many people which is funny to me.

      • drkt@feddit.dkdeleted by creator
        link
        fedilink
        arrow-up
        29
        arrow-down
        1
        ·
        2 years ago

        If you want to piss people off, support JPEG XL

        Every time you mention it, Google shills WebP supporters come out of the woodworks to do their song and dance!

      • renzev@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        2
        ·
        2 years ago

        The pissing people off part is why I post all my memes in webp haha

      • renzev@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        Do you write postscript by hand? I once got the change to take a postscript programming class, but sadly I didn’t (I wish I did tho). How does it compare with SVG? I know SVG has a lot of limitations (for example, you can’t change the color of a shape filled with a pattern), so I guess eps’ turing completeness lets you overcome things like that, since you can just program in whatever functionality you need?

    • aeharding@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 years ago

      JXL. Better compression in my testing and better quality. Also very flexible format with JPEG compatibility

    • gens@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      Now BC7 because i’m playing with graphics programming. Usually… png i guess because it’s simple.