• Mike
    link
    fedilink
    English
    182 months ago

    Photoshop only recently supported webp natively. Windows barely supports webp.

    Inb4 “have you heard of linux”

      • Mike
        link
        fedilink
        English
        5
        edit-2
        2 months ago

        In what capacity? Because the Photos app does not. Hence ‘barely’. Also HEIC support is globally shit. Apple can eat a dick.

        • @[email protected]
          link
          fedilink
          2
          edit-2
          2 months ago

          In what capacity?

          The built-in APIs for handling images (GDI+) added WebP support in 1809. This is mentioned in the the documentation for the drawing library in C#/.NET, which is a wrapper around GDI+: https://learn.microsoft.com/en-us/dotnet/api/system.drawing.imaging.imageformat.webp?view=net-8.0

          I haven’t tried it in the Photos app recently, and don’t have a Windows system handy right now to try it out, but I know it works for sure in Paint, which uses GDI+ for image encoding/decoding (and thus supports all formats that Windows itself supports).

          Of course, apps that use their own encoding/decoding code might have fewer features and support fewer formats than the native Windows code.

          Edit: Apparently it works fine in the Photos app if you just change the extension? Which means Microsoft is doing something weird. The code to decode WebP must be there.

          • @[email protected]
            link
            fedilink
            32 months ago

            The built-in APIs for handling images (GDI+) added WebP support in 1809.

            The end user doesn’t work with Windows API. The end user works with web sites and apps, which are rarely native these days. And there you’re often limited to png/jpg for uploads.

          • @[email protected]
            link
            fedilink
            12 months ago

            Oh god I could have just been changing the extension all along to open this stuff in Photos?? God damnit.

    • @pyre
      link
      22 months ago

      is “recently” less than 15 hours ago because that’s when the comment was made