Python-Scripts icon indicating copy to clipboard operation
Python-Scripts copied to clipboard

added a simple python script for converting JPG image into PNG

Open LAbhilashKumar opened this issue 7 months ago • 0 comments

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

LAbhilashKumar avatar May 29 '25 14:05 LAbhilashKumar