Sharp Plugin File

Looking for a Sharp plugin to handle WebP conversion with metadata preservation

Since "Sharp plugin" is ambiguous, I have provided . Choose the one that fits your situation. Option 1: For a Node.js/JavaScript project (Most Common) Context: Asking for help or sharing a custom plugin for the sharp image library. sharp plugin

Plugin Idea: A native Obsidian plugin powered by the sharp library to automatically compress images dropped into the vault. Looking for a Sharp plugin to handle WebP

sharp(input) .webp({ quality: 75 }) .toFile(output); This works fine, but I'm stripping important copyright metadata. Before I write a custom wrapper, has anyone built a plugin that uses sharp.heif() or a pre-processing step to copy over specific tags? Plugin Idea: A native Obsidian plugin powered by

[What should happen]

I found sharp-exif on GitHub, but it hasn't been updated in 2 years. Open to suggestions.