<?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=RGB32</id>
		<title>RGB32 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://avisynth.nl/index.php?action=history&amp;feed=atom&amp;title=RGB32"/>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RGB32&amp;action=history"/>
		<updated>2026-04-23T06:13:32Z</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=RGB32&amp;diff=884&amp;oldid=prev</id>
		<title>Admin: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RGB32&amp;diff=884&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=RGB32&amp;diff=883&amp;oldid=prev</id>
		<title>31.172.30.4 at 19:04, 1 October 2012</title>
		<link rel="alternate" type="text/html" href="http://avisynth.nl/index.php?title=RGB32&amp;diff=883&amp;oldid=prev"/>
				<updated>2012-10-01T19:04:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;RGB32 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 plus an additional byte for transparency mask (A component) in successive places of memory. Since one byte occupies 8 bits, the total number of bits consumed by one pixel is 4*8 = 32 and thus the 32 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 RGB32 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 |...&lt;br /&gt;
 |-------|-------|-------|-------|-------|-------|...&lt;br /&gt;
 |B|G|R|A|B|G|R|A|B|G|R|A|B|G|R|A|B|G|R|A|B|G|R|A|...&lt;br /&gt;
&lt;br /&gt;
Using the RGB32 video format provides in modern processors faster access to video data because the data is aligned to machine's word boundaries. For this reason many applications use it instead of [[RGB24]] even when there is no transparency mask information in the fourth (A) byte, since in general the improved processing speed outweighs the memory overhead introduced by the unused A byte per pixel.&lt;br /&gt;
&lt;br /&gt;
[[Category:Glossary]]&lt;/div&gt;</summary>
		<author><name>31.172.30.4</name></author>	</entry>

	</feed>