Eric Portis
Eric Portis
I dropped this link into a Twitter reply and will repeat it here: https://en.wikipedia.org/wiki/Segmented_regression Free Windows software, which implements these equations: http://www.waterlog.info/segreg.htm
Nice suggestion! And maybe! I know @nhoizey added this functionality to jekyll-cloudinary – I'll look at how he did it... https://github.com/nhoizey/jekyll-cloudinary/commit/f700819b4bcbfa585c0589b8372ca078934f50c3
@litherum This is for the general infrastructure to send hints, but does not specify any particular hints to send. #70 is for a particular set of hints. Some other proposed...
In web contexts, at least, server-side opt-in is governed by https://wicg.github.io/client-hints-infrastructure/; if Client Hints aren't defined as [low-entropy](https://wicg.github.io/client-hints-infrastructure/#low-entropy-table), they do require opt-ins.
Those URLs are returned with the following HTTP header: ``` Content-Type: application/octet-stream ``` That fails the Regex test [here](https://github.com/HTTPArchive/almanac.httparchive.org/blob/ff9fd22f0489469ebf3254de6072f63cf086407a/sql/2022/media/bytes_and_dimensions_by_format.sql#L75), so we fall back to looking at the file extension, at...
That was fast! We didn't get to use any of the ImageMagick data here because this query is working from ``s found in the markup, rather than from HTTP requests....
As per usual, Rick beat me to it. Different (older?) flavor: ``` SELECT url, JSON_QUERY(payload, '$._image_details') as image_details FROM `httparchive.requests.2023_12_01_mobile` TABLESAMPLE SYSTEM (0.001 PERCENT) WHERE JSON_QUERY(payload, '$._image_details') IS NOT NULL...
@foolip not sure about venue (if I have a discussion that might require a chattier exploration, I generally start it in the [HTTP Archive Slack](https://join.slack.com/t/httparchive/shared_invite/zt-45sgwmnb-eDEatOhqssqNAKxxOSLAaA)), but @pmeenan is the person...
<aside> If you have any thoughts on the deprecation of Content-DPR and how to deal with resolution and caching, generally, I'd love to hear them: https://github.com/WICG/responsive-image-client-hints/issues/4 </aside>
Possibly I should file a separate issue, but this is just to say: it would also be nice to be able to check if a color is in the visible...