RESOLVED FIXED 267277
[iOS] Avoid transcoding images on file inputs unless the set of image types is explicitly restricted
https://bugs.webkit.org/show_bug.cgi?id=267277
Summary [iOS] Avoid transcoding images on file inputs unless the set of image types i...
Aditya Keerthi
Reported 2024-01-09 10:18:44 PST
Attachments
Aditya Keerthi
Comment 1 2024-01-09 10:20:07 PST
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
Comment 2 2024-03-04 12:18:38 PST
EWS
Comment 3 2024-03-05 21:18:17 PST
Committed 275726@main (0f76043f7852): <https://commits.webkit.org/275726@main> Reviewed commits have been landed. Closing PR #25443 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.