PIX FMT RGB24

From MultimediaWiki
Revision as of 23:18, 28 May 2007 by Crybaby (talk | contribs) (add example)
Jump to navigation Jump to search

PIX_FMT_RGB24 is a pixel format where 3 bytes are stored per pixel, one pixel for each of R, G, and B (red, green and blue).

Example 4 pixels will be stored as: RGB RGB RGB RGB.

4 pixels will take 4 * 3 = 12 bytes of storage (uncompressed).