Sharp Image ToolsA VS Code and Cursor extension that adds image conversion and editing to the Explorer context menu. Right-click any supported image file to convert it to another format or apply edits (rotate, flip, trim, etc.) using the sharp library. Author: Ben Houston | GitHub Installation
To install from VSIX: run
UsageRight-click an image file in the Explorer. Two submenus appear: Multi-selectYou can select multiple files in the Explorer and right-click to run Convert or Edit on all of them. Only image files in the selection are processed; non-image files are skipped silently (no notification). For Convert Image with multiple selection, all target formats are shown regardless of each file’s current format, so you can e.g. select a mix of PNG and WebP and convert all to JPEG in one action. No success toasts are shown when the operation completes; a progress indicator appears when processing two or more images. Convert ImageConvert the image to another format. With a single file, the current format is excluded from the list. Supported target formats:
Edit Image
Supported Input Formats
Configuration
Replace vs Save-As BehaviorBy default, the extension replaces the existing file (overwrites for edits; converts and deletes the original for format changes). This assumes you use version control (e.g. git) to recover if needed. Enable Leave original when changing format or Leave original when editing to write to new files instead. LicenseMIT |