S SearchRSS
< BackHome
Newest questions tagged python - Stack Overflow

Using Python PIL.Image module, <image>.paste() returns None

I was trying to overlay an image of a shirt over an image of a person, by using im.paste() from the PIL.Image module, but it somehow returns None, which I don't understand. I think according to the documentation: def pas

View original source