Skip to content

Commit 59930dd

Browse files
committed
docs
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 2f0157d commit 59930dd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
6161
* If you want support for GIF images:
6262
* giflib >= 5.0 (tested through 5.2.2)
6363
* If you want support for HEIF/HEIC or AVIF images:
64-
* libheif >= 1.11 (1.16 required for correct orientation support,
65-
tested through 1.21.1)
64+
* libheif >= 1.11 (1.16 required for correct orientation support and
65+
1.17 required for monochrome HEIC support; tested through 1.21.1)
6666
* libheif must be built with an AV1 encoder/decoder for AVIF support.
6767
* If you want support for DICOM medical image files:
6868
* DCMTK >= 3.6.1 (tested through 3.6.9)

src/cmake/externalpackages.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ checked_find_package (GIF VERSION_MIN 5.0)
165165
checked_find_package (Libheif VERSION_MIN 1.11
166166
PREFER_CONFIG
167167
RECOMMEND_MIN 1.16
168-
RECOMMEND_MIN_REASON "for orientation support")
168+
RECOMMEND_MIN_REASON "1.16 for orientation support, 1.17 for monochrome support")
169169

170170
checked_find_package (LibRaw
171171
VERSION_MIN 0.20.0

src/doc/builtinplugins.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,13 @@ control aspects of the writing itself:
837837

838838
|
839839
840+
**Additional notes and limitations**
841+
842+
* The underlying libheif dependency must be 1.16 or newer to support the
843+
"oiio:reorient" configuration option and the "heif:Orientation" metadata.
844+
* The underlying libheif dependency must be 1.17 or newer to support
845+
monochrome HEIC images.
846+
840847
.. _sec-bundledplugins-ico:
841848

842849
ICO

0 commit comments

Comments
 (0)