Skip to content

Commit 4c7ad33

Browse files
committed
Updated documentation.
1 parent f59bb05 commit 4c7ad33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/defines/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,12 +853,12 @@
853853

854854
<tr>
855855
<td>heic:chroma=<var>value</var></td>
856-
<td>Set the HEIC chroma parameter. Possible values are: "420", "422", "444". Default is "420".</td>
856+
<td>Set the HEIC chroma parameter. Possible values are: "420", "422", "444". Default is "420"", except output with preserved CICP matrix coefficient 0 uses "444" when this define is omitted because identity matrix CICP cannot be written with chroma subsampling.</td></td>
857857
</tr>
858858

859859
<tr>
860860
<td>heic:cicp=<var>value</var></td>
861-
<td>Set the HEIC color primaries, transfer characteristics, matrix coefficients, and full range flag. Use <samp>1/13/6/1</samp> for full range BT.709. If omitted, the source HEIC CICP value is preserved when available unless <samp>heic:preserve-cicp=false</samp> is set. See ISO/IEC 14496-12:2022 standard for a description of these fields and values.</td>
861+
<td>Set the HEIC color primaries, transfer characteristics, matrix coefficients, and full range flag. Use <samp>1/13/6/1</samp> for full range BT.709. If omitted, the source HEIC CICP value is preserved when available unless <samp>heic:preserve-cicp=false</samp> is set. When preserving source matrix coefficient 0 with <samp>heic:chroma=420</samp> or <samp>422</samp>, ImageMagick writes matrix coefficient 6 (BT.601) for the subsampled YCbCr output. Explicit <samp>heic:cicp</samp> values with matrix coefficient 0 require <samp>heic:chroma=444</samp>. See ISO/IEC 14496-12:2022 standard for a description of these fields and values.</td>
862862
</tr>
863863

864864
<tr>

0 commit comments

Comments
 (0)