this post was submitted on 23 Dec 2024
538 points (95.0% liked)

Microblog Memes

11095 readers
2352 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

RULES:

  1. Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
  2. Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
  3. You are encouraged to provide a link back to the source of your screen capture in the body of your post.
  4. Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
  5. Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
  6. Absolutely no NSFL content.
  7. Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
  8. No advertising, brand promotion, or guerrilla marketing.

RELATED COMMUNITIES:

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] sag@lemm.ee 49 points 1 year ago* (last edited 1 year ago) (1 children)

Shit cost money for any platform.

Even Lemmy convert images to .webp?

[–] Valmond@lemmy.world 10 points 1 year ago (1 children)

I'd love being able to just upload my 4.6MB image and getting it reduced down to sub 2MB, but I have to do that manually because Jerboa & co doesn't do it nor accept bigger images than 2MB.

Am I missing something?

[–] sag@lemm.ee 5 points 1 year ago (1 children)

Naah, Upload limit is instance wise like lemm.ee have 500kb. So, no it will not take 1mb file and reduce it to 500kb or less. That's why I don't even rely on default lemm.ee image upload. I just use my paid private image hoster.

[–] Valmond@lemmy.world 1 points 1 year ago (1 children)

I have my own lemmy instance with pictrs, still can't use bigger images. Maybe it's a hard limit or else every other instance will deny the "too big image"?

I'm okay with that limit, it's just a hassle you can't share a bigger image and have it reduced in size automatically.

[–] sag@lemm.ee 1 points 1 year ago (1 children)

How large?

Lemy.lol have 10mb.

[–] Valmond@lemmy.world 1 points 1 year ago
[–] Magnetic_dud@discuss.tchncs.de 31 points 1 year ago (1 children)

It's still compressesed on mastodon , I tried to post a 3072 x 4080 2mb jpeg and when downloaded from the post it's now a 2499x3319 500k jpeg

[–] ZILtoid1991@lemmy.world 5 points 1 year ago (1 children)

Depends on the server, and I pretty much understand service providers why they're doing it, although it would be nice to buy some high-quality slots from them, as a way to support them.

[–] echodot@feddit.uk 2 points 1 year ago

It honestly probably isn't worth it for them. They don't want the hassle of having to deal with two different tiers of image hosting, especially when they're not primarily trying to be an image host

[–] SelfProgrammed@lemmy.today 27 points 1 year ago* (last edited 1 year ago) (5 children)

Lossy compression is antiquated. Jpg should no longer be used as it's not 1999. I will die on this mole hill.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 48 points 1 year ago (4 children)

Lossless compression doesn't really do well for pictures of real life. For screenshots it's ideal, but for complex images PNGs are just wayyyy to big for the virtually non noticeable difference.

A high quality JPG is going to look good. What doesn't look good is when it gets resized, recompressed, screenshotted, recompressed again 50 times.

[–] Jessica@discuss.tchncs.de 15 points 1 year ago (2 children)
[–] The_Decryptor@aussie.zone 10 points 1 year ago* (last edited 1 year ago) (1 children)

I found quite a lot of AVIF encoders lied about their lossless encoding modes, and instead used the normal lossy mode at a very high quality setting. I eventually found one that did true lossless and I don't think it ever managed to produce a file smaller than the input.

Turns out, that's a well known issue with the format. It's just another case where Google's marketing makes AVIF out to be fantastic, but in reality it's actually quite mediocre.

[–] lars@lemmy.sdf.org 1 points 1 year ago (1 children)

They lied about the lossiness?! I can’t begin to exclaim loudly enough about how anxious this makes me.

[–] The_Decryptor@aussie.zone 2 points 1 year ago (1 children)

The funny thing is, I knew something was off because Windows was generating correct thumbnails for the output files, and at that time the OS provided thumbnailer was incapable of generating correct thumbnails for anything but the simplest baseline files.

(Might be better now, idk, not running Windows now)

