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

WebP Converter

Axel Rindle

|
33 installs
| (0) | 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

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

TODO

  • Support flags like -preset, -z and -m
  • Add settings (global and per-user/-workspace)

License

MIT

Acknowledgements

  • Logo generated using IconKitchen
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft