Closed fireattack closed 2 years ago
Hey @fireattack -- this is expected behavior. We have a byte-size cap for serving PNG files, and our image serving service will fall back to a JPEG when that cap is exceeded. We also mentioned recently on Changes that we're trying out various image serving optimization tactics, which may cause output like this.
I don't get it.
our image serving service will fall back to a JPEG
I understand this part.
But then it should be marked as JPEG, since it's JPEG.
Response (part):
It says
"type": "image/png",
and has a.png
suffix, but the image is actually JPEG.