HOME

TheInfoList



OR:

In the
film A film, also known as a movie or motion picture, is a work of visual art that simulates experiences and otherwise communicates ideas, stories, perceptions, emotions, or atmosphere through the use of moving images that are generally, sinc ...
and
graphics Graphics () are visual images or designs on some surface, such as a wall, canvas, screen, paper, or stone, to inform, illustrate, or entertain. In contemporary usage, it includes a pictorial representation of the data, as in design and manufa ...
industries, 3D
lookup table In computer science, a lookup table (LUT) is an array data structure, array that replaces runtime (program lifecycle phase), runtime computation of a mathematical function (mathematics), function with a simpler array indexing operation, in a proc ...
s (3D LUTs) are used for
color grading Color grading is a post-production process common to filmmaking and video editing of altering the appearance of an image for presentation in different environments on different devices. Various attributes of an image such as contrast (vision), ...
and for mapping one
color space A color space is a specific organization of colors. In combination with color profiling supported by various physical devices, it supports reproducible representations of colorwhether such representation entails an analog or a digital represe ...
to another. They are commonly used to calculate preview colors for a monitor or digital projector of how an image will be reproduced on another display device, typically the final digitally projected image or
release print A release print is a copy of a film that is provided to a movie theater for exhibition. Definitions Release prints are not to be confused with other types of prints used in the photochemical post-production process: * Rush prints, or dailies, ...
of a movie. A 3D LUT is a 3D lattice of output RGB color values that can be indexed by sets of input RGB colour values. Each axis of the lattice represents one of the three input color components and the input color thus defines a point inside the lattice. Since the point may not be on a lattice point, the lattice values must be interpolated; most products use
trilinear interpolation Trilinear interpolation is a method of multivariate interpolation on a Three dimensional space, 3-dimensional regular grid. It approximates the value of a function at an intermediate point (x, y, z) within the local axial rectangular prism (geo ...
.Selan, Jeremy (2004). "Using Lookup Tables to Accelerate Color Transformations" ''GPU Gems 2'', Chapter 24. https://developer.nvidia.com/gpugems/GPUGems2/gpugems2_chapter24.html 3D LUTs are used extensively in the movie production chain, as part of the
digital intermediate Digital intermediate (DI) is a motion picture finishing process which classically involves digitizing a motion picture and manipulating the color and other image characteristics. Definition and overview A digital intermediate often replaces or a ...
process. Cubes may be of various sizes and bit depths. Often 33×33×33 cubes are used as 3D LUTs. The most common practice is to use
RGB The RGB color model is an additive color model in which the red, green, and blue primary colors of light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three ...
10-bit/component log images as the input to the 3D LUT. Output is usually RGB values that are to be placed unchanged into a display device's buffer. Modern graphics cards have direct support for 3D LUTs, allowing entire HD images to be processed at 60 fps or faster.


See also

*
Color calibration The aim of color calibration is to measure and/or adjust the color response of a device (input or output) to a known state. In International Color Consortium (ICC) terms, this is the basis for an additional color characterization of the device ...
*
Color management Color management is the process of ensuring consistent and accurate colors across various devices, such as monitors, printers, and cameras. It involves the use of color profiles, which are standardized descriptions of how colors should be disp ...


References

Film production Computer graphics