aka freamon

Codeberg: https://codeberg.org/freamon?tab=activity

Anything from https://lemmon.website is me too.

  • 1 Post
  • 15 Comments
Joined 8 months ago
cake
Cake day: March 27th, 2024

help-circle










  • You can set a gif’s FPS yeah. There’s an app called gif.ski that lets you play around with this - add a folder full of PNGs to it and render a gif. The lowest the UI lets you select for FPS is 1 - I made one and stuck it here so you can see what that looks like.

    You can use the same tool on the command line if you want a half frame per second rate, e.g.:
    gifski --output interesting.gif --fps 0.5 --quality 70 *.png






  • 'Bin follows the same format as Mastodon for inline images, which is different from Lemmy.
    Mastodon puts the details for an inline image inside an ‘attachment’ field, with nothing in the ‘content’ fields, whereas Lemmy doesn’t use an ‘attachment’ field at all for them, and includes the HTML for img src in the content.
    It’s always been the case that Mastodon didn’t show images from Lemmy comments. I don’t know if the reverse is a new thing or if it’s always been like that.