Bug 267277
Summary: | [iOS] Avoid transcoding images on file inputs unless the set of image types is explicitly restricted | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aditya Keerthi <akeerthi> |
Component: | Forms | Assignee: | Aditya Keerthi <akeerthi> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Aditya Keerthi
rdar://106763672
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aditya Keerthi
Currently, on iOS, HEIC is unconditionally transcoded to JPEG. We should match the macOS WebKit behavior, where this conversion only happens if the set of image types is restricted, and does not include HEIC.
Aditya Keerthi
Pull request: https://github.com/WebKit/WebKit/pull/25443
EWS
Committed 275726@main (0f76043f7852): <https://commits.webkit.org/275726@main>
Reviewed commits have been landed. Closing PR #25443 and removing active labels.