from PIL import Image # Open the JPEG file with Image.open('input.jpg') as im: # Convert the image to PNG format im.save('output.png', 'PNG')
jpg to png converter
Social Plugin