Windows Imaging Component Glossary
B
-
bit depth
-
The number of color values that can be assigned to a single pixel in an image. Color depth can range from 1 bit (black and white) to 32 bits (over 16.7 million colors). See also: Color Depth
-
bits per pixel (bpp)
-
The number of bits that represent the color value of each pixel in a digitized image. See also:BPP
C
-
clipper
-
An IWICBitmapClipper object.
-
codec
-
A filter that compresses (encodes) or decompresses (decodes) a data stream.
-
color context
-
An abstraction for a color profile. The profile can be loaded from a file (ie. "sRGB Color Space Profile.icm") or from a memory buffer obtained by reading. Color context information is defined by the IWICColorContext interface for WIC, and is retrieved with the GetColorContext method.
-
color transform
-
Mapping colors from the source color context to the destination color context in a given output pixel format.
-
CYMK color model
-
Multidimensional color space consisting of the cyan, magenta, yellow, and black intensities that make up a given color.
D
-
decoder
-
See Other Term: codec
E
-
encoder
-
See Other Term: codec
L
-
lossless
-
A type of compression that ensures that the original data can be recovered exactly, with no loss in image quality.
-
lossy
-
A process for compressing data in which information deemed unnecessary is removed and cannot be recovered upon decompression. Typically used with audio and visual data in which a slight degradation of quality is acceptable.
M
-
multithreaded apartment (MTA)
-
A form of multithreading that is supported by Component Object Model (COM). In a multithreaded apartment model, all of the threads in the process that have been initialized as free-threaded reside in a single apartment.
N
-
native pixel format
-
One of the pixel formats provided by WIC, wherein the memory layout of each pixel in a bitmap is described.
P
-
palette
-
Set of colors used by an object or application.
-
photo metadata policy
-
The windows policy for reading, writing, and removing image metadata.
-
pixel format
-
Size and arrangement of pixel color components in memory. It is specified by the total number of bits used per pixel and the number of bits used to store the red, green, blue, and alpha components of the color. For example, the RGB24 pixel format uses 24 bits to store a pixel color, with eight bits each for red, green, and blue. The ARGB32 pixel format uses 32 bits, with 24 bits of color information and 8 bits of alpha channel information.
-
progressive decoding
-
The process for decoding images that have been encoded with information about the different decoding levels.
S
-
stream
-
Refers to an IStream COM interface which can be used to sequentially read or write data to files, memory, or network locations.
T
-
tone curve
-
A graph used in digital photography that displays the tonal range of the image.
W
-
Windows Imaging Component (WIC)
-
An extensible platform that provides low-level API for digital images.