- Dec 22, 2016
- 2,676
- 18,635
WebPy.bat is a multithreaded WebP png/jpg image compressor, supporting both lossy and lossless compression, mainly aimed at compressing Ren'Py games although it can also be used for other engines, or just a basic directory of images. It uses
You must be registered to see the links
for the image compression (
You must be registered to see the links
'd to reduce size),
You must be registered to see the links
to handle multithreading, and
You must be registered to see the links
is also bundled.No dependencies, no internet connection required. You can right click->edit to see the source. Works on Windows 7, 8 and 10. XP and Vista users might need this PowerShell update from Microsoft:
You must be registered to see the links
Instructions:
1. Copy WebPy.bat to the desired folder
- If you're compressing a Ren'Py game, this should be the /game/ folder
- If you're just compressing a directory of images, copy to the same directory as the images, it'll work recursively
2. Double click on WebPy.bat to execute- If you're just compressing a directory of images, copy to the same directory as the images, it'll work recursively
3. Answer the prompts to begin
Images will be overwritten, make sure you have a backup of any files before continuing. Use at your own risk.
Converted files keep the same file extension as they had previously; ie, png images will keep the png file extension even though it's a WebP image. This is to make it easier to compress games, as no code changes/image definition updates are required.
Known Issues:
- Having non-ASCII characters in your folder path may cause issues
Let me know if you encounter any issues or bugs.
You don't have permission to view the spoiler content.
Log in or register now.