-
-
Notifications
You must be signed in to change notification settings - Fork 207
Description
I have been poking at https://github.com/HTTPArchive/almanac.httparchive.org/blob/main/sql/2022/media/bytes_and_dimensions_by_format.sql to get an updated view of quality distributions in the wild.
I happened to look for 'heif' images and was surprised how many I found. It turns out that for example https://gaijincph.dk/ serves https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/images/1e59c431-1198-4859-bebd-769d37d1a975_m.heic
That gets classified by pithyType() as 'heif' because the URL ends with '.heic'. However, it's actually a JPEG.
It seems like only the URL is used in fact, because of this call here:
| resourceFormat: pithyType({ contentType: d.mimeType, url: d.url }) |
There is no mimeType in the data, at least not in the httparchive.pages.2024_01_01_desktop data. Here's what I unpacked from payload and a few nested JSON objects for https://gaijincph.dk/:
[
{
"hasSrc": true,
"hasAlt": true,
"isInPicture": false,
"hasCustomDataAttributes": false,
"hasWidth": false,
"hasHeight": false,
"url": "https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/logo.png?v58288",
"totalCandidates": 1,
"altAttribute": "GAIJIN logo",
"clientWidth": 150,
"clientHeight": 134,
"naturalWidth": 2097,
"naturalHeight": 1598,
"hasSrcset": false,
"hasSizes": false,
"currentSrcDensity": 1,
"approximateResourceWidth": 2097,
"approximateResourceHeight": 1598,
"byteSize": 125672,
"bitsPerPixel": 0.3000221426043403,
"computedSizingStyles": {
"width": "auto",
"height": "auto",
"maxWidth": "150px",
"maxHeight": "none",
"minWidth": "auto",
"minHeight": "auto"
},
"intrinsicOrExtrinsicSizing": {
"width": "both",
"height": "intrinsic"
},
"reservedLayoutDimensions": false
},
{
"hasSrc": true,
"hasAlt": true,
"isInPicture": false,
"hasCustomDataAttributes": false,
"hasWidth": true,
"hasHeight": true,
"url": "https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/images/e6680b7e-a494-49d3-b8dd-027338d28566_m.jpg",
"totalCandidates": 1,
"heightAttribute": "100%",
"widthAttribute": "100%",
"altAttribute": "Picture of The Full Gaijin Experience",
"clientWidth": 411,
"clientHeight": 411,
"naturalWidth": 720,
"naturalHeight": 826,
"hasSrcset": false,
"hasSizes": false,
"currentSrcDensity": 1,
"approximateResourceWidth": 720,
"approximateResourceHeight": 826,
"byteSize": 283244,
"bitsPerPixel": 3.8101156846919557,
"computedSizingStyles": {
"width": "100%",
"height": "100%",
"maxWidth": "none",
"maxHeight": "none",
"minWidth": "100%",
"minHeight": "100%"
},
"intrinsicOrExtrinsicSizing": {
"width": "extrinsic",
"height": "extrinsic"
},
"reservedLayoutDimensions": false
},
{
"hasSrc": true,
"hasAlt": true,
"isInPicture": false,
"hasCustomDataAttributes": false,
"hasWidth": true,
"hasHeight": true,
"url": "https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/images/1e59c431-1198-4859-bebd-769d37d1a975_m.heic",
"totalCandidates": 1,
"heightAttribute": "100%",
"widthAttribute": "100%",
"altAttribute": "Picture of Tasting menu",
"clientWidth": 411,
"clientHeight": 411,
"naturalWidth": 720,
"naturalHeight": 960,
"hasSrcset": false,
"hasSizes": false,
"currentSrcDensity": 1,
"approximateResourceWidth": 720,
"approximateResourceHeight": 960,
"byteSize": 214586,
"bitsPerPixel": 2.4836342592592593,
"computedSizingStyles": {
"width": "100%",
"height": "100%",
"maxWidth": "none",
"maxHeight": "none",
"minWidth": "100%",
"minHeight": "100%"
},
"intrinsicOrExtrinsicSizing": {
"width": "extrinsic",
"height": "extrinsic"
},
"reservedLayoutDimensions": false
},
{
"hasSrc": true,
"hasAlt": true,
"isInPicture": false,
"hasCustomDataAttributes": false,
"hasWidth": true,
"hasHeight": true,
"url": "https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/images/73c94994-f80a-4f1c-b524-44d3e80e28ee_m.heic",
"totalCandidates": 1,
"heightAttribute": "100%",
"widthAttribute": "100%",
"altAttribute": "Picture of A la carte",
"clientWidth": 411,
"clientHeight": 411,
"naturalWidth": 720,
"naturalHeight": 900,
"hasSrcset": false,
"hasSizes": false,
"currentSrcDensity": 1,
"approximateResourceWidth": 720,
"approximateResourceHeight": 900,
"byteSize": 248070,
"bitsPerPixel": 3.0625925925925928,
"computedSizingStyles": {
"width": "100%",
"height": "100%",
"maxWidth": "none",
"maxHeight": "none",
"minWidth": "100%",
"minHeight": "100%"
},
"intrinsicOrExtrinsicSizing": {
"width": "extrinsic",
"height": "extrinsic"
},
"reservedLayoutDimensions": false
},
{
"hasSrc": true,
"hasAlt": true,
"isInPicture": false,
"hasCustomDataAttributes": false,
"hasWidth": true,
"hasHeight": true,
"url": "https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/images/29fd156a-2b46-4cb6-a5a3-0e481f66aaba_m.png",
"totalCandidates": 1,
"heightAttribute": "100%",
"widthAttribute": "100%",
"altAttribute": "Picture of Private Dining",
"clientWidth": 411,
"clientHeight": 411,
"naturalWidth": 709,
"naturalHeight": 540,
"hasSrcset": false,
"hasSizes": false,
"currentSrcDensity": 1,
"approximateResourceWidth": 709,
"approximateResourceHeight": 540,
"byteSize": 22605,
"bitsPerPixel": 0.47233975865851746,
"computedSizingStyles": {
"width": "100%",
"height": "100%",
"maxWidth": "none",
"maxHeight": "none",
"minWidth": "100%",
"minHeight": "100%"
},
"intrinsicOrExtrinsicSizing": {
"width": "extrinsic",
"height": "extrinsic"
},
"reservedLayoutDimensions": false
},
{
"hasSrc": true,
"hasAlt": true,
"isInPicture": false,
"hasCustomDataAttributes": false,
"hasWidth": true,
"hasHeight": false,
"url": "https://ftstorageprod.blob.core.windows.net/images/restaurant/5ad12db8/coverimage_l.jpeg",
"totalCandidates": 1,
"widthAttribute": "100%",
"altAttribute": "",
"clientWidth": 918,
"clientHeight": 918,
"naturalWidth": 1200,
"naturalHeight": 1200,
"hasSrcset": false,
"hasSizes": false,
"currentSrcDensity": 1,
"approximateResourceWidth": 1200,
"approximateResourceHeight": 1200,
"byteSize": 61206,
"bitsPerPixel": 0.34003333333333335,
"computedSizingStyles": {
"width": "100%",
"height": "auto",
"maxWidth": "none",
"maxHeight": "none",
"minWidth": "auto",
"minHeight": "auto"
},
"intrinsicOrExtrinsicSizing": {
"width": "extrinsic",
"height": "intrinsic"
},
"reservedLayoutDimensions": false
}
]Since the number of bytes and the decoded width and height are known, the decoder that was actually used should in principle be knowable.