Jump to content

User:Sleap/Deep Image (computer graphics)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sleap (talk | contribs) at 09:45, 27 March 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Deep Images (also deep buffers), unlike regular 2D raster images, store multiple values per-pixel and include depth or distance to provide 3D information. Direct uses of deep image data include deep image compositing and commonly real-time graphics applications such as order-independent transparency.

Description

A typical 2D raster image may store red/green/blue colour values per-pixel. In 3D graphics, a framebuffer stores the result of a render, commonly including colour and depth. Together, colour and depth may provide just the front-most visible surface information from a scene. A deep image, or deep buffer in this case, stores multiple colour and depth values per-pixel. This provides information for complex image space effects, which would not be possible or would be inaccurate without.

Deep Image Rendering and Processing

References

See Also