Sharp Plugin | REAL |
// Paste your code here [What happens currently]
I found sharp-exif on GitHub, but it hasn't been updated in 2 years. Open to suggestions.
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.
[Plugin Request] Sharp for Obsidian (Image resizing/compression) sharp plugin
Requires SSH access to install Node. Not for shared hosting.
Has anyone else implemented this in production? I'm concerned about queue management during traffic spikes. Title: [Sharp Plugin] Issue with [Feature Name]
Plugin Idea: A native Obsidian plugin powered by the sharp library to automatically compress images dropped into the vault. // Paste your code here [What happens currently]
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?
[What should happen]
Does anyone know of a reliable plugin or extension for Sharp that preserves EXIF data during aggressive WebP compression? Choose the one that fits your situation
Just finished testing the "Sharp for WordPress" integration (using Node.js as a microservice) and the results are impressive.
Plugin Name: [e.g., sharp-webp-resizer] Version: 1.2.3 Environment: Node 18 / Windows 11
I'm currently using the standard pipeline: