Menu

#346 nChildren, nDesc types in NAVM

djview
closed
nobody
None
5
2022-08-04
2022-08-04
Jakub Wilk
No

DjVu Reference (§8.3.3) says that each bookmark starts with:

  • BYTE nChildren — number of immediate child bookmark records
  • INT24 nDesc — size of description text

As far as I can see, what's actually implemented in DjVuLibre is:

  • INT16 (little-endian) nChildren
  • INT16 (big-endian) nDesc

I guess this should be considered a bug in the specification.
Could you document this in doc/djvuchanges.txt?

Discussion

  • Leon Bottou

    Leon Bottou - 2022-08-04
    • status: open --> closed
     
  • Leon Bottou

    Leon Bottou - 2022-08-04

    djvuchanges.txt has been updated.

     

Log in to post a comment.