Documentation
C++ Reference
C# Reference
Appendices
Namespace: P1.ImageSdk
P1.ImageSdk
Memory layout of the bitmap image
public enum PixelLayout
Unknown
0
Unknown pixel layout
Interleaved
Store pixel by pixel, f.x. RGB RGB RGB …
Planar
Store channel by channel, f.x. RRRR…GGGG…BBBB