WebP image converter in python - 24/03/2025
I have made an image to WebP converter in python.
It is very handy for sending large images, compressing images or putting
images online, as it creates a much smaller file size with a similar image
quality.
The app features a quality selector and also a progress bar for
processing multiple images.
To use it you will need to install PIL with your python installation (https://pypi.org/project/pillow/)
You can download it on github here
(https://github.com/MANMAKRO/256-Bits-WebP-Coverter)
Hope you enjoy it!
Let me know of any feedback, questions or comments at
makrypodisc@hotmail.com
:)