View image file metadata (EXIF, GPS, color info, etc.) directly in your browser. No server upload required.
Drag and drop an image file or click to select. Supports JPEG, PNG, WebP, GIF, SVG, and HEIC formats.
File name, dimensions, EXIF data, GPS info, and color palette are automatically displayed.
Copy metadata as JSON/text, or download the image with EXIF data removed.
A browser-based tool for viewing detailed image file metadata. All processing is done client-side — your images are never uploaded to a server.
No, all processing happens in your browser. Image data is never sent to any server.
JPEG, PNG, WebP, GIF, SVG, and HEIC are supported. EXIF data can be read from JPEG, WebP, and HEIC files.
It re-encodes the image through Canvas API, creating a new image file without EXIF, GPS, IPTC, or other metadata. The visual appearance remains unchanged.
Pixel data is sampled using Canvas API, then colors are quantized to identify the top 5 most dominant colors by frequency.