summaryrefslogtreecommitdiff
path: root/libtiff/tif_dir.h
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-12-21 14:24:41 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-12-21 14:24:41 +0000
commit50d7105ee6b7218c59e43d448913516018eddb25 (patch)
tree7e9fec82c6c61dd0e0acdcbb388b22a94169cb31 /libtiff/tif_dir.h
parentf182ef17da5322794bad69644aa5dbf58d254ba4 (diff)
downloadlibtiff-git-50d7105ee6b7218c59e43d448913516018eddb25.tar.gz
Make RichTIFFIPTC, Photoshop and ICCProfile tags custom.
Diffstat (limited to 'libtiff/tif_dir.h')
-rw-r--r--libtiff/tif_dir.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/libtiff/tif_dir.h b/libtiff/tif_dir.h
index e35cc6f9..6ac2ca4c 100644
--- a/libtiff/tif_dir.h
+++ b/libtiff/tif_dir.h
@@ -1,4 +1,4 @@
-/* $Id: tif_dir.h,v 1.23 2005-12-12 16:13:18 dron Exp $ */
+/* $Id: tif_dir.h,v 1.24 2005-12-21 14:24:41 dron Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -81,15 +81,6 @@ typedef struct {
uint16 td_dotrange[2];
int td_inknameslen;
char* td_inknames;
- /* ICC parameters */
- uint32 td_profileLength;
- void *td_profileData;
- /* Adobe Photoshop tag handling */
- uint32 td_photoshopLength;
- void *td_photoshopData;
- /* IPTC parameters */
- uint32 td_richtiffiptcLength;
- void *td_richtiffiptcData;
int td_customValueCount;
TIFFTagValue *td_customValues;
} TIFFDirectory;
@@ -163,9 +154,6 @@ typedef struct {
/* unused - was FIELD_TARGETPRINTER 48 */
#define FIELD_SUBIFD 49
#define FIELD_NUMBEROFINKS 50
-#define FIELD_ICCPROFILE 51
-#define FIELD_PHOTOSHOP 52
-#define FIELD_RICHTIFFIPTC 53
#define FIELD_STONITS 54
/* FIELD_CUSTOM (see tiffio.h) 65 */
/* end of support for well-known tags; codec-private tags follow */
@@ -408,13 +396,13 @@ static const TIFFFieldInfo tiffFieldInfo[] = {
{ TIFFTAG_COPYRIGHT, -1, -1, TIFF_ASCII, FIELD_CUSTOM,
1, 0, "Copyright" },
/* end Pixar tags */
- { TIFFTAG_RICHTIFFIPTC, -1, -3, TIFF_LONG, FIELD_RICHTIFFIPTC,
+ { TIFFTAG_RICHTIFFIPTC, -1, -3, TIFF_LONG, FIELD_CUSTOM,
0, 1, "RichTIFFIPTC" },
- { TIFFTAG_PHOTOSHOP, -1, -3, TIFF_BYTE, FIELD_PHOTOSHOP,
+ { TIFFTAG_PHOTOSHOP, -1, -3, TIFF_BYTE, FIELD_CUSTOM,
0, 1, "Photoshop" },
{ TIFFTAG_EXIFIFD, 1, 1, TIFF_LONG, FIELD_CUSTOM,
0, 0, "EXIFIFDOffset" },
- { TIFFTAG_ICCPROFILE, -1, -3, TIFF_UNDEFINED, FIELD_ICCPROFILE,
+ { TIFFTAG_ICCPROFILE, -1, -3, TIFF_UNDEFINED, FIELD_CUSTOM,
0, 1, "ICC Profile" },
{ TIFFTAG_GPSIFD, 1, 1, TIFF_LONG, FIELD_CUSTOM,
0, 0, "GPSIFDOffset" },