Quickly convert PNG and WEBP to JPEG

A simple Python script that quickly converts PNG and WEBP files to JPEG. This conversion aims for smaller file sizes. The script converts all files in its directory and outputs the new JPEG files to a specific folder, Converted_To_JPEG. It also displays the file size in MB before and after the conversion. To use this tool, Python 3.10 and the Pillow library are required.

For more details, you can visit the GitHub page: Image-converter.

Leave a Reply