From bc69a7a0cc7167d9247ab73a6c62925c7688dbb0 Mon Sep 17 00:00:00 2001 From: Thomas Bonfort Date: Fri, 9 Feb 2024 15:45:42 +0100 Subject: [PATCH] Add note about gtiff+jxl supported datatypes --- doc/source/drivers/raster/gtiff.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/drivers/raster/gtiff.rst b/doc/source/drivers/raster/gtiff.rst index 21c8501d1781..3353ffd07eb7 100644 --- a/doc/source/drivers/raster/gtiff.rst +++ b/doc/source/drivers/raster/gtiff.rst @@ -465,8 +465,9 @@ Creation Options * ``LERC_ZSTD`` is available when ``LERC`` and ``ZSTD`` are available. * ``JXL`` is for JPEG-XL, and is only available when using internal libtiff and building GDAL against - https://github.com/libjxl/libjxl . For GDAL < 3.6.0, JXL compression may only be used alongside - ``INTERLEAVE=PIXEL`` (the default) on datasets with 4 bands or less. + https://github.com/libjxl/libjxl . Supported data types are ``Byte``, ``UInt16`` and ``Float32`` only. + For GDAL < 3.6.0, JXL compression may only be used alongside ``INTERLEAVE=PIXEL`` (the default) on + datasets with 4 bands or less. * ``NONE`` is the default.