Image Metadata Explained: EXIF, IPTC, and XMP
What Is Image Metadata?
Image metadata is information embedded inside an image file that describes the image itself — when it was taken, what camera was used, copyright details, and much more. Unlike the visible pixels, metadata is hidden data that travels with the file.
Metadata serves different purposes for different people:
- Photographers use it to track camera settings and manage photo libraries
- Publishers use it for copyright and licensing information
- Web developers use it to understand image dimensions and color profiles
- Privacy-conscious users want to remove it before sharing photos online
Understanding metadata helps you make informed decisions about what to keep and what to strip from your images.
EXIF: Camera and Technical Data
EXIF (Exchangeable Image File Format) is the most common metadata standard. It’s automatically written by digital cameras and smartphones when you take a photo.
What EXIF Data Contains
| Category | Examples |
|---|---|
| Camera info | Make, model, lens, firmware version |
| Capture settings | Aperture (f-stop), shutter speed, ISO, white balance |
| Date and time | When the photo was taken (original and digitized) |
| GPS coordinates | Latitude, longitude, altitude |
| Image details | Resolution, color space, flash status |
| Thumbnail | Small preview image embedded in the file |
Privacy Concerns with EXIF
The most sensitive EXIF data is GPS location. When you share a photo taken at home, the GPS coordinates can reveal your exact address. Social media platforms like Facebook and Instagram strip EXIF data on upload, but many other platforms and messaging apps do not.
Always strip EXIF data before sharing photos if you’re concerned about privacy. Use PicKit’s compress tool to process images — it removes metadata by default, reducing file size and protecting your privacy.
When to Keep EXIF Data
- Professional photography: Camera settings help you learn and improve
- Photo organization: Date/time stamps help sort photos chronologically
- Legal evidence: Timestamps and GPS data can serve as proof
- Stock photography: Buyers may need technical camera information
IPTC: Descriptive and Administrative Data
IPTC (International Press Telecommunications Council) metadata is used primarily by news organizations, stock photo agencies, and professional photographers. Unlike EXIF, IPTC data is manually entered, not auto-generated.
Key IPTC Fields
- Description/Caption: Text describing the image content
- Keywords: Searchable terms for image libraries
- Creator: Photographer or artist name
- Copyright Notice: Copyright holder and year
- Credit Line: How the photographer should be credited
- Location: City, state/province, country
- Usage Terms: Licensing information and restrictions
Why IPTC Matters
If you sell photos on stock platforms or submit images to publications, IPTC metadata ensures your work is properly attributed and discoverable. Keywords in IPTC fields help buyers find your images in search results.
For web use, IPTC data adds unnecessary file size. A typical IPTC block adds 1-5KB per image. If you’re optimizing images for the web, strip IPTC data using PicKit’s compress tool.
XMP: The Modern Metadata Standard
XMP (Extensible Metadata Platform) was developed by Adobe and has become the industry standard for metadata. It’s based on XML and can contain all the information from EXIF and IPTC, plus much more.
Advantages of XMP
- Extensible: Anyone can define custom metadata fields
- Unicode support: Handles international characters properly
- Sidecar files: Can be stored in separate .xmp files alongside images
- Non-destructive editing: Adobe Lightroom and Camera Raw store edit instructions in XMP
XMP in Practice
When you edit a RAW photo in Lightroom, your adjustments (exposure, contrast, color grading) are stored as XMP metadata — either inside the file or in a sidecar file. The original pixel data is never modified. This non-destructive workflow is why XMP is essential for professional photo editing.
How Metadata Affects File Size
Metadata can add a surprising amount of data to image files:
| Metadata Type | Typical Size |
|---|---|
| Basic EXIF | 2-5 KB |
| EXIF with GPS | 5-10 KB |
| EXIF with thumbnail | 10-30 KB |
| IPTC | 1-5 KB |
| XMP (basic) | 3-8 KB |
| XMP (with Lightroom edits) | 10-50 KB |
| Total (typical camera photo) | 15-50 KB |
For web images, 15-50KB of metadata is significant — it can be 5-15% of the total file size for an optimized image. Stripping metadata is a quick win for web performance.
How to View Image Metadata
On macOS
Open the image in Preview, then press Cmd+I to open the Inspector. The “Exif” tab shows camera data, and the “GPS” tab shows location data.
On Windows
Right-click the image, select “Properties,” then click the “Details” tab.
Online
Upload your image to any EXIF viewer website to see all metadata fields without installing software.
How to Remove Image Metadata
Using PicKit
The easiest way to strip metadata while optimizing your images:
- Open PicKit’s compress tool
- Upload your image
- Set your desired quality level
- Download the compressed image — metadata is automatically removed
Batch Metadata Removal
For multiple images, use PicKit’s batch processing tool to compress and strip metadata from dozens of images at once.
Metadata Best Practices
For Web Publishing
- Always strip metadata before uploading to websites
- Reduces file size by 5-15%
- Protects privacy (no GPS or personal data exposed)
- Use PicKit’s compress tool for automatic metadata removal
For Photo Archives
- Keep all metadata for future reference and organization
- Back up original files with complete EXIF, IPTC, and XMP
- Use IPTC keywords for searchable photo libraries
For Social Media
- Strip metadata before sharing on platforms that don’t auto-strip
- Most major platforms (Instagram, Facebook, X/Twitter) strip EXIF on upload
- Messaging apps and email attachments may preserve metadata
- When in doubt, strip it
For Professional Use
- Add IPTC copyright and contact information to all delivered images
- Include relevant keywords for stock photography
- Keep EXIF data for technical reference
- Remove GPS data unless location is relevant to the assignment
FAQ
Can metadata be recovered after it’s removed? No. Once metadata is stripped from an image, it cannot be recovered. Always keep a backup of the original file with full metadata if you might need it later. The stripped version is only for sharing or web publishing.
Does screenshot contain EXIF data? Screenshots typically contain minimal EXIF data — usually just the creation date, image dimensions, and software information. They do not contain GPS data or camera settings. However, some screenshot tools may embed additional metadata, so it’s still good practice to strip metadata before sharing.
Does compressing an image remove metadata? It depends on the tool. PicKit’s compress tool removes metadata by default during compression. Some other tools preserve metadata. If you want to keep metadata while compressing, check your tool’s settings — but for web use, removing metadata is recommended.
What is the difference between EXIF and XMP? EXIF is a fixed-format standard focused on camera technical data (aperture, shutter speed, GPS). XMP is an extensible XML-based format that can contain any type of metadata, including EXIF data, IPTC data, and custom fields. Modern cameras and software often write the same information to both EXIF and XMP tags for compatibility.