-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8755e31
commit 309c4d0
Showing
1 changed file
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,39 @@ | ||
# WebP Converter | ||
|
||
WebP Converter is a simple utility for converting image files to the WebP format in Windows Explorer's context menu. | ||
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. | ||
|
||
## Features | ||
## Key Features | ||
|
||
- Converts image files (e.g., .jpg, .png, .jpeg) to WebP format. | ||
- Integrates with Windows Explorer context menu for easy conversion. | ||
- Supports bulk conversion of multiple files at once. | ||
- **Effortless Image Conversion**: With just a right-click, you can quickly convert image files (e.g., .jpg, .png, .jpeg) to the WebP format. | ||
|
||
## Installation | ||
- **Bulk Conversion**: WebP Converter supports batch conversion, making it efficient for processing multiple files at once. | ||
|
||
1. Clone or download this repository. | ||
- **Customization**: The tool is customizable with the option to set your own custom icon. | ||
|
||
2. Create a folder named "WebP Converter" on your C drive (`C:\WebP Converter`). You can do this by following these steps: | ||
- Open File Explorer. | ||
- Navigate to `C:\` drive. | ||
- Right-click in the folder area, choose "New," and select "Folder." | ||
- Name the folder "WebP Converter." | ||
## Why WebP? | ||
|
||
3. Install the required Python libraries using `pip`: | ||
```bash | ||
pip install Pillow | ||
``` | ||
|
||
[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. | ||
|
||
## How It Works | ||
|
||
1. Select one or more image files in Windows Explorer. | ||
|
||
2. Right-click and choose the "Convert to WebP" option from the context menu. | ||
|
||
3. The selected files will be converted to WebP format and saved in the same directory. | ||
|
||
## Contributions | ||
|
||
Contributions to this project are welcome! Feel free to open issues, suggest enhancements, or submit pull requests. | ||
|
||
## License | ||
|
||
This project is open-source and licensed under the [MIT License](LICENSE). | ||
|
||
## Contact | ||
|
||
For questions or feedback, you can reach us at [im.code.parth@gmail.com](mailto:im.code.parth@gmail.com). | ||
|
||
--- | ||
|
||
**Disclaimer:** This tool is provided as-is, without warranty or guarantee. Use it responsibly and at your own risk. |