PIX FMT GRAY8: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (create initial version.)
 
m (add pixel formats category)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
PIX_FMT_GRAY8 is a format that stores one byte per pixel. Each byte represents a luminance value from 0 (black) to (255) white. 'GRAY' refers to [[grayscale]], although many people looking at a grayscale image would probably say it is 'black and white', because it looks similar to the images displayed on black and white televsion, in computer graphics, black and white usually refers to [[monotone]] images.
PIX_FMT_GRAY8 is a format that stores one byte per pixel. Each byte represents a luminance value from 0 (black) to (255) white. 'GRAY' refers to [[grayscale]], although many people looking at a grayscale image would probably say it is 'black and white', because it looks similar to the images displayed on black and white televsion, in computer graphics, black and white usually refers to [[monotone]] images.  
 
[[Category:FFmpeg_Pixel_Formats]]
[[Category:Pixel Formats]]

Latest revision as of 21:28, 1 June 2007

PIX_FMT_GRAY8 is a format that stores one byte per pixel. Each byte represents a luminance value from 0 (black) to (255) white. 'GRAY' refers to grayscale, although many people looking at a grayscale image would probably say it is 'black and white', because it looks similar to the images displayed on black and white televsion, in computer graphics, black and white usually refers to monotone images.