About the Image File Inspector
The Image File Inspector combines the local File object with decoded image dimensions. It reports properties reliably exposed by the browser without pretending to read camera EXIF fields that may be absent.
How to use the Image File Inspector
- Choose an image file.
- Inspect its decoded dimensions and file information.
- Copy the report when documenting an asset.
Practical tips
- MIME type comes from the selected file metadata and should not be treated as a security guarantee.
- Pixel count is width multiplied by height, not the compressed file size.