File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ checked_find_package (GIF VERSION_MIN 5.0)
165165checked_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
170170checked_find_package (LibRaw
171171 VERSION_MIN 0.20.0
Original file line number Diff line number Diff 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
842849ICO
You can’t perform that action at this time.
0 commit comments