The header information for PNM data. More...
#include <pnmCodec.hpp>
Public Attributes | |
| PnmMagic | magic |
| The magic number. More... | |
| int | width |
| The image width. More... | |
| int | height |
| The image height. More... | |
| int | maxVal |
| The maximum sample value. More... | |
| bool | sgnd |
| The signedness of the sample data. More... | |
The header information for PNM data.
| int SPL::PnmHeader::height |
The image height.
| PnmMagic SPL::PnmHeader::magic |
The magic number.
| int SPL::PnmHeader::maxVal |
The maximum sample value.
| bool SPL::PnmHeader::sgnd |
The signedness of the sample data.
| int SPL::PnmHeader::width |
The image width.