It seems like either

  • I get a .webp file when I don’t want it (downloading images)

  • I try to use a .webp format, but it isn’t allowed (uploading images)

So who is trying to encourage people to use it, and who is trying to prevent adoption?

I’m constantly converting it with imagemagick and other tools

  • IWantToFuckSpez@kbin.social
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    I don’t think browsers are converting the file when you save. The proper way to implement webp in html is to also include the link to the jpg or png version of the file. So old browser that don’t support webp can still load the image. So the browser just selects the jpg version when you save the image.