Click or drag to resize
Accord.NET (logo)

PNMImageInfo Properties

The PNMImageInfo type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerPixel
Number of bits per image's pixel.
(Inherited from ImageInfo.)
Public propertyFrameIndex
Frame's index.
(Inherited from ImageInfo.)
Public propertyHeight
Image's height.
(Inherited from ImageInfo.)
Public propertyMaxDataValue
Maximum pixel's value in source PNM image.
Public propertyTotalFrames
Total frames in the image.
(Inherited from ImageInfo.)
Public propertyVersion
PNM file version (format), [1, 6].
Public propertyWidth
Image's width.
(Inherited from ImageInfo.)
Top
See Also