Image Metadata Stripper

pending

by tiemio

Automatically strips privacy-sensitive metadata from images and PDFs added to your vault.

Updated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Image Metadata Stripper

An Obsidian plugin that automatically strips privacy-sensitive metadata from images and PDFs when they are added to your vault.

Features

  • Automatically strips metadata from files as they enter the vault
  • Manual stripping via right-click context menu
  • Bulk strip all existing vault files at once
  • Per-format toggles for fine-grained control
  • Option to preserve ICC color profiles

What gets removed

FormatMetadata removed
JPEGEXIF, IPTC, XMP, comment data
PNGText chunks, EXIF data
WebPEXIF, XMP data
PDFInfo dictionary, XMP metadata packets

Installation

Community plugins (recommended)

  1. Open Settings > Community plugins
  2. Click Browse and search for "Image Metadata Stripper"
  3. Click Install, then Enable

Manual installation

  1. Download main.js, manifest.json, and styles.css (if present) from the latest release
  2. Create a folder image-metadata-stripper in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into that folder
  4. Enable the plugin in Settings > Community plugins

Settings

SettingDefaultDescription
Enable metadata strippingOnAutomatically strip metadata from supported files added to the vault
Strip JPEG metadataOnRemove EXIF, IPTC, XMP, and comment data from JPEG images
Strip PNG metadataOnRemove text chunks and EXIF data from PNG images
Strip WebP metadataOnRemove EXIF and XMP data from WebP images
Strip PDF metadataOnRemove Info dictionary and XMP metadata from PDF files
Keep color profilesOnPreserve ICC color profile data to maintain color accuracy
Show notificationsOnDisplay a notice when metadata is stripped

Privacy

This plugin processes all files locally within your vault. No data is sent to any external service. Metadata is permanently removed from the file — this cannot be undone.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.