IMAGE CONVERTER TO WEBP
Let’s look at “IMAGE CONVERTER TO WEBP”
Using Pil Module, wherein
👉 WebP images are usually smaller than their counterparts, but with the same quality. That means using WebP images for your own site will (usually) make it run faster and reduce your data storage at the same time.
👉 Module Needed
📌 PIL(Python Imaging Library) or pillow library which is widely used for image processing in python and the most important class in the Python Imaging Library is the Image class
Learnings:
📌Work with modules such as Pil.
📌 Control your application by getting input from the user via console and python functions.