is it a formatting step that an image goes through when uploaded? I’m tired of converting image after image back into jpg, so if there’s like a step I can take to avoid it being a webp, it would help to know

  • PeleSpirit@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    26
    ·
    11 months ago

    I just change .webp to .jpg and it works fine. I’m not sure what that does though or even if it’s necessary.

    • harmonea@kbin.social
      link
      fedilink
      arrow-up
      45
      arrow-down
      2
      ·
      edit-2
      11 months ago

      Yeah, doing that does absolutely nothing. Your image viewer still reads it as the webp it is, and it knows to do so seamlessly because it’s reading the file header (the first few bytes of the file) instead of the file extension.

      For an analogy, you’re basically just putting a wig on it and pretending it’s your girlfriend from the next school over when everyone in the room knows it’s your skeezy neighbor and is just humoring you.

      • PeleSpirit@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        3
        ·
        11 months ago

        If it tells you it doesn’t accept webp and you change it to jpg and it works, I guess it’s doing something, lol. I’m sure it doesn’t change the file type, it’s a loophole.

        • NullPointerException@lemm.ee
          link
          fedilink
          arrow-up
          6
          ·
          11 months ago

          fair but “it” here is pretty vague. my guess is that, in your case, whatever part of “it” that processes the image handles webp files just fine but for some reason the devs made “it” reject file extensions that don’t match “.jpeg”, “.png”, “.whatever_else” for some reason before the file gets handled further.

          • PeleSpirit@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            11 months ago

            Even if a webp is still accepted, I still have that distrust though. The marketing people should have let everyone who works with pics know what they are. I use non-standard software so maybe that’s why I’m clueless as to what it actually does. Again, I’ve got a lot on my plate so it never really comes up as first priority to figure out what it is.

            Edit: I thought you were someone else, sorry about that. Still leaving it since it’s still valid, lol.