Skip to content

Commit 309c4d0

Browse files
authored
Update README.md
1 parent 8755e31 commit 309c4d0

File tree

1 file changed

+31
-17
lines changed

1 file changed

+31
-17
lines changed

README.md

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
11
# WebP Converter
22

3-
WebP Converter is a simple utility for converting image files to the WebP format in Windows Explorer's context menu.
3+
WebP Converter is a lightweight utility designed to simplify the conversion of image files to the WebP format. This tool seamlessly integrates into the Windows Explorer context menu, allowing users to convert images with ease, whether it's a single file or a batch of files.
44

5-
## Features
5+
## Key Features
66

7-
- Converts image files (e.g., .jpg, .png, .jpeg) to WebP format.
8-
- Integrates with Windows Explorer context menu for easy conversion.
9-
- Supports bulk conversion of multiple files at once.
7+
- **Effortless Image Conversion**: With just a right-click, you can quickly convert image files (e.g., .jpg, .png, .jpeg) to the WebP format.
108

11-
## Installation
9+
- **Bulk Conversion**: WebP Converter supports batch conversion, making it efficient for processing multiple files at once.
1210

13-
1. Clone or download this repository.
11+
- **Customization**: The tool is customizable with the option to set your own custom icon.
1412

15-
2. Create a folder named "WebP Converter" on your C drive (`C:\WebP Converter`). You can do this by following these steps:
16-
- Open File Explorer.
17-
- Navigate to `C:\` drive.
18-
- Right-click in the folder area, choose "New," and select "Folder."
19-
- Name the folder "WebP Converter."
13+
## Why WebP?
2014

21-
3. Install the required Python libraries using `pip`:
22-
```bash
23-
pip install Pillow
24-
```
25-
15+
[WebP](https://developers.google.com/speed/webp) is a modern image format developed by Google. It offers smaller file sizes with high-quality compression, making it an excellent choice for web developers and designers looking to optimize website performance.
16+
17+
## How It Works
18+
19+
1. Select one or more image files in Windows Explorer.
20+
21+
2. Right-click and choose the "Convert to WebP" option from the context menu.
22+
23+
3. The selected files will be converted to WebP format and saved in the same directory.
24+
25+
## Contributions
26+
27+
Contributions to this project are welcome! Feel free to open issues, suggest enhancements, or submit pull requests.
28+
29+
## License
30+
31+
This project is open-source and licensed under the [MIT License](LICENSE).
32+
33+
## Contact
34+
35+
For questions or feedback, you can reach us at [[email protected]](mailto:[email protected]).
36+
37+
---
38+
39+
**Disclaimer:** This tool is provided as-is, without warranty or guarantee. Use it responsibly and at your own risk.

0 commit comments

Comments
 (0)