Click or drag to resize
Accord.NET (logo)

PNMImageInfoMaxDataValue Property

Maximum pixel's value in source PNM image.

Namespace:  Accord.Imaging.Formats
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int MaxDataValue { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The value is used to scale image's data converting them from original data range to the range of supported bits per pixel format.

See Also