一个JPEG2000文件可以有多个片段列表框吗?

Can a JPEG2000 file have multiple fragment list box?

根据规范,片段列表框指定了每个片段的位置、长度和顺序,这些片段一旦组合起来,就形成了一个有效的 和完整的数据流。

我想知道单个JPEG2000文件可以有多个片段列表框吗?

每个片段table包含重构一个码流所需片段的位置、长度和顺序。在一个 JPX 文件中,您可以包含多个码流,因此,是的,您可以包含多个片段 tables.

来自 JPEG 2000 第 2 部分标准的 M.11.3 部分,

M.11.3 Fragment Table box (superbox)

A Fragment Table box specifies the location of one of the codestreams in a JPX file. A file may contain zero or more Fragment Table boxes. For the purpose of numbering codestreams, the Fragment Table box shall be considered equivalent to a Contiguous Codestream box. Fragment Table boxes shall be found only at the top level of the file; they shall not be found within a superbox.

但是,我认为对于单个码流,您不能拥有超过一个 table。