summaryrefslogtreecommitdiff
path: root/libtiff/tiff.h
diff options
context:
space:
mode:
authorMike Welles <mike@onshore.com>1999-02-03 19:53:27 +0000
committerRoger Leigh <rleigh@codelibre.net>2022-06-22 23:26:58 +0100
commite02edb7044253c49f0a866ff469ae7f3097dc129 (patch)
tree074fef49e6b1e1a39aa977f31a81521c3589b25d /libtiff/tiff.h
parent0db24a4dc6b63cb897d1179d5e0a639707ab6868 (diff)
downloadlibtiff-git-e02edb7044253c49f0a866ff469ae7f3097dc129.tar.gz
v3.4beta037iptc releasev3.4beta037iptctiff-3.4-iptc
Diffstat (limited to 'libtiff/tiff.h')
-rw-r--r--libtiff/tiff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtiff/tiff.h b/libtiff/tiff.h
index 49f05a98..5f540722 100644
--- a/libtiff/tiff.h
+++ b/libtiff/tiff.h
@@ -321,6 +321,8 @@ typedef enum {
#define TIFFTAG_WRITERSERIALNUMBER 33405 /* device serial number */
/* tag 33432 is listed in the 6.0 spec w/ unknown ownership */
#define TIFFTAG_COPYRIGHT 33432 /* copyright string */
+/* IPTC TAG from RichTIFF specifications */
+#define TIFFTAG_RICHTIFFIPTC 33723
/* 34016-34029 are reserved for ANSI IT8 TIFF/IT <dkelly@etsinc.com) */
#define TIFFTAG_IT8SITE 34016 /* site name */
#define TIFFTAG_IT8COLORSEQUENCE 34017 /* color seq. [RGB,CMYK,etc] */
@@ -340,6 +342,8 @@ typedef enum {
#define TIFFTAG_FRAMECOUNT 34232 /* Sequence Frame Count */
/* tag 34750 is a private tag registered to Adobe? */
#define TIFFTAG_ICCPROFILE 34675 /* ICC profile data */
+/* tag 34377 is private tag registered to Adobe for PhotoShop */
+#define TIFFTAG_PHOTOSHOP 34377
/* tag 34750 is a private tag registered to Pixel Magic */
#define TIFFTAG_JBIGOPTIONS 34750 /* JBIG options */
/* tags 34908-34914 are private tags registered to SGI */