this post was submitted on 27 Nov 2023
0 points (NaN% liked)

Linux

47730 readers
810 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Do you have a general stance about it?

Once every couple of months I look into the state of both projects and it's slow but steadily progressing.

I am mainly looking into it because of the file compression. My tests showed that I can save up to 70% in disk space for a jpg image without losing too much information for both formats, avif and jxl. It depends on the images but in general it's astonishing and I wonder why I still save jpgs in 100% quality.

But, I could also just save or convert my whole library to 70% jpg compression. Any advice?

top 3 comments
sorted by: hot top controversial new old
[–] yote_zip@pawb.social 1 points 10 months ago

JXL is the best image codec we have so far and it's not even close. I did a breakdown on some of its benefits here. JXL can losslessly convert PNG, JPG, and GIF into itself, and can losslessly send them back the other way too. The main downside is that Google has been blocking its adoption by keeping support out of Chromium in favor of pushing AVIF, which started a chicken and egg problem of no one wanting to use it until everyone else started using it too. If you want to be an early adopter you can feel free to use JXL, but just know that 3rd party software support is still maturing.

Something you might find interesting is that the original JPEG is such a badass format that they've taken a lot of their findings from JXL and made a badass JPEG encoder with it named jpegli. Oddly, jpegli-based JPEGs are not yet able to be losslessly-compressed into JXL files, per this issue - hopefully that will be fixed at some point.

[–] empireOfLove@lemmy.one 0 points 10 months ago* (last edited 10 months ago) (1 children)

Jpg at 70% will lose a significant amount of detail. It is a "lossy" format, you cant judt compress data for nothing.

AVIF is significantly more efficient than jpeg, so it loses less image data for higher compression (smaller file sizes).

JXL supports both lossy and lossless compression, and is supposed to be more efficient yet over AVIF. However it's got proprietary all over it because Google et al. For thst alone I would shy away from JXL and go AVIF.

[–] duncesplayed@lemmy.one 1 points 10 months ago

JXL is not proprietary. It's an open, royalty-free format whose reference implementation is BSD-licensed.