Click or drag to resize
Accord.NET (logo)

FITSImageInfoOriginalBitsPerPixl Property

Original bits per pixel.

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

Property Value

Type: Int32
Remarks

The property specifies original number of bits per image's pixel. For FITS images the value may be equal to 8, 16, 32, -32 (32 bit image with float data type for pixel encoding), -64 (64 bit image with double data type for pixel encoding).

See Also