Click or drag to resize
Accord.NET (logo)

UnmanagedImagePixelSize Property

Gets the size of the pixels in this image, in bytes. For example, a 8-bpp grayscale image would have pixel size 1.

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

Property Value

Type: Int32
See Also