[]
Writes tile-part header. JJ2000 tile-part header corresponds to the following sequence of marker segments:
<ol>
<li>SOT</li>
<li>COD (if needed)</li>
<li>COC (if needed)</li>
<li>QCD (if needed)</li>
<li>QCC (if needed)</li>
<li>RGN (if needed)</li>
<li>POC (if needed)</li>
<li>SOD</li>
</ol>
public virtual void encodeTilePartHeader(int tileLength, int tileIdx)
Type | Name | Description |
---|---|---|
int | tileLength | |
int | tileIdx | Index of the tile to write |