When the GUI editor is enabled there won’t be a ‘Insert image’ button below the post, you can use the image icon. This one:

image

Also, you can paste an image from your clipboard into the body field and it’ll be automatically uploaded and the markdown for the image inserted into the field.

      • suff@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        I think, clipboard is still only because the browser only copies the current still

        • wjs018@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          I can copy/paste that gif out into my file browser and it stays animated just fine. The root cause is really the library that piefed is using to save all of its images when they are uploaded to the server (PIL is the name of the library for those that want to know). Basically, it doesn’t look past the first frame in an animated image when saving, so that is all that is saved to the server. The first gif you have there isn’t processed like that because it is being hosted elsewhere (tenor).

          I made some changes in the past that allow gifs to work in specific circumstances, but it is hacky and doesn’t address the root problem presented by PIL. It’s going to take some work to use a different image handling library for stuff like this, so gif support will be limited in the meantime.

  • JohnnyEnzyme@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Awesome! With posts that only feature a couple images or so, this will make it far more stable & convenient than posting them to Imgur (etc), first.

    Btw, I’m assuming that uploaded images, if not actually used in posts and comments, will be auto-deleted at some point. For example, there’ve been a couple times when I attached the wrong pic to an ‘image post,’ and didn’t see a way to manually delete it.

    But if it’s an auto-process then no worries, eh?

        • Rimu@piefed.socialOPM
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 month ago

          Yes. It’s a pretty low cap, once I have a bit of data on how much people use this I’ll be able to estimate the cost to provide it and probably increase it.