Bug 146071
Summary: | Feature request jpeg 2000 accepts header | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jason Ormand <jason.ormand1> |
Component: | Images | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ap, beidson, colin, dbates, frik, heynemann, joacim.lowgren, karlcow, mcatanzaro, nicolas, sabouhallawa, viktor.holmberg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=178758 |
Jason Ormand
In the latest versions of Safari desktop/iOS, there is no specificity in image request headers that indicates the browser supports jpeg 2000. Ideally, we would have something like "image/jp2" and/or "image/jpeg2000" in the accepts header, analogous to Google's Chrome which adds the "image/webp" entry in the accepts header. This would be extremely helpful so that server side image processing tools (like Thumbor) can "automagically" return images with the best possible encoding/compression.
Please add this header.
Thanks,
Jason Ormand @ Vox Media
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bernardo Heynemann
This would be really useful for us as well. Globo.com is a large portal in south america (+1B page views/mo).
We have a big focus on speed. That's why we added Automatic WebP support for thumbor[1]. It would be awesome to have the same level of support for Safari (Mac OS, but even more pressing iOS).
This would allow us to detect if a request can receive JPEG 2000 and if so vary our cache by the Accept header.
Hope this gets implemented.
[1] http://thumbor.org
frik
+1
Colin Bendell
+1
Viktor Holmberg
+1
Nicolas Hoizey
+1
Would really be useful to optimize performance for Safari
Karl Dubost
This should be probably closed given that the support for JPEG2000 has been removed.