Plugin — Sharp

[Plugin Request] Sharp for Obsidian (Image resizing/compression)

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? sharp plugin

I'm currently using the standard pipeline: This works fine