summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-01-22 18:02:31 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-01-22 18:02:31 +0100
commit8cfa8f97a0651fcc5db8e2910a3ece1404fe7c0e (patch)
treef488efdac9e0332f420bf3634bca01e7a131bf5b
parentaf604f119a7b23d0b14dc5940fc84e45616dee69 (diff)
downloadlibtiff-git-8cfa8f97a0651fcc5db8e2910a3ece1404fe7c0e.tar.gz
tiff.h: reserve COMPRESSION_JXL=50002 for JPEGXL
-rw-r--r--libtiff/tiff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtiff/tiff.h b/libtiff/tiff.h
index 2d4a4767..82390a62 100644
--- a/libtiff/tiff.h
+++ b/libtiff/tiff.h
@@ -197,6 +197,7 @@ typedef enum {
#define COMPRESSION_LZMA 34925 /* LZMA2 */
#define COMPRESSION_ZSTD 50000 /* ZSTD: WARNING not registered in Adobe-maintained registry */
#define COMPRESSION_WEBP 50001 /* WEBP: WARNING not registered in Adobe-maintained registry */
+#define COMPRESSION_JXL 50002 /* JPEGXL: WARNING not registered in Adobe-maintained registry */
#define TIFFTAG_PHOTOMETRIC 262 /* photometric interpretation */
#define PHOTOMETRIC_MINISWHITE 0 /* min value is white */
#define PHOTOMETRIC_MINISBLACK 1 /* min value is black */