| Index: third_party/libtiff/tiff.h
|
| diff --git a/third_party/tiff_v403/tiff.h b/third_party/libtiff/tiff.h
|
| similarity index 99%
|
| rename from third_party/tiff_v403/tiff.h
|
| rename to third_party/libtiff/tiff.h
|
| index 19b4e7976d49531c142a64bd00a521c4292fbcb5..bc46acd02b351ba75908bbd12da87929482d5322 100644
|
| --- a/third_party/tiff_v403/tiff.h
|
| +++ b/third_party/libtiff/tiff.h
|
| @@ -1,4 +1,4 @@
|
| -/* $Id: tiff.h,v 1.68 2012-08-19 16:56:35 bfriesen Exp $ */
|
| +/* $Id: tiff.h,v 1.69 2014-04-02 17:23:06 fwarmerdam Exp $ */
|
|
|
| /*
|
| * Copyright (c) 1988-1997 Sam Leffler
|
| @@ -201,6 +201,7 @@ typedef enum {
|
| #define PHOTOMETRIC_CIELAB 8 /* !1976 CIE L*a*b* */
|
| #define PHOTOMETRIC_ICCLAB 9 /* ICC L*a*b* [Adobe TIFF Technote 4] */
|
| #define PHOTOMETRIC_ITULAB 10 /* ITU L*a*b* */
|
| +#define PHOTOMETRIC_CFA 32803 /* color filter array */
|
| #define PHOTOMETRIC_LOGL 32844 /* CIE Log2(L) */
|
| #define PHOTOMETRIC_LOGLUV 32845 /* CIE Log2(L) (u',v') */
|
| #define TIFFTAG_THRESHHOLDING 263 /* +thresholding used on data */
|
| @@ -402,6 +403,8 @@ typedef enum {
|
| #define TIFFTAG_PIXAR_MATRIX_WORLDTOCAMERA 33306
|
| /* tag 33405 is a private tag registered to Eastman Kodak */
|
| #define TIFFTAG_WRITERSERIALNUMBER 33405 /* device serial number */
|
| +#define TIFFTAG_CFAREPEATPATTERNDIM 33421 /* dimensions of CFA pattern */
|
| +#define TIFFTAG_CFAPATTERN 33422 /* color filter array pattern */
|
| /* tag 33432 is listed in the 6.0 spec w/ unknown ownership */
|
| #define TIFFTAG_COPYRIGHT 33432 /* copyright string */
|
| /* IPTC TAG from RichTIFF specifications */
|
|
|