Skip to content
Image Server

Image Metadata Viewer

Read EXIF, dimensions and camera data from an image.

File

Output

0 chars
Ctrl

Questions

What happens to the file I upload?

It is parsed in memory by PHP and discarded as soon as the response is sent. Nothing is written to a web-accessible path and nothing is retained. Even so, EXIF frequently contains GPS coordinates and device identifiers, so think before uploading a personal photo to any online tool.

Why does my image have no EXIF?

Most platforms strip metadata on upload, screenshots never had any, and PNG and WebP rarely carry EXIF at all. It is primarily a JPEG convention written by cameras and phones.

How do I remove EXIF from my own photos?

On the command line, exiftool -all= photo.jpg strips everything. Re-saving through most image editors also drops it. Check afterwards rather than assuming, since some tools preserve tags you did not expect.

Open SVG Preview

SVG Preview

Render SVG markup live and export it as a data URI or PNG.

Image