this post was submitted on 21 Jan 2024
176 points (92.7% liked)

memes

9671 readers
4414 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to [email protected]

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 

Context: Even though Chromium has native support for AVIF, a very nice image format, Microsoft goes out of their way to remove it from Edge, which is a chromium fork. Jpeg XL (JXL) (not to be confused with Jpeg (JPG) or Jpeg 2000 (jpg2k) ) is another nice image format, which, IIRC, is only supported in Firefox.

all 36 comments
sorted by: hot top controversial new old
[–] renzev 21 points 8 months ago (7 children)

Discussion thread: What's your favourite image format and why?

[–] [email protected] 58 points 8 months ago (1 children)

Png because it's lossless and pretty universal. Svg is pretty cool because it's vectorized but it's also a pain to make good svg.

[–] aeronmelon 8 points 8 months ago (2 children)

Still waiting for animated PNG. It would make it the perfect universal compressed image format.

[–] mlg 6 points 8 months ago (1 children)

Animated PNG actually does exist but it has poor support coverage.

I remember using it to make whatsapp animated stickers

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago)

All major browsers (98% of all users) have supported APNG since at least 2020

Firefox: 2008.
Safari: 2014.
Chrome: 2017.
Edge: 2020.

https://caniuse.com/apng

I believe the photo app in Win 10 (and maybe 11) still doesn't support it but that shouldn't hinder web devs.

[–] [email protected] 2 points 8 months ago

I didn't even know that was a think. That would be hella cool.

[–] [email protected] 18 points 8 months ago (2 children)

WebP cause small size, can be transparent, can be animated, can use either loseless and lossy compression. Also it pisses of many people which is funny to me.

[–] renzev 6 points 8 months ago (1 children)

The pissing people off part is why I post all my memes in webp haha

[–] [email protected] 3 points 8 months ago

Extremely based

[–] [email protected] 11 points 8 months ago

Gif because its correct pronunciation is gif.

[–] [email protected] 6 points 8 months ago (1 children)

Encapsulated Postscript, because I like my images Turing-complete.

[–] renzev 1 points 8 months ago

Do you write postscript by hand? I once got the change to take a postscript programming class, but sadly I didn't (I wish I did tho). How does it compare with SVG? I know SVG has a lot of limitations (for example, you can't change the color of a shape filled with a pattern), so I guess eps' turing completeness lets you overcome things like that, since you can just program in whatever functionality you need?

[–] aeharding 6 points 8 months ago

JXL. Better compression in my testing and better quality. Also very flexible format with JPEG compatibility

[–] JigglySackles 4 points 8 months ago

Any of them that don't have drm schemes in them.

[–] [email protected] 3 points 8 months ago

Now BC7 because i'm playing with graphics programming. Usually... png i guess because it's simple.

[–] mvirts 16 points 8 months ago (1 children)

Let's rename JXL to GPEJ to give GIF pronunciation a run for its money

[–] renzev 8 points 8 months ago* (last edited 8 months ago) (1 children)

When it comes to pronunciations of obscure computer acronyms, my favourite is btrfs (the filesystem), because I've never seen anyone advocate for any specific pronunciation, not even the devs/official documentation. Bee Tree Eff Ess? Bee Tee Arr Eff Ess? Butter Eff Ess? Better Eff Ess? Whatever bloats your goat!

[–] AnIntenseMoist 4 points 8 months ago
[–] rigatti 15 points 8 months ago (1 children)

I was excited for JXL... is it dead dead?

[–] swooosh 4 points 8 months ago

N. Just google removed it from chromium. I can view jxl on android, so it's not dead. And samsung S24 (iirc) will use jxl to save pictures

[–] [email protected] 9 points 8 months ago (2 children)

What would it take for JXL to become supported and more widespread? Who even uses it currently?

[–] [email protected] 18 points 8 months ago (1 children)

Someone needs to make a website that uses jxl heavily then contact a journalist about a weird website they found that opens 10x faster in safari vs chrome

[–] renzev 3 points 8 months ago

I said it in another comment, but I'm actually working on a website right now, which happens to lazy-load a lot of images with Javascript. I think I'll store all the images in webp, avif, and JXL formats, and have the javascript code automatically load the one which is supported by the browser. Hopefully if it takes off, it can promote support for modern image formats!

[–] vbb 1 points 8 months ago

WebKit has support for it (used in Safari and Epiphany). Last time I checked firefox didn’t have support. There is an issue in chromium bug tracker to add support for jxl where Adobe, Intel, Krita and probably others representatives said that they are insterested in the format. But this issue was closed because “no big companies are interested in jxl”.

[–] blackfire 6 points 8 months ago (1 children)

Isnt it Apple who was pushing jpegxl?

[–] [email protected] 9 points 8 months ago

JPEG XL has gone through waxing and waning support from each of the major browsers, but Safari is the only one to support it by default.

[–] [email protected] 5 points 8 months ago (1 children)

Look, I remember the early 1990s fondly, too, but I'm not eager to relive them.

[–] unreachable 4 points 8 months ago
[–] [email protected] 4 points 8 months ago

I wish APNG caught on

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago)

Safari is the only browser that supports Jpeg XL. Firefox does support it if you enable a flag but IIRC from bugzilla their implementation is currently not great.

If a browser feature needs to be enabled with a flag it's not really supported since an extremely tiny portion of users will be able to use it, and it's often buggy.

https://caniuse.com/jpegxl

[–] swooosh 2 points 8 months ago (1 children)

Since when can apple play it?

[–] [email protected] 2 points 8 months ago

Safari got full support in march 2023

The newest version of edge which is currently in beta also supports it

Source: https://caniuse.com/avif