enum P1::ImageSdk::BitmapFormat
Overview
Supported RGB bitmap formats. More…
#include <P1ImageBitmapImage.hpp> enum BitmapFormat { Unknown = 0, Rgb24 =1, Rgb48 =2, Argb32 =3, Grey8 =4, Grey16 =5, Argb64 =6, Bayer16 =7, Float32 =8, };
Detailed Documentation
Supported RGB bitmap formats.
Enum Values
Rgb24
Each pixel is 3 bytes, 8-8-8 RGB
Rgb48
Each pixel is 6 bytes, 16-16-16 RGB
Argb32
Each pixel is 4 bytes, 8-8-8-8 RGB
Grey8
Each pixel is 1 byte, 8 Greytone
Grey16
Each pixel is 2 bytes, 16 Greytone
Argb64
Each pixel is 8 bytes, 16-16-16-16 RGB