TiffPhotometrics

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TiffPhotometrics extends System.Enum

Photometric interpolation enum

Fields

FieldDescription
MinIsWhiteMin value is white.
MinIsBlackMin value is black.
RgbRGB color model.
PaletteColor map indexed.
Mask[obsoleted by TIFF rev.
SeparatedColor separations.
YcbcrThe CCIR 601.
Cielab1976 CIE L*a*b*.
IcclabICC L*a*b*.
ItulabITU L*a*b*.
LoglCIE Log2(L).
LogluvCIE Log2(L) (u’,v’).

MinIsWhite

public static final int MinIsWhite

Min value is white.

MinIsBlack

public static final int MinIsBlack

Min value is black.

Rgb

public static final int Rgb

RGB color model.

Palette

public static final int Palette

Color map indexed.

Mask

public static final int Mask

[obsoleted by TIFF rev. 6.0] Holdout mask.

Separated

public static final int Separated

Color separations.

Ycbcr

public static final int Ycbcr

The CCIR 601.

Cielab

public static final int Cielab

1976 CIE L*a*b*.

Icclab

public static final int Icclab

ICC L*a*b*. Introduced post TIFF rev 6.0 by Adobe TIFF Technote 4.

Itulab

public static final int Itulab

ITU L*a*b*.

Logl

public static final int Logl

CIE Log2(L).

Logluv

public static final int Logluv

CIE Log2(L) (u’,v’).