Click or drag to resize
Accord.NET (logo)

ImageInfo Constructor (Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the ImageInfo class.

Namespace:  Accord.Imaging.Formats
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ImageInfo(
	int width,
	int height,
	int bitsPerPixel,
	int frameIndex,
	int totalFrames
)
Request Example View Source

Parameters

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