327
submitted 2 months ago by moe90@feddit.nl to c/technology@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] B0rax@feddit.org 14 points 2 months ago

What format are you saving them in? BMP? Try png.

[-] 30p87@feddit.org 5 points 2 months ago

I am using png. Level 0 compression tho and in 4k (3840*2160), sometimes even 4k + 2*1440p (2560*1440), but it's already too large with just my main 4k monitor.

[-] B0rax@feddit.org 9 points 2 months ago
[-] 30p87@feddit.org 6 points 2 months ago

Because it was never a problem. It's a little bit faster for encoding and decoding, and no service ever had problems with the file size. Especially not my selfhosted stuff. Every service, except discord. As I now have resorted to using Vencord or just uploading most media to Nextcloud, I don't have that many issues with it anymore, anyway.

[-] nekusoul@lemmy.nekusoul.de 5 points 2 months ago

It’s a little bit faster for encoding and decoding

On the other hand, the time spent uploading/downloading much smaller files probably more than makes up for that, although even that difference might get pretty small with modern internet connections.

[-] 30p87@feddit.org 1 points 2 months ago

Especially in times where using WiFi is faster than ethernet, because my network ports are only gigabit.

[-] ayyy@sh.itjust.works 3 points 2 months ago

Because it was never a problem.

But you literally started this thread because it’s a problem. And then you spent more time defending your bad choice on a Lemmy discussion than you will ever save in your entire life decompressing PNGs.

[-] brb@sh.itjust.works 1 points 2 months ago

How does Vencord help with the upload limit?

[-] JackbyDev@programming.dev 5 points 2 months ago

You know PNG is lossless compression right?

[-] 30p87@feddit.org 3 points 2 months ago* (last edited 2 months ago)

Yes. But in theory it's still a performance hit, and as I have enough local storage (and typically use services with high limits), and I'm too lazy to change grims config just for discord, I never changed it and used Vencord instead.

[-] JackbyDev@programming.dev 2 points 2 months ago

Why do you think it's a performance hit?

[-] 30p87@feddit.org 2 points 2 months ago

Because even though it saves over 29 MB, it also takes more than 20 times as long. And that's just on my laptop, 1920x1080 + 2*1680x1050. On my PC it's even worse.

I have thousands of GB of high speed storage, Gigabit internet, but only a Ryzen 5 2600 and a i5-1145G7.

[-] JackbyDev@programming.dev 2 points 2 months ago

What about compression level 1 instead of 9?

[-] tetris11@lemmy.ml 3 points 2 months ago

PNG started out as ZIP(BMP) and hasn't gotten that much better. Use JPEG. The pixels you lose are not worth crying about

[-] lemmyingly@lemm.ee 12 points 2 months ago

Or they could just compression for their PNGs. PNG is a lossless format so they'll only lose a fraction of a second during creation.

[-] B0rax@feddit.org 11 points 2 months ago

JPEG for graphics like screenshots is not very efficient. For stuff like that, png is simply superior. (But not with compression 0)

PNG is not good for photos though.

[-] tetris11@lemmy.ml 1 points 2 months ago

why though? The graphics represented in the screen are already squashed and scaled, so you wouldn't be preserving their quality in any case. If you're worried about text, JPEG should still be able to handle it under high quality settings

[-] B0rax@feddit.org 7 points 2 months ago

We can ask the same the other way around: why do you want to use jpg if it results in a bigger size and worse quality than png?

[-] tetris11@lemmy.ml 1 points 2 months ago* (last edited 2 months ago)

But that's patently untrue: take this 10 MB example TIFF file as an example.

  • PNG Compression, max compress (=quality 9):

    convert file_example_TIFF_10MB.tiff -quality 9 test.png
    
  • JPG Encoding, 99% quality (=quality 99):

    convert file_example_TIFF_10MB.tiff -quality 99 test.jpg
    

Final file size comparison:

9.7M Sep  5 13:21 file_example_TIFF_10MB.tiff
1.7M Sep  5 13:22 test.jpg
2.5M Sep  5 13:22 test.png

PNG is significantly larger, and difference in quality between them is negligible

[-] B0rax@feddit.org 5 points 2 months ago

Dude. Did you even read what I wrote? PNG is bad for photos. Your example is a photo. Go ahead and try the same with a screenshot with text and menus showing.

[-] ms_lane@lemmy.world 3 points 2 months ago

png - jpg

156K Sep  5 23:06 Screenshot_20240905_230459.jpg
137K Sep  5 23:05 Screenshot_20240905_230459.png

jpg with 80% compression, via krita.

As B0rax said, for screenshots, png is better - it can represent line graphics and text more efficiently.

[-] tetris11@lemmy.ml 1 points 2 months ago

Thanks for this. Still, I would be curious to see this for a 4K level image. Also I wonder if your screenshot tool did a bitmap copy of the screen or intrinsically converted it to PNG first before pasting it into your paint editor.

[-] 30p87@feddit.org 2 points 2 months ago

I use 4k because I like seeing a lot of stuff at the same time in good quality.
I make screenshots of my whole screen to share all the stuff in the highest detail.
Using jpeg would result in literally unreadable pictures.

[-] VOwOxel@discuss.tchncs.de 1 points 2 months ago

Depends on the Quality setting and version of jpeg. Even the original jpeg, on high quality, will result in little to no data loss. IIRC, Jpeg can even do lossless, with the only caveat being that it doesn't save alpha channels (but screenshots don't need to have transparency, anyway). Newer versions of jpeg, such as jpeg-2000 (and the much less broadly supported jpeg-XL) have much better compression and provide higher image quality at lower file size.

"jpegification" or "Deep-frying" only really occurs with the original jpeg at low quality settings.

this post was submitted on 05 Sep 2024
327 points (100.0% liked)

Technology

34806 readers
200 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS