These scripts are all old, long since out of use by yours truly, and probably poorly written. I make no guarantees that they'll work properly, or that they won't set your computer on fire. You've been warned.
| webpkiller/ |
Automatic .webp convertersVarious scripts intended for use as the default program for opening .webp files. They automatically replace the .webp image with a .png one and open that instead. Incompatible with animated .webp images.
|
| webpkiller.sh |
Bash script for Linux.
- Only works on .webp files.
- Requires ImageMagick to be installed.
|
| webpkiller.cmd |
Batch script for Windows.
- Only works on .webp files.
- Requires ImageMagick.
- Replaces every instance of ".webp" in the filepath because Windows batch language is hard.
|
| webpkiller.py |
Platform-agnostic Python script.
- Works on anything supported by pillow.
- Requires Python 3 and the pillow library.
|
| webpkiller_win.zip |
Windows webpkiller.py build.webpkiller.py, but compiled for Windows with pyinstaller. |
| dirtomp3.sh |
Bash script that uses ffmpeg to convert a music library to mp3s. |