That's how I knew the last encoder was producing something different, even before checking the output file size, the thumbnail was bogus.

[–] lars@lemmy.sdf.org 1 points 1 year ago (1 children)

This story is a nightmare and I’m not sure if it’s better or worse now knowing that it was ancient ICO files that tipped you off.

Open question to you or the world: for every lossless compression I ever perform, is the only way to verify lossless compression to generate before and after bitmaps or XCFs and that unless the before-bitmap and after-bitmap are identical files, then lossy compression has occurred?

[–] The_Decryptor@aussie.zone 2 points 1 year ago (1 children)

Pretty much, you can use something like ImageMagick's compare tool to quickly check if the round trip produced any differences.

It can be a bit muddled because even if the encoding is lossless, the decoding might not be (e.g. subtle differences between using non-SIMD vs. SIMD decoding), and it's not like you can just check the file hashes since e.g. PNG has like 4 different interchangeable ways to specify a colour space. So I'd say it's lossless if the resulting images differ by no more than +/- 1 bit error per pixel (e.g. 127 becoming 128 is probably fine, becoming 130 isn't)

[–] lars@lemmy.sdf.org 2 points 1 year ago

Hey wow! Thank you!!

This explains a lot—including, likely, your username. Cheers!

[–] morrowind@lemmy.ml 7 points 1 year ago (1 children)

jxl is a much better format, for a multitude of reasons beyond the article, but it doesn't have much adoption yet. On the chromium team (the most important platform, unfortunately), someone seems to be actively power tripping and blocking it

[–] gregor 4 points 1 year ago

Yeah Google is trying to keep control of their image format and they are abusing their monopoly to do so

[–] Anticorp@lemmy.world 7 points 1 year ago (1 children)
[–] RizzRustbolt@lemmy.world 1 points 1 year ago

.tif or nothing, yo.

[–] Donkter@lemmy.world 5 points 1 year ago

A high quality jpg looks good. The 100th compression into a jpg looks bad.

load more comments (1 replies)
[–] JayDee@lemmy.world 14 points 1 year ago

JPEG XL (JXL) seems promising, being able to do a fair amount of compression while keeping images still high quality.

The showcase webpage for JXL.

[–] oktoberpaard@feddit.nl 8 points 1 year ago (1 children)

I disagree, but I do agree that there are better options available than JPEG. Lossy compression is actually what allows much of the modern internet to function. 4K HDR content on Netflix wouldn’t be a thing without it. And lossy compression can be perceptually lossless for a broader range of use cases. Many film productions use high quality lossy formats in their production pipelines in order to be able to handle the vast amounts of data.

Of course it all depends on the use case. If someone shares some photos or videos with me to keep, I’d like them to send the originals, whatever format they might be in.

[–] SelfProgrammed@lemmy.today 3 points 1 year ago (1 children)

I understand the need for compression and re-encoding but I stand by the claim we should not use a container that will eat itself alive a little bit every time it's edited.

[–] naught101@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

How often does a jpeg get edited in practice though? maybe a 2-3 times at most?

[–] Valmond@lemmy.world 4 points 1 year ago (1 children)

Yeah, let's all post RAW 40MB photos right from the phone on ... The Internet!

What a good idea.

Is there a specific reason? And subsidiary do you only listen to 96-bits FLAC too? Should video not be compressed either?

I mean, I'm all in with you when it comes to storing my holiday photos, but sharing them? Not so much.

That said, I grew up with 35kb jpgs so I'm kind of used to it, maybe I'm skewed.

[–] SelfProgrammed@lemmy.today 1 points 1 year ago (3 children)

Files should be at reasonable resolutions and sizes for their purpose but not in file formats that slowly deteriate in an internet of remixing ideas.

load more comments (3 replies)
[–] RizzRustbolt@lemmy.world 2 points 1 year ago

it's not 1999

Don't tell the kids over on Dormi.zone that.

load more comments
view more: next ›