Skip to main content

Metadata and File Information

The hidden data your images carry — reading it, using it, protecting it

In This Lesson

What Metadata Is

Metadata is information about an image stored inside the file alongside the pixels: when and where it was shot, the camera and settings, the copyright holder, keywords, and more. It powers search and cataloging, proves authorship, and — because it can reveal your location and gear — carries real privacy implications. Managing it is a quiet but important part of a professional workflow.

EXIF, IPTC, and XMP

Three standards cover most metadata, each with a different job:

StandardHoldsWritten by
EXIFCamera data: date, exposure, ISO, lens, often GPSThe camera, automatically
IPTCDescriptive: caption, creator, copyright, keywordsYou / cataloging software
XMPModern container that can carry EXIF, IPTC, and edit historyEditing software

💡 GPS Lives in EXIF

Phones and many cameras embed the exact GPS coordinates of a photo in its EXIF. That's handy for your own maps — and a privacy risk if you post the file publicly. Know it's there so you can decide whether to keep or remove it.

Viewing and Editing in GIMP

GIMP 2.10 reads and edits metadata through the Image → Metadata submenu:

  • View Metadata opens a viewer with EXIF, IPTC, and XMP tabs showing every stored field.
  • The metadata editor lets you add or change IPTC/XMP fields — creator, copyright, description, keywords.
  • On Export, format dialogs (JPEG, PNG, TIFF) include checkboxes to keep or discard EXIF, XMP, and color profile.
flowchart LR A[Image, Metadata] --> B[View EXIF, IPTC, XMP] A --> C[Edit creator and copyright] D[Export dialog] --> E{Keep or strip metadata?}

Read metadata via Image → Metadata; decide what to keep at export time.

Privacy: Stripping Metadata

The flip side: before posting images publicly, you often want to remove metadata — especially GPS location and personal camera details. In GIMP, uncheck "Save EXIF/XMP" in the Export dialog, or clear fields in the metadata editor first. This is essential for anything shared online where you don't want to broadcast where you live or work.

⚠️ Check Before You Post

A "harmless" holiday photo can reveal your home's coordinates from an earlier frame's GPS. Make stripping location metadata a default habit for public posts — export without EXIF, or scrub it explicitly.

Practice Activities

  1. Read it. Open a phone photo and inspect its EXIF via Image → Metadata — find the date, exposure, and any GPS.
  2. Claim it. Add your Creator and Copyright to an image's IPTC/XMP and export it, then reopen to confirm the fields survived.
  3. Scrub it. Export a copy with EXIF/XMP unchecked and verify the location data is gone.

Summary

✅ Key Takeaways

  • Metadata is information stored inside the file — powering search, authorship, and privacy concerns.
  • EXIF (camera/GPS), IPTC (descriptive), and XMP (modern container) are the three standards.
  • Use Image → Metadata to view and edit; the Export dialog decides what's kept.
  • Embed creator and copyright to assert authorship (but pair with a watermark for real protection).
  • Strip metadata — especially GPS — before posting images publicly.

➡️ What's Next

Protect everything you've organized: Backup and Archiving Practices.

Additional Resources