RLE: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
* In [[AVI]] files and [[ASF]] files, RLE indicates [[Microsoft RLE]].
* In [[AVI]] files and [[ASF]] files, RLE indicates [[Microsoft RLE]].
[[Category:Video FourCCs]]
[[Category:Video FourCCs]]
* Here's a list of all the known RGB bitmap/BMP formats: http://www.fourcc.org/rgb.php
* Here's a list of all the known RGB bitmap/BMP formats: http://www.fourcc.org/rgb.php - including: BI_RGB 0x00000000
RGB 0x32424752
BI_RLE8 0x00000001
RLE8 0x38454C52
BI_RLE4 0x00000002
RLE4 0x34454C52
BI_BITFIELDS 0x00000003
raw 0x32776173
RGBA 0x41424752
RGBT 0x54424752

Revision as of 23:05, 5 July 2006

RLE stands for run length encoding.

RGB 0x32424752 BI_RLE8 0x00000001 RLE8 0x38454C52 BI_RLE4 0x00000002 RLE4 0x34454C52 BI_BITFIELDS 0x00000003 raw 0x32776173 RGBA 0x41424752 RGBT 0x54424752