PIX FMT BGR24: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (initial)
 
m (add pixel formats category)
 
Line 8: Line 8:


[[Category:FFmpeg Pixel Formats]]
[[Category:FFmpeg Pixel Formats]]
[[Category:Pixel Formats]]

Latest revision as of 21:28, 1 June 2007

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

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

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