Newbie in image processing. I'm confused with these methods when merging two images with Pillow:
PIL.Image.Image
.paste().composite().alpha_composite().blend()
Could anyone provide a quick explanation? Or where could I grab the related background knowledge?