I have two pictures: one contains black letters and has a white background and the other one is a common image processing picture. I want to add them so the final picture has the second image as background and the letters in front. I'm using Python's PIL library.
My first picture containing only letters
The second picture I want to have as background
How can I do that?
Thanks