Upload a JPEG, PNG, GIF, WebP, or SVG and see a structured JSON report: EXIF / IPTC via the exifr library (loaded on demand), PNG tEXt / tIME / pHYs / IHDR hints, GIF screen header, and
decoded pixel dimensions. Same trust model as our APK Analyzer and APK String Extractor: files are not uploaded to DroidXP — parsing runs in your tab.
No file selected
Select an image to view metadata.
Digital photos often carry camera settings, timestamps, and sometimes GPS coordinates in embedded tags. This tool reads bytes from your file locally — similar to how our APK Analyzer inspects archives without uploading them — and prints a JSON report you can copy into tickets or documentation.
IHDR dimensions, tEXt keyword/value pairs, tIME, pHYs (zTXt compressed text is not expanded here).width / height / viewBox from the root element when parseable.<img>).If your file contains GPS metadata, it may appear in the report. Share exports carefully — stripping EXIF before sharing publicly is a common safety practice. DroidXP does not upload your image; still, clipboard and screen capture can leak data.
Social apps often strip metadata on re-upload. HEIC/RAW support depends on the browser and library — some files may show dimensions only. This is a best-effort inspector, not a forensic lab tool.
No. The file is read with FileReader APIs in your browser. Nothing is sent to DroidXP servers for this tool.
If the file still contains GPS EXIF tags, they can appear in the merged output. Remove or strip location data before sharing externally if that matters to you.
Many apps remove metadata on export, or the image was re-saved without EXIF. Screenshots and some messengers also strip tags.
Support varies by browser. You may only see dimensions or partial tags. Use vendor software for guaranteed RAW/HEIC decoding.
zTXt / iTXt are not fully expanded in this viewer — use a dedicated tool if you need every PNG chunk.
Yes — the first analysis loads exifr as an ES module from jsDelivr. After caching, offline use may work. Self-host the module if your policy requires it.
Files above about 80 MB show a warning; parsing may still be slow. Prefer smaller exports for browser inspection.
This is a convenience viewer, not a certified forensic chain-of-custody tool. Use proper procedures for legal evidence.
After the page and exifr are cached, it may work without network. First load needs connectivity to fetch the library unless you vendor it.
No localStorage is used for image bytes. The report exists only in memory until you refresh or clear.