Menu

Image Convertor

Image Convertor - student project

This program scans the current directory for image files with common extensions (such as JPG, PNG, GIF, BMP, and WEBP), resizes them to 1200x800 pixels, and converts them to the WebP format. The processed images are saved in a new "output" directory. The script uses the Pillow library for image manipulation and is useful for batch-converting and standardizing images for web or other uses.

 

https://github.com/maxx4all/ImageConvertor/blob/main/main.py