Bug 173448 - Web Inspector: Include Image Metadata when viewing Image Resources
Summary: Web Inspector: Include Image Metadata when viewing Image Resources
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-15 16:55 PDT by Joseph Pecoraro
Modified: 2017-06-15 16:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-06-15 16:55:45 PDT
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.
Comment 1 Matt Baker 2017-06-15 16:58:41 PDT
Will this make the solution developed in https://bugs.webkit.org/show_bug.cgi?id=173448 for detecting transparency obsolete?
Comment 2 Matt Baker 2017-06-15 16:59:02 PDT
(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