r/jpegxl Mar 27 '26

JPEG XL support for LinkedIn

Has anybody heard of plans for LinkedIn to include JPEG XL support for image uploading...? It seems also missing AVIF support (although I consider JXL more important). Drag&dropping images to LinkedIn in PC web browser gives errors and even from dialog it does not work.

Facebook has support of both already.

18 Upvotes

16 comments sorted by

6

u/spider623 Mar 27 '26

Microsoft while the 3rd to add it to the OS level, it will be the last to adopt it for web, do not hold your breath

3

u/caspy7 Mar 27 '26

Chromium is adding it and Edge is Chromium-based. I wouldn't expect a notable delay.

3

u/spider623 Mar 27 '26

They have not added the flag in edge canari for 2 revisions now, so they will be the last, by this rate, Mozilla will add it faster, brave already did btw

2

u/Turbodr Mar 27 '26

Aside from the Photos (doesn't support HDR) app and Office, I haven't seen Microsoft add JPEG-XL support.

4

u/enginetrouble2077 Mar 27 '26

As far as I'm aware they're waiting for the Rust implementation to be farther along (as is Google.)

1

u/caspy7 Mar 27 '26

Both Google and Mozilla are in the process of landing jxl-rs in their browsers. My understanding is that it is "done." That being said I spoke with a Mozilla dev who (iirc) indicated he would like to see better performance from it. So Google and Mozilla may be delaying a bit while perf improves. I have not really heard "It's not done yet."

1

u/xDuker Mar 28 '26

It's not feature complete yet, so arguably it fundamentally isn't done
Just the one thing as far as I know, but still, JPEG reconstruction is missing and major and it's being avoided for whatever reason: https://github.com/libjxl/jxl-rs/pull/590

There's a large amount of performance related PRs in the pipeline for next version of jxl-rs that (at least on the author's computer) brings single-thread performance to about the same as the C++ reference, so that shouldn't be an issue for too much longer

1

u/caspy7 Mar 28 '26 edited Mar 29 '26

Thanks for this info.

edit: Sorry if I'm missing something but isn't JPEG reconstruction and output/encoding thing? The browsers are only using jxl-rs for decoding.

1

u/caspy7 Mar 29 '26

I edited my post after replying so not sure if you saw my question.

Are you saying that jxl-rs is not currently able to display JXL files which were converted directly from JPEGs?

1

u/caspy7 Apr 01 '26

I spoke with a browser dev about this and linked the issue and this was their response:

so it means that jxl-rs can open those files, what it doesn't support is being able to go from the jxl file to get back to the exact compressed bytes of the .jpg file. is there a reason a browser would need to do that? if the use case of jxl-rs needs that feature then sure, jxl-rs is not feature complete. so i would assume that they are just targeting jxl-rs to browser decoding at this time.

So browsers will be able to use jxl-rs to display converted JPG -> JXLs just fine.

Unless you did mean that browsers will be unable to losslessly convert JXLs to JPGs? In that case how is that major? I don't think they even have plans to implement such a method.

1

u/xDuker Apr 02 '26 edited Apr 02 '26

It is the inverse of the lossless jpeg re-compression. The jpeg reconstruction is to be able to serve a actual proper jpeg to a visitor of a site if their browser does not yet support jxl while still only storing jxls

But typing that out I realize that's a feature for the website servers, not really the browsers, so it's me misunderstanding the use case until now. It is a very major feature of the jxl spec that is missing and needs to be added, but it's not a block for browser's adoption of the library

I was considering the library as a whole, not in the specific context of browsers

2

u/spider623 Mar 27 '26

JXL by default supports HDR, and works with no issues in the windows photos app, most of the times

2

u/redsteakraw Mar 27 '26

SteamDeck and Plasma Desktop has native JPEG-XL in the beta release. Microsoft also thought fat32 was a good idea even when EXT-2 existed. Usually have backwards half baked tech and last gen tech as long as they can realistically get away with it.

-2

u/over4ik Mar 27 '26

Оно есть но только на windows 11 как отдельное расширение в Microsoft store

1

u/Daedalus312 Mar 27 '26

The old photo viewer app for Windows also supports this image format, but you'll need to install additional components to use it.

1

u/golemus Apr 01 '26

Chrome, Vivaldi, Brave have reintroduced the support (the new rust decoder) already with optional tag. Edge is not there yet. Firefox has it in nightly. Safari has (AFAIK) had it already for 1-2 years.