|
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; }
Public Property MaxDataValue As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks 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