|
PNMImageInfo Constructor (Int32, Int32, Int32, Int32, Int32)
|
Namespace:
Accord.Imaging.Formats
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public PNMImageInfo(
int width,
int height,
int bitsPerPixel,
int frameIndex,
int totalFrames
)
Public Sub New (
width As Integer,
height As Integer,
bitsPerPixel As Integer,
frameIndex As Integer,
totalFrames As Integer
)
Request Example
View SourceParameters
- width
- Type: SystemInt32
Image's width. - height
- Type: SystemInt32
Image's height. - bitsPerPixel
- Type: SystemInt32
Number of bits per image's pixel. - frameIndex
- Type: SystemInt32
Frame's index. - totalFrames
- Type: SystemInt32
Total frames in the image.
See Also