BitsPerPixel

JpegImage.BitsPerPixel property

Retrieve the pixel depth of the image effortlessly with this property, offering insights into the richness of color or grayscale representation. Whether it’s a vibrant photograph or a monochrome illustration, this property provides crucial information about the image’s visual complexity.

public override int BitsPerPixel { get; }

Property Value

The image bits per pixel count.

See Also