Skip to content

Commit

Permalink
Merge pull request #9220 from OSGeo/gtiff-jxl-datatype-doc
Browse files Browse the repository at this point in the history
Add note about gtiff+jxl supported datatypes
  • Loading branch information
rouault authored Feb 9, 2024
2 parents 1448517 + bc69a7a commit 721c775
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/drivers/raster/gtiff.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 721c775

Please sign in to comment.