Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelrindle/vscode-webp
VSCode Extension for converting images into the WebP format.
https://github.com/axelrindle/vscode-webp
image-converter jpeg jpg png tiff visual-studio-code visual-studio-code-extension vscode vscode-extension webp webp-converter
Last synced: about 2 months ago
JSON representation
VSCode Extension for converting images into the WebP format.
- Host: GitHub
- URL: https://github.com/axelrindle/vscode-webp
- Owner: axelrindle
- License: mit
- Created: 2023-03-16T21:55:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T07:26:12.000Z (8 months ago)
- Last Synced: 2024-10-12T02:29:03.506Z (2 months ago)
- Topics: image-converter, jpeg, jpg, png, tiff, visual-studio-code, visual-studio-code-extension, vscode, vscode-extension, webp, webp-converter
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=axelrindle.webp-converter
- Size: 686 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](opengraph.png)
# webp-converter
[![CI](https://github.com/axelrindle/vscode-webp/actions/workflows/main.yml/badge.svg)](https://github.com/axelrindle/vscode-webp/actions/workflows/main.yml)
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/axelrindle.webp-converter)](https://marketplace.visualstudio.com/items?itemName=axelrindle.webp-converter)> VSCode Extension for converting images into the WebP format.
Easily convert PNG, JPG and TIFF files into a [WebP file](https://developers.google.com/speed/webp).
## 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:
```shell
cwebp -preset photo -o .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
- Use a custom view instead of many Quick Picks
- Allow to create profiles which provide customized defaults## License
[MIT](LICENSE)
## Acknowledgements
- Logo generated using [IconKitchen](https://icon.kitchen/i/H4sIAAAAAAAAAzVQQW7DIBD8y%2FaKKtsktexr1Hul%2BlZV1RoW2yoOLoa4UZS%2FZyEJF0bDzswyFzihjbRCewGN%2FrcbaSZoDdqVBJjhYKcFfUjPK%2FEFmgxGG0DApNyRCYUzefxB5q5J0Z0XNgD1EAroh4OzzjP3Uku1r%2FaZ%2Bxwxz61%2FET1lqqP%2FEBlzVnhC2PDE2wlOJw1t8Vo0sizLt7qumkbKndwJUE97mc99jQ%2FUejoO2cwt0FaFAD8NI%2F8hwd6F4OY7tmQym3XvxpAK3AesI2q3cXRInXB4LoWHZqejTZV9wUY9fF9vV%2BtssUUBAAA%3D)