this post was submitted on 22 Sep 2025
329 points (96.6% liked)

Programmer Humor

26650 readers
2087 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

For anyone curious - https://flif.info/

EDIT: am a dumbass, JPGXL extends from FLIF

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Sibbo@sopuli.xyz 3 points 1 week ago (1 children)

Interestingly they don't compare based on encoding or decoding speed on flif.info. So I assume it's slow or inefficient to decode. Even though that should not be the case for arithmetic coding. Maybe they also just didn't care? But I'd think on mobile devices the power required for decoding would matter... I'm confused.

[โ€“] stsquad@lemmy.ml 2 points 1 week ago

On mobile any particular useful compression will become on-demand hardware acceleration which can be very power efficient. I'm fairly sure webp had hardware acceleration on most chipsets these days.