<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.temlib.org/AtariForumWiki/index.php?action=history&amp;feed=atom&amp;title=RGB_Intermediate_file_format</id>
	<title>RGB Intermediate file format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.temlib.org/AtariForumWiki/index.php?action=history&amp;feed=atom&amp;title=RGB_Intermediate_file_format"/>
	<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=RGB_Intermediate_file_format&amp;action=history"/>
	<updated>2026-05-06T18:51:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://www.temlib.org/AtariForumWiki/index.php?title=RGB_Intermediate_file_format&amp;diff=16638&amp;oldid=prev</id>
		<title>&gt;Lp: moved RGB Intermediate Format to RGB Intermediate file format: For consistency</title>
		<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=RGB_Intermediate_file_format&amp;diff=16638&amp;oldid=prev"/>
		<updated>2017-01-03T00:31:45Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/AtariForumWiki/index.php/RGB_Intermediate_Format&quot; class=&quot;mw-redirect&quot; title=&quot;RGB Intermediate Format&quot;&gt;RGB Intermediate Format&lt;/a&gt; to &lt;a href=&quot;/AtariForumWiki/index.php/RGB_Intermediate_file_format&quot; title=&quot;RGB Intermediate file format&quot;&gt;RGB Intermediate file format&lt;/a&gt;: For consistency&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:31, 2 January 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>&gt;Lp</name></author>
	</entry>
	<entry>
		<id>https://www.temlib.org/AtariForumWiki/index.php?title=RGB_Intermediate_file_format&amp;diff=16637&amp;oldid=prev</id>
		<title>&gt;Lp: New page</title>
		<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=RGB_Intermediate_file_format&amp;diff=16637&amp;oldid=prev"/>
		<updated>2017-01-03T00:31:04Z</updated>

		<summary type="html">&lt;p&gt;New page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
RGB Intermediate Format    *.RGB (low resolution only)&lt;br /&gt;
&lt;br /&gt;
   This format was invented by Lars Michael to facilitate conversions between&lt;br /&gt;
standard ST picture formats and higher resolution formats like GIF and IFF.&lt;br /&gt;
It supports 12 bits of color resolution by keeping the red, green and blue&lt;br /&gt;
components in separate bit planes.&lt;br /&gt;
&lt;br /&gt;
1 word          resolution (ignored)&lt;br /&gt;
16 word         palette (ignored)&lt;br /&gt;
16000 words     red plane (screen memory)&lt;br /&gt;
1 word          resolution (ignored)&lt;br /&gt;
16 word         palette (ignored)&lt;br /&gt;
16000 words     green plane (screen memory)&lt;br /&gt;
1 word          resolution (ignored)&lt;br /&gt;
16 word         palette (ignored)&lt;br /&gt;
16000 words     blue plane (screen memory)&lt;br /&gt;
------------&lt;br /&gt;
96102 bytes     total&lt;br /&gt;
&lt;br /&gt;
The format was derived by concatenating three DEGAS .PI1 files together -- &lt;br /&gt;
one for each color gun.  The RGB value for a pixel is constructed by looking&lt;br /&gt;
at the appropriate pixel in the red plane, green plane, and blue plane.  The&lt;br /&gt;
bitplanes are in standard ST low resolution screen RAM format, but where pixel&lt;br /&gt;
values in screen RAM refer to palette entries (0 through 15), pixel values&lt;br /&gt;
here correspond to absolute R, G, and B values.  The red, green, and blue&lt;br /&gt;
components for each pixel range from 0 to 15 (4 bits), yielding a total of&lt;br /&gt;
12 bits of color information per pixel.  Not coincidentally, this is exactly&lt;br /&gt;
the format of ST palette entries (although on ST's without the extended &lt;br /&gt;
palette only the lower 3 bits of each color component are used).&lt;br /&gt;
&lt;br /&gt;
You can view a single bit plane on a standard ST by splitting the .RGB file&lt;br /&gt;
into its three DEGAS .PI1 components and setting the palette to successively&lt;br /&gt;
brighter shades of gray.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Back to [[ST Picture Formats]]&lt;/div&gt;</summary>
		<author><name>&gt;Lp</name></author>
	</entry>
</feed>