Results 8 comments of Alex

I think it's something with the embedded colour profile, with the base PNG image I see the dark colours in TweakPNG and Edge, but correct colours in Firefox and the...

Does it still happen if you pass `--jpeg_transcode_disable_cfl` to cjxl when transcoding? If I decompose the images to LAB in GIMP I can see barely any changes in the L...

What happens if you run `chcp 65001` in the terminal first before cjxl/djxl?

[According to Microsoft](https://docs.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page#set-a-process-code-page-to-utf-8) you can opt into UTF-8 by default by either specifying it via an application manifest or setting the minimum target version to Windows 10 1903, but that...

This would be useful for browsers as well, CSS Images 4 [has the ability](https://drafts.csswg.org/css-images-4/#image-fragments) to specify crop regions for image loading

Another point in favour of Direct2D/DirectWrite, it has [special support for RDP](https://docs.microsoft.com/en-us/windows/win32/direct2d/direct2d-overview#:~:text=Content%20that%20is%20rendered%20by%20using%20Direct2D%20can%20also%20be%20displayed%20remotely%20by%20using%20the%20Remote%20Desktop%20Protocol%20(RDP)%20infrastructure%20in%20the%20Windows%207%20operating%20system.%20Developers%20can%20select%20whether%20rendering%20is%20handled%20by%20the%20GPU%20on%20the%20display%20computer%20or%20rendered%20locally%20and%20transmitted%20as%20bitmaps.) and can send just the drawing commends over the network to let the client system render them instead...

Is there an option of doing something like stem darkening? Freetype experimented with it (as explained [here](https://freetype.org/freetype2/docs/hinting/text-rendering-general.html#experimental-stem-darkening-for-the-auto-hinter) in an article from 8 years ago) as a way to offset the...

QUICv1 has been finished for a while at this point (A small v2 is currently being worked on), support should be good enough that devs shouldn't expect to run into...