Questions tagged [compositing]

Compositing is the combining of visual elements from separate sources into single images.

See Digital compositing on Wikipedia.

64 questions
0
votes
1 answer

iPhone Quartz. How do I create a matte using a path rather then a bitmap?

In the visualization app I'm writing I want to shape a graphic using a matte created with a path. The graphic is a horizontal rectangular strip with various shapes drawn within. Atop this rectangular strip I want to draw an ellipse to act as a matte…
dugla
  • 12,774
  • 26
  • 88
  • 136
0
votes
2 answers

Python in Nuke: except StopIteration

Basically what I'm trying to do currently is set up a script in Nuke using python that takes nodes selected by the user and adds shuffle nodes to them for an easy compositing workflow. However I'm stuck on getting Nuke to add the shuffles onto the…
0
votes
2 answers

Transparent regions of a BufferedImage are writing out black

I know this is something to do with compositing but I can't work out what. In an earlier section of code, a particular list of pixels in a BufferedImage are set to be transparent black: for(Pixel p : closed){ Color c = new…
mtrc
  • 1,317
  • 3
  • 16
  • 39
-1
votes
2 answers

Achieve this painterly compositing in Unity?

I've achieved this painterly effect in Blender via compositing but I need to know whether it's possible in Unity - after some google searches and going thru the Unity Asset Store I don't see anything. The effect - With Blender this is achieved…
blue
  • 7,175
  • 16
  • 81
  • 179
1 2 3 4
5