png to jpg python code example
Example 1: python convert png to jpg
from PIL import Image
img = Image.open('image.png')
rgb_img = img.convert('RGB')
rgb_img.save('image.jpg')
Example 2: png to jpg
Windows:
Right click on file.
Open with Paint.
File > Save As > JPEG Picture
Example 3: png to jpg
hey, this is a good converter!
https://png2jpg.com/