Field | Value | Edit | Copy |
---|---|---|---|
{{ row.label }} |
{{ row.value }}
|
|
Exchangeable Image File Format (EXIF) stores camera settings, capture time, device model, and optional GPS coordinates inside image files. These tags travel with photographs and may reveal context unintentionally. Managing metadata helps you document authorship accurately, diagnose capture issues, and reduce personal information exposure when publishing pictures to social feeds, marketplaces, portfolios, or client handoffs.
This tool reads image metadata in your browser, presents a structured summary, a map for GPS coordinates, and a compact JSON view. You select export format and quality, choose a metadata mode—strip, keep, or apply edits—and optionally normalise orientation. Inline table editing lets you update common tags such as description, author, copyright, date taken, lens, and location before exporting.
Use it before sharing a house listing or holiday photo: remove GPS, verify the timestamp, and add copyright. Product photographers can correct lens or author fields to streamline catalog workflows. Metadata does not replace releases, warranties, or legal notices; confirm organisational policies before distributing images externally.
EXIF is a tag-based standard embedded in image containers. Tags are organised into image, EXIF, and GPS directories, carrying values such as exposure time, aperture, ISO, orientation, and decimal GPS coordinates. Many numeric values are stored as rational numbers. JPEG commonly stores EXIF in an APP1 segment; other formats allow metadata through different profiles, so persistence across conversions varies.
Mode | Meaning | Metadata effect |
---|---|---|
Strip all | Remove embedded tags on export. | Privacy-focused output without EXIF/GPS. |
Keep original | Preserve parsed tags as-is. | All fields written when the format supports it. |
Apply edits | Write modified values for selected fields. | Only edited fields change; others may be omitted or preserved. |
Format | Typical use | Metadata support |
---|---|---|
JPEG | Photos with adjustable quality. | Full EXIF writing and reading available. |
PNG | Graphics and screenshots. | Limited fields; writing support varies; lossless pixels. |
WebP | Web delivery with strong compression. | Metadata can exist but support is inconsistent across viewers. |
Parameter | Meaning | Unit/Datatype | Typical Range | Notes |
---|---|---|---|---|
Export format | Output container for the image. | Enum | JPEG · PNG · WebP | EXIF writing is reliable with JPEG. |
Quality | Compression level for lossy formats. | Percent | 60–95 | Higher values increase size; PNG is lossless. |
Auto-rotate | Applies orientation to pixels. | Boolean | On/Off | Prevents sideways images after export. |
Metadata mode | Policy for EXIF handling. | Enum | Strip · Keep · Edit | “Edit” writes only supported tags. |
Inline edits | New values for common tags. | Text/Number/Datetime | — | Author, description, copyright, lens, date. |
GPS | Latitude, longitude, altitude. | Decimal degrees / metres | Lat −90–90 · Lng −180–180 | Shown on a map when available. |
Convert latitude 37.4219999° to degrees-minutes-seconds used by EXIF rational fields.
Repeat for longitude −122.0840575° using ref=W. Seconds are stored as rationals; precision depends on chosen denominator.
EXIF behaviour follows the JEITA EXIF specification; JPEG stores metadata in APP1. TIFF/EP and related standards define tag structures and rational encodings. GPS coordinates typically use the WGS-84 datum. IPTC and XMP provide complementary metadata domains frequently carried alongside EXIF, though persistence varies by container and viewer.
Image metadata can contain personal data such as precise location and author names; ensure handling aligns with data-protection laws such as GDPR or CCPA.
Follow these steps to inspect, clean, or edit metadata and export a privacy-aware image.
EXIF is a standard set of tags embedded in image files, recording camera settings, capture time, device model, and optional GPS coordinates.
Containers differ in how they carry tags. JPEG retains EXIF reliably; PNG and WebP may support only subsets, so fields can be omitted on conversion.
Yes. Switch to Edit mode and change values directly in the table. Save per row to apply updates to the export.
Yes. The orientation flag is applied to the bitmap during export, producing an upright image that displays consistently across viewers.
No. Files are processed locally in your browser; nothing is uploaded to a server.
The source may not include location tags or they were previously stripped. You can add coordinates manually in Edit mode if needed.
This tool works on one image at a time. For bulk workflows, repeat the process or use a dedicated desktop pipeline.