[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


Install firefox
now with native jxl support
https://ftp.mozilla.org/pub/firefox/releases/152.0/
>>
>>109069302
where are the jxl images then??? well??? go on, start linking!!!
>>
>>109069312
https://files.catbox.moe/8uif00.jxl
>>
File: 1779231313343.png (2.22 MB, 1848x700)
2.22 MB PNG
>>109069302
Too little, too late. Practically speaking JXL is a dead format now that AVIF recently adopted a percetual IQ tune (by default) in libavif.

http://aomedia.org/blog%20posts/Libavif_v1_4_0-Boasts-Major-Updates-to-Encoder-Technology/

The final nail in the coffin is going to be widespread hardware accelerated AVIF decoding in the next few years or so. I doubt JXL software decoding will be able to compete with that.
>>
>>109069456
suck my dick daiz
choke on it
your troon frame loop will never be an image format
>>
File: 1751361444121035.png (172 KB, 947x908)
172 KB PNG
we are so back
>>
>>109069491
Did you not read?

>practically

JXL is still good on paper and troonfox adding support could revive it a little but is that really going to be enough to keep JXL from the grave like FLIF/PIK/FLUIF/and whatever other meme shit they came up with in the last decade or so?
>>
Did you know you can create TINY jpeg xl images of just a few bytes in size?

https://jpegxl.info/art/
>>
File: 1780731687255113.jpg (66 KB, 526x680)
66 KB JPG
>>109069797
None of these load for me on any mobile browser. What a stupid piece of shit format.
>>
>>109069456
>hardware accelerated
How many years are you going to spam this. It's an image. It does not matter; nobody uses hardware decoding for jpeg even though most hardware has it, because all software uses libjpeg-turbo which is cpu-only.
>>
File: jxl.png (191 KB, 2478x608)
191 KB PNG
>>109069312
>>
>>109069330
>it downloads the image anyway just to immediately open it locally
why???
>>
File: file.png (83 KB, 816x700)
83 KB PNG
>>109069797
kek
>>
File: 1779981143094328.jpg (125 KB, 774x896)
125 KB JPG
>>109069897
Keep telling yourself that. When you use a phone 90% of the reason it feels fast while having suspiciously long battery life isn't because the CPU is just as powerful as an i9-9001KFC while consuming 0.1W, it's because it's either mostly:

A) Using the GPU to render UI/backend

B) Using fused on media ASICs to decode video/images at 9001 FPS/9001 MP/s while using 0.1 watts of power.

>"[5.1/H-1-17] MUST have at least 1 hardware image decoder supporting AVIF Baseline Profile."

https://source.android.com/docs/compatibility/14/android-14-cdd

Anyway it's 100% objectively true that if hardware accelerated AVIF decoding becomes widespread, JXL is deader than dead.
>>
>>109069456
>>109070094
Lossless AVIF is a joke and not competitive with lossless JXL at all.
>>
File: xjtvu4yx9t721.png (136 KB, 630x480)
136 KB PNG
>>109070135
Fair point but most people would prefer either the JXL or AVIF image in >>109069456 because:

A) You can't tell them apart (without zooming in past 100%)

B) Because the lossy JXL and lossy AVIF images are 90% smaller in filesize they load infinitely faster no matter what your internet speed is.

C) Websites who use the lossy JXL or lossy AVIF image will have infinitely smaller hosting bills

On a practicality scale there's no good reason to use lossless on the internet 90% of the time. The exception being SVG but that accounts for what, 1% of all images on the web?
>>
>>109070061
I don't know, but that shit is fucking annoying desu
>>
File: le_good.jpg (139 KB, 1200x630)
139 KB JPG
>>109069829
it's not the format that's a stupid piece of shit, it's those browsers for not implementing it ,nigga!
>>
File: 1747206318152089.webm (3.58 MB, 1280x720)
3.58 MB
3.58 MB WEBM
Software decoding is for niggers. White men use hardware decoding.
>>
>>109070228
I haven't found anything on a 5 minute google search on widespread JXL hardware acceleration in the near future.

You sure JXL isn't just FLIF 2.0 PIK 2.0 FLUIF 2.0?
>>
>>109070252
But anon don't you want to stand up to the evil nazis who burned books on cutting off your cock and wearing a dress? So what if your phone battery life is nuked to pieces and gives you third degree burns...
>>
webp/avif jewjeet filth gets the rope
>>
>>109069741
>did you not read
i dont read daiz posts
>>
File: 1779693573148511.mp4 (2.09 MB, 576x1024)
2.09 MB
2.09 MB MP4
>>109070334
>>109070345
Why this religious devotion to JXL anyway? AVIF has improved enough to be just as good as JXL is real photographic inages as demonstrated in >>109069456

