BitsPerPixel

DngImage.BitsPerPixel property

Discover the number of bits per pixel in the image effortlessly with this property. Ideal for understanding the image’s pixel depth quickly and accurately.

public override int BitsPerPixel { get; }

Property Value

The image bits per pixel count.

See Also