Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WebP ConverterNew to Visual Studio Code? Get it now.
WebP Converter

WebP Converter

Axel Rindle

|
4,218 installs
| (3) | Free
Convert images into the WebP format.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

webp-converter

CI Visual Studio Marketplace Version

VSCode Extension for converting images into the WebP format.

Easily convert PNG, JPG and TIFF files into a WebP file.

Usage

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

Commands

webp-converter.execute

Does the file conversion. Access via file explorer.

webp-converter.binary-version

Shows information about the installed binary.

webp-converter.download-binary

Will download the chosen version of libwebp if no installation is present.

webp-converter.delete-binary

Deletes the installed binary.

Use this if you want to install another version.

Settings

webp-converter.preferSystemBinary

Will use a globally available binary of cwebp if available.

TODO

  • Support flags like -preset, -z and -m

License

MIT

Acknowledgements

  • Logo generated using IconKitchen
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft