Bug 173448
| Summary: | Web Inspector: Include Image Metadata when viewing Image Resources | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | hi, inspector-bugzilla-changes, mattbaker, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
Summary:
Include Image Metadata when viewing Image Resources
Some examples:
https://developer.apple.com/documentation/imageio/cgimageproperties
- EXIF (image orientation)
- GPS (location data)
- Animation properties (Delay, Loop)
- Format properties (PNG, GIF, ...)
- Transparency
- Camera properties
It may also be useful or developers to know if their image contains metadata how much space the metadata takes up in the image. It might useful to strip metadata to reduce image size in some cases.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Baker
Will this make the solution developed in https://bugs.webkit.org/show_bug.cgi?id=173448 for detecting transparency obsolete?
Matt Baker
(In reply to Matt Baker from comment #1)
> Will this make the solution developed in
> https://bugs.webkit.org/show_bug.cgi?id=173448 for detecting transparency
> obsolete?
I meant https://bugs.webkit.org/show_bug.cgi?id=173436