WP Manifestindependent plugin directory
manifest / media / automated-exif-watermarker

Automated EXIF-to-Taxonomy Cinematic Watermarker

Automatically extracts EXIF data into searchable taxonomies and adds a cinematic watermark to the 'large' image size.

by Sapthesh V · github.com/sapthesh/automated-exif-watermarker · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sapthesh/automated-exif-watermarker/archive/refs/heads/main.zip

From the readme

📸 Automated EXIF-to-Taxonomy Cinematic Watermarker Automated EXIF-to-Taxonomy Cinematic Watermarker is a powerful, zero-configuration workflow tool designed specifically for professional photographers. It automates the tedious task of indexing camera metadata and adds a sophisticated, minimalist watermark to web-ready images. ✨ Key Features - 🔍 Automatic EXIF Extraction: Immediately pulls Camera Make, Lens Model, Focal Length, and ISO from uploaded images. - 📈 SEO-Ready Taxonomies: Programmatically registers and assigns EXIF data to custom taxonomies, making your technical settings indexable by search engines and searchable by users. - 🎬 Cinematic Watermarking: Uses the PHP GD library to burn a minimalist text overlay (Camera | Lens | Settings) onto the large image size. - 🛡️ Original File Protection: Your original high-resolution uploads (full size) remain 100% untouched and un-watermarked. - ⚡ Performance-Optimized: Hook-based execution ensures the processing happens in the background during the standard WordPress upload flow. 🛠️ How It Works The plugin hooks into the wpgenerateattachmentmetadata filter, which fires the moment an image is uploaded. 1. Extract: I

Read the full README on GitHub →