#include <mnt_pnm_hdr.h>
Public Member Functions | |
| int | encode (BitParser *bp) |
| Write the current header into a output bitstream as a PNM header. | |
| int | parse (BitParser *bp) |
| Read a PNM header from an input bitstream and store in this object. | |
Public Attributes | |
| int | type_ |
| int | width_ |
| int | height_ |
| int | maxVal_ |
|
|
Write the current header into a output bitstream as a PNM header.
|
|
|
Read a PNM header from an input bitstream and store in this object.
|
1.4.4