I could easily flood this thread with the numerous examples of where JXL loses to AVIF in Anime images but I'm trying to stay objective here.

If both AVIF and JXL are now about equal in photographic images why do you feel deep in your heart that AVIF should go and JXL should stay despite no near planned future deployment of hardware acceleration for JXL?
>>
>>109069312
pornhub has been serving jxl thumbnails for a while
some sites using cloudinary have it enabled, the images on https://cloudinary.com/ for example are all .jxl
>>
>>109070366
now show a comparison of a 1mb image instead of 100kb
>>
File: 1776533480727223.png (30 KB, 677x181)
30 KB PNG
>>109070061
>>109070218
https://thorium.rocks/misc/jxl-test-page/red-room.jxl
It's because catbox is telling the browser the content type is "application/octet-stream" instead of "image/jxl", and the x-content-type-options: nosniff header tells the browser to trust that instead of using MIME sniffing (to prevent XSS/MIME confusion attacks).
Nginx currently doesn't specify the image/jxl mimetype so you need to manually configure it, they also don't have any plans to add it to the default config.
https://github.com/nginx/nginx/blob/master/conf/mime.types
https://github.com/nginx/nginx/pull/1088#issuecomment-3773873842
>If you need additional types in your configuration, consider updating your local mime.types file or extending the existing list using the types directive.
>We consider mime.types to be in a frozen state and unlikely to accept new types.
>Requests whose sole purpose is to extend the default mime.types file will be closed.
>>
>>109070410
Those images hit SSIMU2 80

80 = very high quality. Distortion not noticeable by an average observer in a side-by-side comparison at 1:1 from a normal viewing distance. This corresponds to the typical output of cjxl -d 1.5 / -q 85 or libjpeg-turbo 4:2:2 quality 85.

https://github.com/cloudinary/ssimulacra2

Keep in mind that SSIMU2 was created by the same person who made JXL so it's biased toward JXL to begin with...
>>
File: pixDAIZ is here.webm (94 KB, 360x270)
94 KB
94 KB WEBM
>>109070094
>attempts to sperg yet another interesting thread
DO NOT ENGAGE
>>
>>109070432
I accept your concession.
>>
>>109069741
>but is that really going to be enough to keep JXL from the grave like FLIF/PIK/FLUIF/and whatever other meme shit they came up with in the last decade or so?
chrome is also adding back support for it
windows 11 has native support
apple safari/os/macos has had native support for it for a long time, you can even take pictures with it (same on recent samsung phones)
plus, it will be part of the pdf standard
it's not going anywhere at this point
also...
>FLIF/PIK/FLUF
all of these are literally at the base for lossless jpeg-xl, those formats didn't die, they just got renamed, this is like what happened to daala (became part of av1).
the official flif website literally states that "FLIF development has stopped since FLIF is superseded by FUIF and then again by JPEG XL, which is based on a combination of Pik and FUIF. For more information, see Jon's JXL info page or visit the JPEG XL Discord server."
so your point doesn't make any sense in the first place, even ignoring the fact that those formats never had support anywhere while jxl is already almost widespread.
>>
As of 2026, all the best media codecs are open and royalty-free!
AV2 for videos
FLAC for lossless audio
Opus for lossy audio
JPEG XL for lossless and lossy images
>>
>>109069302
>for tranny month they decided to make private browsing int oa fucking purple faggot page

thank you men who are pedos! I Stand With Faggots!!!
>>
File: IMG_3867.jpg (316 KB, 828x758)
316 KB JPG
>>109070061
loads normal for me
>>
>>109070464
tl;dr?
>>
>>109070420
Interesting, so JXL is DOA for the web? Might still be good for personal archiving photos though, right?
>>
>>109070585
>thread about jxl support on firefox
>people point out a weird behaviour about it
>itoddler running safari chimes in because he hasn't learned how to read yet
classic
>>
>>109070614
I hope this was some retarded bait attempt, if you truly need a tl:dr for such a tiny amount of text you really need to kys
>>
>>109070634
>some sites are currently running software that doesn't properly implement the mime type for jxl so jxl is totally doa
???
>>
>>109069302
>https://ftp
.
>>
File: ZomboDroid_16062026133306.png (440 KB, 4316x1859)
440 KB PNG
>>109070657
4chan is LITERALLY running 2012 software.

