https://github.com/taylor-eos/webp-converter
Scripts to convert all image files in a folder to other formats
https://github.com/taylor-eos/webp-converter
Last synced: about 1 year ago
JSON representation
Scripts to convert all image files in a folder to other formats
- Host: GitHub
- URL: https://github.com/taylor-eos/webp-converter
- Owner: Taylor-eOS
- Created: 2024-04-12T18:08:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T14:23:45.000Z (over 1 year ago)
- Last Synced: 2025-02-25T15:29:12.854Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The script converts all WEBP files in `~/Desktop` to a more common image file format. Files are first moved to a secondary folder and converted from there, in order to preserve their placement on teh Desktop.
webp.py: Converts to PNG\
webp_j.py: Converts to JPG (use this one)\
webp_j_s.py: Converts to JPG with saturation adjustment
To make a basc script that launches the script, use this format:
```
cd path/to/webp-converter
source bin/activate
python webp_j.py
deactivate
exit
```