#include <djv_jbig2decoder.h>
List of all members.
Detailed Description
This class provides supplemental functions to decode JBIG2 images.
The actual JBIG2 decoder is integrated into JB2 decoder and the rendering functions are provided by JB2Page.
Please note that the decoder equips only some parts of JBIG2 specification enough to support JBIG2 on DjVu and PDF.
- See also:
- JB2Page, JBIG2EncodeHelper
Member Function Documentation
Decode JB2d (JBIG2 dictionary) stream.
- Parameters:
-
| inJB2d | Stream which contains JB2d (JBIG2 dictionary) data. |
- Returns:
- Pointer to the newly created JB2Dictionary instance.
Decode JB2d (JBIG2 dictionary) chunk.
- Parameters:
-
| inJB2d | Chunk which contains JB2d (JBIG2 dictionary) data. |
- Returns:
- Pointer to the newly created JB2Dictionary instance.
Decode JB2p (JBIG2 page) stream.
- Parameters:
-
| inJB2p | Stream which contains JB2p (JBIG2 page) data. |
| inDict | JBIG2 dictionary instance if any. It can be NULL for page data without dictionary. |
- Returns:
- Pointer to the newly created JB2Page instance.
Decode JB2p (JBIG2 page) chunk.
- Parameters:
-
| inJB2p | Chunk which contains JB2p (JBIG2 page) data. |
| inDict | JBIG2 dictionary instance if any. It can be NULL for page data without dictionary. |
- Returns:
- Pointer to the newly created JB2Page instance.
The documentation for this struct was generated from the following file: