BitsPerPixel

Jpeg2000Image.BitsPerPixel property

This property returns the depth of the image, measured in bits per pixel (bpp). It indicates the amount of color information stored in each pixel of the image. Understanding the image depth is crucial for determining the color fidelity and quality of the image. With this information, users can gauge the level of detail and richness of colors present in the image.

public override int BitsPerPixel { get; }

See Also