VSCode Extension for converting images into the WebP format.
Easily convert PNG, JPG and TIFF files into a WebP file.
Right-click a PNG, JPG/JPEG or TIFF file and click on Convert to WebP
.
In it's current state the extension will run the following command:
cwebp -preset photo <input> -o <output>.webp
Does the file conversion. Access via file explorer.
Shows information about the installed binary.
Will download the chosen version of libwebp if no installation is present.
Deletes the installed binary.
Use this if you want to install another version.
Will use a globally available binary of cwebp if available.
- Use a custom view instead of many Quick Picks
- Allow to create profiles which provide customized defaults
- Logo generated using IconKitchen