Anyway here's my prediction of what will REALLY happen: in the next 10 years Webp is going to EXPLODE in adoption. There's active work on improving the encoder beyond what jpegli is capable of, retains massive backward compatability, and has the lowest software decoding out of all modern image formats.

Also curbstomps GIF and PNG into oblivion.
>>
>>109070834
>4chan is the entire web
that doesn't improve things, it still makes no sense what you're trying to say.
>There's active work on improving the encoder beyond what jpegli is capable of
by the time this thing gains traction avif/jxl will already have close to the same compatibility, and software decode performance won't be an issue anymore as average computing power is increased (ignoring the fact that it is already not an issue since radio transmission consumes more power than what an avif takes to decode on a 5+ year old midrange phone, i'm sick and tired of having to post the same data over and over again), the jews will have moved on from webp already.
>>
>>109070834
>look it up
>A commercial license from Halide Compression means guaranteed ongoing support, as well as access to new Iris-WebP releases and maintenance fixes over time.
>An Iris-WebP license is an investment in the future of web image compression in pursuit of a more beautiful web. If you'd like to use Iris today, send us an email!
kekw
yeah nobody is using this, not to mention the odds of them having cheated those benchmarks is pretty much 100%, as with every time some sketchy company claims to have a better encoder for X format that you cannot use before paying a license.
you are either falling for the oldest silliest scam known to man or you're just a shill.
>>
File: 1665030418669.webm (203 KB, 439x371)
203 KB
203 KB WEBM
>>109070882
nah, webp will RKO modern codecs and you will cry delicious tears of codec autism

