|
ADTF
|
ADTF comes with some predefined image formats using a generic pixel description.
Usually most image formats can be described channel based.
There are 2 channelbased pixelformats provided:
RGB(A) PixelsR - Red channelG - Green channelB - Blue channelA - Alpha channelGrey PixelsGREY - Grey channelThe channel (bit)size and position within a pixel is described generic.
For a 8 Bit grey pixel GREY(8) is used, where GREY is the channel and the followed (8) describes its size.
A RGB pixel value is described i.e. via R(8)G(8)B(8)(8):
R has 8 Bits followed by G and B.(<bitsize>) pattern.The ADTF Streaming SDK comes with some functionality to calculate a pixel format.
Consider the following: