Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Microblog Memes
  3. Twenty-eighth amendment

Twenty-eighth amendment

Scheduled Pinned Locked Moved Microblog Memes
microblogmemes
33 Posts 21 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • maniacalmanicmania@aussie.zoneM [email protected]

    I found plenty. I took a screenshot of a google search but it fails to upload in the comments here at the moment.

    moseschrute@lemmy.worldM This user is from outside of this forum
    moseschrute@lemmy.worldM This user is from outside of this forum
    [email protected]
    wrote last edited by [email protected]
    #23

    I was trying to find the one of her face sliding around the ground

    Side note: this is something I’m trying to figure out rn, but I know for certain that Lemmy gif uploads will fail if they are too wide. It’s unclear to me if non animated images will auto compress or fail when too big

    maniacalmanicmania@aussie.zoneM 1 Reply Last reply
    1
    • moseschrute@lemmy.worldM [email protected]

      I was trying to find the one of her face sliding around the ground

      Side note: this is something I’m trying to figure out rn, but I know for certain that Lemmy gif uploads will fail if they are too wide. It’s unclear to me if non animated images will auto compress or fail when too big

      maniacalmanicmania@aussie.zoneM This user is from outside of this forum
      maniacalmanicmania@aussie.zoneM This user is from outside of this forum
      [email protected]
      wrote last edited by
      #24

      It could be up to each instance owner/sydamin. No idea.

      moseschrute@lemmy.worldM 1 Reply Last reply
      0
      • maniacalmanicmania@aussie.zoneM [email protected]

        It could be up to each instance owner/sydamin. No idea.

        moseschrute@lemmy.worldM This user is from outside of this forum
        moseschrute@lemmy.worldM This user is from outside of this forum
        [email protected]
        wrote last edited by [email protected]
        #25

        So I actually kinda know what I'm talking about, but not really:

        • Lemmy uses pictrs to handle image uploads
          • I know from experience that pictrs will fail on gif upload if max width is greater than PICTRS_MEDIA_ANIMATION_MAX_WIDTH and same for height and (I think) animation frame count
          • It's less clear to me if static images get auto compressed on upload. Looks like pictrs implemented this a couple years ago, but I'm not sure if this is automatic behavior or has to be turned on by Lemmy admins.
          • I haven't messed around with limits for image dimensions other than the settings for animated media, but I'm planning on testing this on my instance soon.
        • Lemmy API image upload
          • 0.19.x has all images uploaded via the same API endpoint. So I think any image uploaded should be subject to the same dimension and size limits.
          • In the upcoming Lemmy v1 release, this might change as I believe they will have different upload endpoints for avatar, banner, post, etc. Avatars, for example, might be subject to smaller dimension limits. This is all subject to change as Lemmy v1 is not released yet.
        • Lemmy API getting the image upload limit settings
          • 0.19.x does not expose the image upload limits via the API. So whatever, for example, lemmy.world set's their limits to, there isn't an easy way for a Lemmy frontend to look up those limits.
          • In the upcoming Lemmy v1 release, I believe they are planning on adding a way to look up these limits via the API.
        • Other limits
          • Lemmy imposes it's own rate limits on how many images you can upload/time period. I wanna say the default is roughly 6 images/hour, but I might be totally wrong there.
          • I'm also curious how many sever admins leave the default settings, or change them.

        TL;DR, what does this all mean?

        • Uploading gifs is always going to be a little annoying as they don't auto compress. As a server admin, I just set the dimension limits higher so users encounter errors on fewer images
        • Non animated images, I'm guessing are automatically compressed on upload. Otherwise I suspect many more people would be complaining about failed uploads. But I'm working on verifying this

        Just to be extra safe – and also here’s why I know all this – I've chosen to auto compress images on upload in my own Lemmy/PieFed frontend to 1mb and 1000 max width/height, whichever comes first. I'm actively testing these settings.

        flamingos@feddit.ukF 1 Reply Last reply
        1
        • maniacalmanicmania@aussie.zoneM [email protected]
          This post did not contain any content.
          A This user is from outside of this forum
          A This user is from outside of this forum
          [email protected]
          wrote last edited by
          #26

          1 Reply Last reply
          5
          • C [email protected]

            JD probably longs to be turned into leather to be closer to his one true love.

            heythisisnttheymca@lemmy.worldH This user is from outside of this forum
            heythisisnttheymca@lemmy.worldH This user is from outside of this forum
            [email protected]
            wrote last edited by
            #27

            I was going to give the extra terms to Bowman but okay

            1 Reply Last reply
            0
            • maniacalmanicmania@aussie.zoneM [email protected]
              This post did not contain any content.
              halvar@lemy.lolH This user is from outside of this forum
              halvar@lemy.lolH This user is from outside of this forum
              [email protected]
              wrote last edited by
              #28

              with this font i so wanted the second word to be 'Bad'

              1 Reply Last reply
              0
              • C [email protected]

                JD probably longs to be turned into leather to be closer to his one true love.

                R This user is from outside of this forum
                R This user is from outside of this forum
                [email protected]
                wrote last edited by
                #29

                Orange with the view: black.

                1 Reply Last reply
                1
                • moseschrute@lemmy.worldM [email protected]

                  So I actually kinda know what I'm talking about, but not really:

                  • Lemmy uses pictrs to handle image uploads
                    • I know from experience that pictrs will fail on gif upload if max width is greater than PICTRS_MEDIA_ANIMATION_MAX_WIDTH and same for height and (I think) animation frame count
                    • It's less clear to me if static images get auto compressed on upload. Looks like pictrs implemented this a couple years ago, but I'm not sure if this is automatic behavior or has to be turned on by Lemmy admins.
                    • I haven't messed around with limits for image dimensions other than the settings for animated media, but I'm planning on testing this on my instance soon.
                  • Lemmy API image upload
                    • 0.19.x has all images uploaded via the same API endpoint. So I think any image uploaded should be subject to the same dimension and size limits.
                    • In the upcoming Lemmy v1 release, this might change as I believe they will have different upload endpoints for avatar, banner, post, etc. Avatars, for example, might be subject to smaller dimension limits. This is all subject to change as Lemmy v1 is not released yet.
                  • Lemmy API getting the image upload limit settings
                    • 0.19.x does not expose the image upload limits via the API. So whatever, for example, lemmy.world set's their limits to, there isn't an easy way for a Lemmy frontend to look up those limits.
                    • In the upcoming Lemmy v1 release, I believe they are planning on adding a way to look up these limits via the API.
                  • Other limits
                    • Lemmy imposes it's own rate limits on how many images you can upload/time period. I wanna say the default is roughly 6 images/hour, but I might be totally wrong there.
                    • I'm also curious how many sever admins leave the default settings, or change them.

                  TL;DR, what does this all mean?

                  • Uploading gifs is always going to be a little annoying as they don't auto compress. As a server admin, I just set the dimension limits higher so users encounter errors on fewer images
                  • Non animated images, I'm guessing are automatically compressed on upload. Otherwise I suspect many more people would be complaining about failed uploads. But I'm working on verifying this

                  Just to be extra safe – and also here’s why I know all this – I've chosen to auto compress images on upload in my own Lemmy/PieFed frontend to 1mb and 1000 max width/height, whichever comes first. I'm actively testing these settings.

                  flamingos@feddit.ukF This user is from outside of this forum
                  flamingos@feddit.ukF This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #30

                  It’s less clear to me if static images get auto compressed on upload. Looks like pictrs implemented this a couple years ago, but I’m not sure if this is automatic behavior or has to be turned on by Lemmy admins.

                  Non animated images, I’m guessing are automatically compressed on upload. Otherwise I suspect many more people would be complaining about failed uploads. But I’m working on verifying this

                  There does seem to be options in pictrs to compress images by format, I'd assume that having these unset (default) would mean no compression happens. I think the reason there isn't any complaining about image uploads happening is because, by default, they don't have constraints applied to them. Only animation (256x256 dimension limit) and video (max 20 MiB file size) have constraints put on them in pictrs by default, though there is a 20 MiB upload limit set in nginx.

                  Lemmy imposes it’s own rate limits on how many images you can upload/time period. I wanna say the default is roughly 6 images/hour, but I might be totally wrong there.
                  I’m also curious how many sever admins leave the default settings, or change them.

                  feddit.uk has its set to 2 every 5 minutes. I think a previous admin set that, but it seems sensible enough.

                  moseschrute@lemmy.worldM 1 Reply Last reply
                  0
                  • maniacalmanicmania@aussie.zoneM [email protected]
                    This post did not contain any content.
                    dasus@lemmy.worldD This user is from outside of this forum
                    dasus@lemmy.worldD This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #31

                    Step 1: turn jd into leather
                    STEP 2 Trump dies

                    Step 3 profit

                    1 Reply Last reply
                    0
                    • A [email protected]

                      Hey boss. What are you doing with that knife?

                      H This user is from outside of this forum
                      H This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #32

                      Ready to lube Satans asshole

                      1 Reply Last reply
                      0
                      • flamingos@feddit.ukF [email protected]

                        It’s less clear to me if static images get auto compressed on upload. Looks like pictrs implemented this a couple years ago, but I’m not sure if this is automatic behavior or has to be turned on by Lemmy admins.

                        Non animated images, I’m guessing are automatically compressed on upload. Otherwise I suspect many more people would be complaining about failed uploads. But I’m working on verifying this

                        There does seem to be options in pictrs to compress images by format, I'd assume that having these unset (default) would mean no compression happens. I think the reason there isn't any complaining about image uploads happening is because, by default, they don't have constraints applied to them. Only animation (256x256 dimension limit) and video (max 20 MiB file size) have constraints put on them in pictrs by default, though there is a 20 MiB upload limit set in nginx.

                        Lemmy imposes it’s own rate limits on how many images you can upload/time period. I wanna say the default is roughly 6 images/hour, but I might be totally wrong there.
                        I’m also curious how many sever admins leave the default settings, or change them.

                        feddit.uk has its set to 2 every 5 minutes. I think a previous admin set that, but it seems sensible enough.

                        moseschrute@lemmy.worldM This user is from outside of this forum
                        moseschrute@lemmy.worldM This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #33

                        Thanks! I think I’m just going to upload progressively larger images to my instance and see where uploads fail lol.

                        1 Reply Last reply
                        1
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups