Encyclopedia > Digital compositing

  Article Content

Digital compositing

Digital compositing is the process of assembling multiple images to make a final image, typically for print, motion pictures or screen display.

The basic operation used is known as 'alpha blending', where an opacity value, 'α' is used to control the proportions of two input pixel values that end up a single output pixel.

Consider three pixels;

  • a foreground pixel, f
  • a background pixel, b
  • a composited pixel, c
and
  • α, the opacity value of the foreground pixel. (α=1 for opaque foreground, α=0 for a completely transparent foreground). A monochrome raster image where the pixel values are to be interpreted as alpha values is known as a matte[?].

Then, considering all three colour channels, and assuming that the colour channels are expressed in a γ=1 colour space (that is to say, the measured values are proportional to light intensity), we have:

cr = α fr + (1 - α) br
cg = α fg + (1 - α) bg
cb = α fb + (1 - α) bb

Note that if the operations are performed in a colour space where γ is not equal to 1 then the operation will lead to non-linear effects which will be seen as aliasing artifacts (or 'jaggies') along sharp edges in the matte.

Should cite Porter-Duff[?] paper

Compositing often also includes scaling, retouching and colour correction of images.

See also:



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
242

... - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - 243 244 245 246 247 Events Patriarch Titus[?] ...

 
 
 
This page was created in 23.5 ms