Signal/Geometry Processing Library (SPL)  2.0.8
SPL::PnmHeader Struct Reference

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...
 

Detailed Description

The header information for PNM data.

Member Data Documentation

◆ height

int SPL::PnmHeader::height

The image height.

◆ magic

PnmMagic SPL::PnmHeader::magic

The magic number.

◆ maxVal

int SPL::PnmHeader::maxVal

The maximum sample value.

◆ sgnd

bool SPL::PnmHeader::sgnd

The signedness of the sample data.

◆ width

int SPL::PnmHeader::width

The image width.


The documentation for this struct was generated from the following file: