UNPKG

image-in-browser

Version:

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

22 lines 1.49 kB
export var TiffPhotometricType; (function (TiffPhotometricType) { TiffPhotometricType[TiffPhotometricType["whiteIsZero"] = 0] = "whiteIsZero"; TiffPhotometricType[TiffPhotometricType["blackIsZero"] = 1] = "blackIsZero"; TiffPhotometricType[TiffPhotometricType["rgb"] = 2] = "rgb"; TiffPhotometricType[TiffPhotometricType["palette"] = 3] = "palette"; TiffPhotometricType[TiffPhotometricType["transparencyMask"] = 4] = "transparencyMask"; TiffPhotometricType[TiffPhotometricType["cmyk"] = 5] = "cmyk"; TiffPhotometricType[TiffPhotometricType["yCbCr"] = 6] = "yCbCr"; TiffPhotometricType[TiffPhotometricType["reserved7"] = 7] = "reserved7"; TiffPhotometricType[TiffPhotometricType["cieLab"] = 8] = "cieLab"; TiffPhotometricType[TiffPhotometricType["iccLab"] = 9] = "iccLab"; TiffPhotometricType[TiffPhotometricType["ituLab"] = 10] = "ituLab"; TiffPhotometricType[TiffPhotometricType["logL"] = 11] = "logL"; TiffPhotometricType[TiffPhotometricType["logLuv"] = 12] = "logLuv"; TiffPhotometricType[TiffPhotometricType["colorFilterArray"] = 13] = "colorFilterArray"; TiffPhotometricType[TiffPhotometricType["linearRaw"] = 14] = "linearRaw"; TiffPhotometricType[TiffPhotometricType["depth"] = 15] = "depth"; TiffPhotometricType[TiffPhotometricType["unknown"] = 16] = "unknown"; })(TiffPhotometricType || (TiffPhotometricType = {})); export const TiffPhotometricTypeLength = 17; //# sourceMappingURL=tiff-photometric-type.js.map