Show / Hide Table of Contents

Enum PhotometricInterpretation

Represents the pixel composition.

Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum PhotometricInterpretation : ushort

Fields

Name Description
BlackIsZero

For bilevel and grayscale images: 0 is imaged as black.

CFA

Color Filter Array color space.

CIELab

CIE (L, a, b*) color space.

ICCLab

ICC (L, a, b*) color space.

ITULab

ITU (L, a, b*) color space.

LinearRaw

Linear Raw color space.

Pixar_LOGL

Pixar LogL color space.

PixarLOGLUV

Pixar LogLUV color space.

RGB

RGB value of (0,0,0) represents black, and (255,255,255) represents white, assuming 8-bit components. The components are stored in the indicated order: first Red, then Green, then Blue.

RGBPalette

Palette color. In this model, a color is described with a single component. The value of the component is used as an index into the red, green and blue curves in the ColorMap field to retrieve an RGB triplet that defines the color. With a palette, ColorMap must be present and SamplesPerPixel must be 1.

Seperated

Seperated, usually CMYK.

TransparencyMask

The image is used to define an irregularly shaped region of another image in the same file. SamplesPerPixel and BitsPerSample must be 1. PackBits compression is recommended. The 1-bits define the interior of the region; the 0-bits define the exterior of the region.

WhiteIsZero

For bilevel and grayscale images: 0 is imaged as white.

YCbCr

YCbCr color space.

Back to top Copyright © 2019 Özgür Özçıtak