Re: [w3ctag/design-reviews] jxl Content-Encoding (#541)

> Note that `Content-Encoding` is a property of the payload, so saving-as will save the `jxl` version

'Content-Encoding' is a property of _network_ payload. Most browsers decode the network payload first and then provide it to users. Example: load a text file with `Content-Encoding: br` (or `gzip`). "Save" will save plain text...
With jxl Content-Encoding the output is a normal JPEG file, so users don't have to have support of new format to use the saved images.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/541#issuecomment-768297478

Received on Wednesday, 27 January 2021 13:50:06 UTC