Fill an image with color but keep the alpha (Color overlay in PIL) – Photoshop
Basically, I'm trying to make a function that will take a given image and a color. for each pixel in the image, it will keep the original alpha value but will change the color to the given one. for example,…