Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- im = Image.open(r"newimage.png")
- im = Image.open(r"newimage.png")
- bg = Image.new("RGB", im.size, (255,255,255))
- bg.paste(im,im)
- bg.save(r"newimage.jpg")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement