<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://avisynth.nl/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://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://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=RGB24"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RGB24&amp;action=history"/>
		<updated>2026-06-03T11:58:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.24</generator>

	<entry>
		<id>http://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://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;table class='diff diff-contentalign-left'&gt;
			&lt;tr valign='top'&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:34, 9 May 2013&lt;/td&gt;
			&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://avisynth.nl/index.php?title=RGB24&amp;diff=885&amp;oldid=prev</id>
		<title>Gzarkadas: made pixel layout correction</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RGB24&amp;diff=885&amp;oldid=prev"/>
				<updated>2007-08-03T21:26:17Z</updated>
		
		<summary type="html">&lt;p&gt;made pixel layout correction&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'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>Gzarkadas</name></author>	</entry>

	</feed>