fbpx
Wikipedia

Digital compositing

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

Four images assembled into one final image

Mathematics edit

The basic operation used in digital compositing 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.

As a simple example, suppose two images of the same size are available and they are to be composited. The input images are referred to as the foreground image and the background image. Each image consists of the same number of pixels. Compositing is performed by mathematically combining information from the corresponding pixels from the two input images and recording the result in a third image, which is called the composited image.

Consider three pixels;

  • a foreground pixel, f
  • a background pixel, b
  • a composited adetpixel, c

and

  • α, the opacity value of the foreground pixel. (α = 1 for an 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 can potentially be seen as aliasing artifacts (or "jaggies") along sharp edges in the matte. More generally, nonlinear compositing can have effects such as "halos" around composited objects, because the influence of the alpha channel is non-linear. It is possible for a compositing artist to compensate for the effects of compositing in non-linear space.

Performing alpha blending is an expensive operation if performed on an entire image or 3D scene. If this operation has to be done in real time video games, there is an easy trick to boost performance.

cout = α fin + (1 − α) bin
cout = α fin + bin − α bin
cout = bin + α (fin − bin)

By simply rewriting the mathematical expression, one can save 50% of the multiplications required.

Algebraic properties edit

When many partially transparent layers need to be composited together, it is worthwhile to consider the algebraic properties of compositing operators used. Specifically, the associativity and commutativity determine when repeated calculation can or cannot be avoided.

Consider the case when we have four layers to blend to produce the final image: F=A*(B*(C*D)) where A, B, C, D are partially transparent image layers and "*" denotes a compositing operator (with the left layer on top of the right layer). If only layer C changes, we should find a way to avoid re-blending all of the layers when computing F. Without any special considerations, four full-image blends would need to occur. For compositing operators that are commutative, such as additive blending, it is safe to re-order the blending operations. In this case, we might compute T=A*(B*D) only once and simply blend T*C to produce F, a single operation. Unfortunately, most operators are not commutative. However, many are associative, suggesting it is safe to re-group operations to F=(A*B)*(C*D), i.e. without changing their order. In this case, we may compute S:=A*B once and save this result. To form F with an associative operator, we need only do two additional compositing operations to integrate the new layer S, by computing F:=S*(C*D). This expression indicates compositing C with all of the layers below it in one step, and then blending all of the layers on top of it with the previous result to produce the final image in the second step.

If all layers of an image change regularly but many layers still need to be composited (such as in distributed rendering), the commutativity of a compositing operator can still be exploited to speed up computation through parallelism even when there is no gain from pre-computation. Again, consider the image F=A*(B*(C*D)). Each compositing operation in this expression depends on the next, leading to serial computation. However, associativity can allow us to rewrite F=(A*B)*(C*D) where there are clearly two operations that do not depend on each other that may be executed in parallel. In general, we can build a tree of pair-wise compositing operations with a height that is logarithmic in the number of layers.

Software edit

The most historically significant nonlinear compositing system was the Cineon, which operated in a logarithmic color space, which more closely mimics the natural light response of film emulsions (the Cineon System, made by Kodak, is no longer in production). Due to the limitations of processing speed and memory, compositing artists did not usually have the luxury of having the system make intermediate conversions to linear space for the compositing steps. Over time, the limitations have become much less significant, and now most compositing is done in a linear color space, even in cases where the source imagery is in a logarithmic color space.

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

Node-based and layer-based compositing edit

There are two radically different digital compositing workflows: node-based compositing and layer-based compositing.

Node-based compositing represents an entire composite as a directed acyclic graph, linking media objects and effects in a procedural map, intuitively laying out the progression from source input to final output, and is in fact the way all compositing applications internally handle composites. This type of compositing interface allows great flexibility, including the ability to modify the parameters of an earlier image processing step "in context" (while viewing the final composite). Node-based compositing packages often handle keyframing and time effects poorly, as their workflow does not stem directly from a timeline, as do layer-based compositing packages. Software which incorporates a node based interface include Natron, Shake, Blender, Blackmagic Fusion, and Nuke. Nodes are a great way to organize the effects in a complex shot while maintaining a grip on the smaller details.

Layer-based compositing represents each media object in a composite as a separate layer within a timeline, each with its own time bounds, effects, and keyframes. All the layers are stacked, one above the next, in any desired order; and the bottom layer is usually rendered as a base in the resultant image, with each higher layer being progressively rendered on top of the previously composited of layers, moving upward until all layers have been rendered into the final composite. Layer-based compositing is very well suited for rapid 2D and limited 3D effects, such as in motion graphics, but becomes awkward for more complex composites entailing numerous layers. A partial solution to this is some programs' ability to view the composite-order of elements (such as images, effects, or other attributes) with a visual diagram called a flowchart to nest compositions, or "comps," directly into other compositions, thereby adding complexity to the render-order by first compositing layers in the beginning composition, then combining that resultant image with the layered images from the proceeding composition, and so on.

See also edit

External links edit

  • Digital Compositor Simplified online digital compositor to create a photomontage.

Further reading edit

  • Mansi Sharma; Santanu Chaudhury; Brejesh Lall (2014). Content-aware seamless stereoscopic 3D compositing. Proceedings of the 2014 Indian Conference on Computer Vision Graphics and Image Processing, ACM New York, NY, USA. doi:10.1145/2683483.2683555.
  • T. Porter and T. Duff, "Compositing Digital Images", Proceedings of SIGGRAPH '84, 18 (1984).
  • The Art and Science of Digital Compositing (ISBN 0-12-133960-2)
  • Samuel Collett, "Node Based Compositing Explained(Video)" (2023)

digital, compositing, this, article, multiple, issues, please, help, improve, discuss, these, issues, talk, page, learn, when, remove, these, template, messages, this, article, technical, most, readers, understand, please, help, improve, make, understandable, . This article has multiple issues Please help improve it or discuss these issues on the talk page Learn how and when to remove these template messages This article may be too technical for most readers to understand Please help improve it to make it understandable to non experts without removing the technical details April 2012 Learn how and when to remove this template message This article includes a list of references related reading or external links but its sources remain unclear because it lacks inline citations Please help to improve this article by introducing more precise citations December 2009 Learn how and when to remove this template message Learn how and when to remove this template message Digital compositing is the process of digitally assembling multiple images to make a final image typically for print motion pictures or screen display It is the digital analogue of optical film compositing Four images assembled into one final image Contents 1 Mathematics 1 1 Algebraic properties 2 Software 2 1 Node based and layer based compositing 3 See also 4 External links 5 Further readingMathematics editThe basic operation used in digital compositing is known as alpha blending where an opacity value a is used to control the proportions of two input pixel values that end up a single output pixel As a simple example suppose two images of the same size are available and they are to be composited The input images are referred to as the foreground image and the background image Each image consists of the same number of pixels Compositing is performed by mathematically combining information from the corresponding pixels from the two input images and recording the result in a third image which is called the composited image Consider three pixels a foreground pixel f a background pixel b a composited adetpixel cand a the opacity value of the foreground pixel a 1 for an opaque foreground a 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 g 1 colour space that is to say the measured values are proportional to light intensity we have cr a fr 1 a br cg a fg 1 a bg cb a fb 1 a bbNote that if the operations are performed in a colour space where g is not equal to 1 then the operation will lead to non linear effects which can potentially be seen as aliasing artifacts or jaggies along sharp edges in the matte More generally nonlinear compositing can have effects such as halos around composited objects because the influence of the alpha channel is non linear It is possible for a compositing artist to compensate for the effects of compositing in non linear space Performing alpha blending is an expensive operation if performed on an entire image or 3D scene If this operation has to be done in real time video games there is an easy trick to boost performance cout a fin 1 a bin cout a fin bin a bin cout bin a fin bin By simply rewriting the mathematical expression one can save 50 of the multiplications required Algebraic properties edit When many partially transparent layers need to be composited together it is worthwhile to consider the algebraic properties of compositing operators used Specifically the associativity and commutativity determine when repeated calculation can or cannot be avoided Consider the case when we have four layers to blend to produce the final image F A B C D where A B C D are partially transparent image layers and denotes a compositing operator with the left layer on top of the right layer If only layer C changes we should find a way to avoid re blending all of the layers when computing F Without any special considerations four full image blends would need to occur For compositing operators that are commutative such as additive blending it is safe to re order the blending operations In this case we might compute T A B D only once and simply blend T C to produce F a single operation Unfortunately most operators are not commutative However many are associative suggesting it is safe to re group operations to F A B C D i e without changing their order In this case we may compute S A B once and save this result To form F with an associative operator we need only do two additional compositing operations to integrate the new layer S by computing F S C D This expression indicates compositing C with all of the layers below it in one step and then blending all of the layers on top of it with the previous result to produce the final image in the second step If all layers of an image change regularly but many layers still need to be composited such as in distributed rendering the commutativity of a compositing operator can still be exploited to speed up computation through parallelism even when there is no gain from pre computation Again consider the image F A B C D Each compositing operation in this expression depends on the next leading to serial computation However associativity can allow us to rewrite F A B C D where there are clearly two operations that do not depend on each other that may be executed in parallel In general we can build a tree of pair wise compositing operations with a height that is logarithmic in the number of layers Software editThe most historically significant nonlinear compositing system was the Cineon which operated in a logarithmic color space which more closely mimics the natural light response of film emulsions the Cineon System made by Kodak is no longer in production Due to the limitations of processing speed and memory compositing artists did not usually have the luxury of having the system make intermediate conversions to linear space for the compositing steps Over time the limitations have become much less significant and now most compositing is done in a linear color space even in cases where the source imagery is in a logarithmic color space Compositing often also includes scaling retouching and colour correction of images Node based and layer based compositing edit There are two radically different digital compositing workflows node based compositing and layer based compositing Node based compositing represents an entire composite as a directed acyclic graph linking media objects and effects in a procedural map intuitively laying out the progression from source input to final output and is in fact the way all compositing applications internally handle composites This type of compositing interface allows great flexibility including the ability to modify the parameters of an earlier image processing step in context while viewing the final composite Node based compositing packages often handle keyframing and time effects poorly as their workflow does not stem directly from a timeline as do layer based compositing packages Software which incorporates a node based interface include Natron Shake Blender Blackmagic Fusion and Nuke Nodes are a great way to organize the effects in a complex shot while maintaining a grip on the smaller details Layer based compositing represents each media object in a composite as a separate layer within a timeline each with its own time bounds effects and keyframes All the layers are stacked one above the next in any desired order and the bottom layer is usually rendered as a base in the resultant image with each higher layer being progressively rendered on top of the previously composited of layers moving upward until all layers have been rendered into the final composite Layer based compositing is very well suited for rapid 2D and limited 3D effects such as in motion graphics but becomes awkward for more complex composites entailing numerous layers A partial solution to this is some programs ability to view the composite order of elements such as images effects or other attributes with a visual diagram called a flowchart to nest compositions or comps directly into other compositions thereby adding complexity to the render order by first compositing layers in the beginning composition then combining that resultant image with the layered images from the proceeding composition and so on See also editBroadcast designer Chroma key Digital asset Digital cinema Digital on screen graphic Gamma correction Graphics coordinator Motion graphic Motion graphic designExternal links editDigital Compositor Simplified online digital compositor to create a photomontage Further reading editMansi Sharma Santanu Chaudhury Brejesh Lall 2014 Content aware seamless stereoscopic 3D compositing Proceedings of the 2014 Indian Conference on Computer Vision Graphics and Image Processing ACM New York NY USA doi 10 1145 2683483 2683555 T Porter and T Duff Compositing Digital Images Proceedings of SIGGRAPH 84 18 1984 The Art and Science of Digital Compositing ISBN 0 12 133960 2 Samuel Collett Node Based Compositing Explained Video 2023 Retrieved from https en wikipedia org w index php title Digital compositing amp oldid 1187631694 Software, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.