You seriously believe iris-webp isn't dangerous to jxl/avif?
>>
>>109070908
>You seriously believe iris-webp isn't dangerous to jxl/avif?
...yes
based on the fact it requires obtaining and paying for a mistery license alone.
websites routinely choose to waste 50%+ more bandwidth to serve h264 video over h265, why would you believe they will pay for this bullshit that is claiming up to 17% bandwidth reduction? even if that claim were to be real (it's not), it's probably either cheaper or way less of an hassle to pay that 17% bandwidth, especially when you could just use avif/jxl instead and save 30+% without paying anything to these silly jews.
>>
File: 1764157956335748.jpg (247 KB, 1480x833)
247 KB JPG
I have a dream. An imageboard that supports webp, avif and jxl and drops /gif/
>>
>>109071031
umigalaxy supports webp lossless at least, that's SOMETHING
>>
>>109070426
sure, but they are like 1 megapixel. How about a realistic size?
>>
File: 1729569232560.png (3.03 MB, 1858x2160)
3.03 MB PNG
>>109071448
Okay but you should know that AVIF is more efficient at higher resolutions so it's NOT really a "fair" test desu. 1MP throttles AV1s 128x128 superblock efficiency hacks whoch seem to outperform JXL's varDCT thing.

https://files.catbox.moe/2rotpr.png

https://files.catbox.moe/uafv5j.avif

https://files.catbox.moe/9bamvb.jxl
>>
>>109069741
pornhub uses it, and if you don't know, much of what is considered "standard" in video websites was started by ph, youtube just copies.
>>
png or death
>>
>>109072592
https://w3techs.com/technologies/overview/image_format

If I understand picrel correctly BMP is infinitely less popular than AVIF. JXl is infinitely less popular than BMP...

Sorry but until JXL gets the same level of software/browser support as AVIF, it'll continue being a niche image format.
>>
>>109070474
Support for av{1,2} and jxl isn't not that much, other proprietry and older codec have more support, like hevc, avc, webp and jpeg.
>>
>>109071031
What stops them from supporting every supported formats by the main browsers? Is it security or what? Can't you also just use something like catbox, and embed them?
>>
>>109072659
Webp isn't proprietary, iris-webp however is, see >>109070834

If the latter changes then it's not that far fetched to see Webp become the next universal image format on the web.
>>
File: 2mhjis.jpg (140 KB, 640x720)
140 KB JPG
>>109072676
Yup, adopting Webp a few years ago would have been a completely fucktarded mistake.

https://www.ox.security/blog/what-you-need-to-know-about-the-libwebp-exploit/

BTW this is coming from someone who thinks we should adopt Webp before JXL/AVIF. You adopt either of the latter right now and you might get FUCKED with some brutally nasty 0-day.
>>
>>109072676
Also using catbox to host image is very JEWISH behaviour.
>>
Firefox sucks
>>
>>109069456
Middle image is blurry like you put vaseline on the lens. Unusable.
>>
>>109072797
I think I'l trust the metric developed by the leading perceptual quality nerds.

btw many complain that SSIMU2 is biased toward JXL and gives that artificially higher points. In my testing I don't see that tho.
>>
>>109072712
retard
>>
>>109073518
https://simple.wikipedia.org/wiki/Hotlinking
>>
jxl is futureproof. avif is ok today and will be old 10 years later.
>>
File: 1421117457055.jpg (126 KB, 453x674)
126 KB JPG
I stopped using firefox when they bricked their authentication to try and force users to upgrade to the new shit version.
>>
>>109069302
Updated. Now if only cdisplayex was still under development and released a desktop version with jxl support...
>>
>>109069312
https://nyaa.si/?f=0&c=0_0&q=jxl
>>
>>109070420
You might have more success getting Angie (nginx successor) to support image/jxl OOTB. Nobody should be using nginx in current year anyway.
>>
>>109069456
From my experience AVIF has worse compression than webp in a lot of cases, while requiring a lot more compute to render. AVIF is a fucking joke of a format.
>>
>>109070061
https://addons.mozilla.org/en-US/firefox/addon/open-in-browser/
>>
>>109074757
sex
>>
Please link more jixel files
Should I convert all my jaypegs to jixels now since that conversion is lossless?
>>
https://yande.re/post/show/1262734

Compressing this 11.8MB png at same settings on XnView MP, it yields 631Kb avif || 698 jxl. In terms of quality they're identical but I'm blind and retarded, maybe the avif is a smidge brighter (which is nice). Also, it takes 10-12 seconds to convert to jxl on my 5800X, fucking sucks.
>>
>>109069302
I have no idea what jxl format is, but my fedora machine by default uses jxl for its background image
I guess it's the newest cool kid image format
>>
>>109075212
it's a modern ".jpeg"
>>
File: 1774648707818528.png (27 KB, 500x500)
27 KB PNG
>>109072712
Why? It was created to host media for ever and to allow sharing it, from reading their TOS it seems it's only forbidden to use catbox as a cdn for your ecommerce website, or something akin. If users would use it as way to share pics or media in a forum/board, how is that jewish?
>>
>>109072698
But wouldn't this apply to all media? What if librandommedia had some exploit, would that mean we should ban randommedia? Browsers have enough level of sandboxing that a vulnerability in the rendering process in a tab wouldn't affect the whole system, nor the whole browser afaik. If not, then their design is flawed.
>>
>>109070420
>nosniff
brapfags on suicide watch
>>
>>109070266
>widespread JXL hardware acceleration in the near future.
Did you find anything on JPEG?
>>
idk where youd even encounter jxl files
Game bar and nvidia app save hdr screenshots in jxr which sucks and isnt supported, idk why they dont move to avif
>>
>>109075423
Why not HEIF?
>>
>>109075432
avif is free, good at compression, more supported than other hdr formats
>>
>>109075440
HEIF is what cameras shoot though and it's also backed by Apple. Yeah, I will admit the licensing situation of it depending on HEVC is not great though. If Mozilla and Chrome could find away around the licensing then that would be nice.
>>
>>109072698
not sandboxing your media processing, both server side and browser side, is the bigger mistake here methinks
>>
>>109070585
/thread
>>
File: 1751009536485495.png (400 KB, 1172x926)
400 KB PNG
>>109074922
are you just a contrarian.
sure, it seems to have legitimate cases but seems irrelevant unless you are the literal russian military.
>>
>>109073757
posting a link =/= hotlinking
either you did not even read that link, or you're too stupid too understand it
>>
>>109069302
Fucking finally.
Enabled by default when?
>>
>he fell for the lossless meme
kek
>>
>>109072659
av1 is kinda supported on everything that matters now. all the new iphones have it, all the new android socs have it, all the laptops made in the last couple years have it, the new tv boxes have it. i doubt netflix cares about /g/ users on a decade-old thinkpad that only has up to hevc
>>
>>109069312
https://jpegxl.info/resources/jpeg-xl-test-page.html
>>
>>109080117
https://thorium.rocks/misc/jxl-test-page/



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.