<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=RGB24</id>
	<title>RGB24 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=RGB24"/>
	<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=RGB24&amp;action=history"/>
	<updated>2026-08-04T18:49:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://www.avisynth.nl/index.php?title=RGB24&amp;diff=886&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.avisynth.nl/index.php?title=RGB24&amp;diff=886&amp;oldid=prev"/>
		<updated>2013-05-09T21:34:06Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;RGB24 is an [[RGB]] video format where each pixel of the image contains one byte for each of the R (red), G (green) and B (blue) components in successive places of memory. Since one byte occupies 8 bits, the total number of bits consumed by one pixel is 3*8 = 24 and thus the 24 at the end of the format&amp;#039;s name.&lt;br /&gt;
&lt;br /&gt;
As it is apparent, the layout of bytes in memory for an RGB24 video frame follows (assuming a least-significant-bit-is-first memory layout) the pattern below:&lt;br /&gt;
&lt;br /&gt;
 low memory address    ----&amp;gt;      high memory address&lt;br /&gt;
 |pixel|pixel|pixel|pixel|pixel|pixel|pixel|pixel|...&lt;br /&gt;
 |-----|-----|-----|-----|-----|-----|-----|-----|...&lt;br /&gt;
 |B|G|R|B|G|R|B|G|R|B|G|R|B|G|R|B|G|R|B|G|R|B|G|R|...&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>