Jeffrey's Image Metadata Viewer Is Gone — Here's What to Use Instead
- Jeffrey Friedl's metadata viewer (exif.regex.info) went offline in late 2024
- Several free alternatives handle the same EXIF/metadata viewing tasks
- Browser-based options work on any device without installing software
- Our free EXIF viewer is the closest match: no upload, reads JPEG/TIFF instantly
Table of Contents
For years, Jeffrey Friedl's image metadata viewer at exif.regex.info was the go-to tool for photographers, investigators, and developers who needed to read EXIF data from a URL or uploaded file. The site went offline, leaving a gap that's led thousands of people searching for a replacement. The good news: several strong alternatives exist, and the best ones require zero installation.
What Jeffrey's Viewer Did
Jeffrey Friedl's Image Metadata Viewer had two key capabilities:
- View EXIF from a URL — paste an image URL and it would read the EXIF data remotely
- Upload and view — upload a JPEG to see all metadata organized by category
It was particularly popular with photographers who wanted to check camera settings from images found online, and with OSINT researchers who needed to extract location data from photos without downloading them first. The "from URL" feature was unique and hasn't been perfectly replicated, but for the far more common use case — checking files you already have — browser-based alternatives work just as well or better.
Best Free Jeffrey's Metadata Viewer Alternatives
| Tool | Works From URL? | Uploads to Server? | Free? |
|---|---|---|---|
| WildandFree EXIF Viewer | No (local file) | No — 100% local | Yes, forever |
| ExifTool (command line) | Yes | No | Yes, open source |
| jimpl.com | Yes | Yes (uploaded) | Free tier |
| exif.tools | Yes (URL) | Yes (fetched) | Yes |
| metapicz.com | No | Yes (uploaded) | Yes |
The privacy tradeoff: Tools that read from a URL must contact the remote server to fetch the image — that means a third-party sees your request. Tools that accept file uploads store the image on their server, at least temporarily. The WildandFree EXIF viewer is the only option in this list that processes entirely locally — nothing is fetched, nothing is uploaded.
Sell Custom Apparel — We Handle Printing & Free ShippingHow to Use WildandFree as a Jeffrey's Viewer Replacement
For most of what Jeffrey's viewer was used for — reading camera settings, GPS data, timestamps, and metadata fields — the process is straightforward:
- Go to wildandfreetools.com/image-tools/exif-viewer/
- Drop your JPEG or TIFF file (or click to select)
- All EXIF fields appear organized into sections: GPS Location, Camera Info, Settings, Date/Time, Software, Dimensions
- Click "Copy All" to export the full metadata as text
The viewer supports the same core fields Jeffrey's did: make, model, lens, ISO, aperture, shutter speed, focal length, GPS coordinates, date taken, and software. If you need to check metadata from an image URL rather than a downloaded file, download the image first (right-click → Save Image As) and then upload — a minor extra step for a fully private workflow.
ExifTool: The Power User Alternative
If you need to read metadata from image URLs programmatically, or process hundreds of files at once, ExifTool by Phil Harvey remains the gold standard. It's free, open source, and runs on Windows, Mac, and Linux from the command line.
Basic usage:
exiftool photo.jpg
Read from URL:
exiftool https://example.com/photo.jpg
Extract GPS only:
exiftool -GPSLatitude -GPSLongitude photo.jpg
ExifTool reads every metadata format ever used: EXIF, IPTC, XMP, MakerNotes, and dozens more. For occasional use, the browser tool is faster. For batch workflows or remote URLs, ExifTool is the right choice. Both are free and neither requires an account.
OSINT Use Case: Reading Metadata from Images Online
One of Jeffrey's most popular use cases was open-source intelligence — researchers pasting image URLs to check if GPS coordinates or device info was embedded. For this workflow:
- If you have the direct image URL: Download the image, then use our viewer locally for a private check
- If you need batch processing of many URLs: ExifTool with a URL list is the professional approach
- If the image is on a platform that strips EXIF (Instagram, Twitter/X, Facebook): the metadata is gone regardless of what tool you use — the platform stripped it on upload
For deeper OSINT work involving photo metadata, also consider that the timestamp data in EXIF can be as revealing as GPS — the exact date/time a photo was taken can correlate with claimed locations, alibi windows, or event timelines. Our viewer shows both.
Try the Jeffrey's Viewer Replacement — Free, No Upload
Read EXIF from any JPEG or TIFF file in seconds. GPS, camera settings, timestamps — all displayed locally in your browser.
Open Free EXIF ViewerFrequently Asked Questions
Is Jeffrey's image metadata viewer coming back?
Jeffrey Friedl has not announced a return of exif.regex.info. As of early 2026 the site remains offline. Several alternatives exist, with ExifTool (command line) and browser-based tools like WildandFree EXIF Viewer covering the most common use cases.
Can any tool read EXIF data from an image URL without downloading?
Some tools like exif.tools accept URLs directly. However, these tools must fetch the image from the URL on their servers — meaning they see both your request and the image. For privacy-sensitive use, download the image first and use a local browser-based viewer.
What happened to Jeffrey's metadata viewer?
Jeffrey Friedl's exif.regex.info site was a personal project that he hosted for many years. It went offline in 2024. The most likely explanation is that the hosting costs or maintenance became unsustainable for a free personal project.

