17

Is there a way to use nodes to combine two images if both the images have transparency (i.e. alpha channels)?

enter image description here

Thom Blair III
  • 16,535
  • 20
  • 75
  • 112

2 Answers2

17

You can use an Alpha over node to automatically handle the alpha mixing:

enter image description here

However, if all you want to do is mix the alpha channels, a normal mix node will do (think of the alpha channel as a gray scale image):

enter image description here

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
-2

There are a few ways to do this. I will show you the way that worked for me. I drew some images in photoshop with alpha. Here is how to combine two images with alpha using the blender compositor. I found that this is the most reliable method to use for external images.

Final Node Setup:

enter image description here

Final Result:

enter image description here

Vader
  • 14,680
  • 16
  • 74
  • 110