Can I take the colors of the image on the left and apply them to the image on the right? For example - Replace the skin tone of the image on the right with that of the left (and do this for all parts of the image - hair, pants, etc).
Specifically looking for Python libraries to do this job but any tool in some other language also works.
I have checked Pillow but couldn't find an obvious solution there. I was also wondering that both these images might have numerous colors and hence it would be impossible to do this task.