Python-Scripts
Python-Scripts copied to clipboard
added a simple python script for converting JPG image into PNG
This PR is on the JPG to PNG conversion task as assigned. This script leverages the Python Imaging Library (PIL) to open a .jpeg image and save it as a .png format.
Addresses issue: #204