<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.cpcwiki.eu/index.php?action=history&amp;feed=atom&amp;title=Run_Length_Encoding</id>
	<title>Run Length Encoding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.cpcwiki.eu/index.php?action=history&amp;feed=atom&amp;title=Run_Length_Encoding"/>
	<link rel="alternate" type="text/html" href="https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;action=history"/>
	<updated>2026-08-30T16:49:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;diff=33016&amp;oldid=prev</id>
		<title>MacDeath at 21:47, 8 October 2009</title>
		<link rel="alternate" type="text/html" href="https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;diff=33016&amp;oldid=prev"/>
		<updated>2009-10-08T21:47:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:47, 8 October 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Run Length Encoding is a very simple form of file &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;compression&lt;/del&gt;. It compresses long sequences of the same byte to an indicator code, byte value, and count. For example, 48 spaces (character code &amp;amp;20) might be encoded as &amp;amp;E9 &amp;amp;30 &amp;amp;20, assuming the indicator code was &amp;amp;E9.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Run Length Encoding is a very simple form of file &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Data Compression|Compression]]&lt;/ins&gt;. It compresses long sequences of the same byte to an indicator code, byte value, and count. For example, 48 spaces (character code &amp;amp;20) might be encoded as &amp;amp;E9 &amp;amp;30 &amp;amp;20, assuming the indicator code was &amp;amp;E9.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;CPC programs to use RLE techniques included:&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;CPC programs to use RLE techniques included:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wikidb:diff:1.41:old-33015:rev-33016:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>MacDeath</name></author>
	</entry>
	<entry>
		<id>https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;diff=33015&amp;oldid=prev</id>
		<title>MacDeath at 21:46, 8 October 2009</title>
		<link rel="alternate" type="text/html" href="https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;diff=33015&amp;oldid=prev"/>
		<updated>2009-10-08T21:46:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:46, 8 October 2009&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l11&quot;&gt;Line 11:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Later compression programs (such as [[Cheese]] and [[Columbia]]) used the more advanced [[LZW]] algorithm.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Later compression programs (such as [[Cheese]] and [[Columbia]]) used the more advanced [[LZW]] algorithm.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:DATA Storage]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key wikidb:diff:1.41:old-13549:rev-33015:php=table --&gt;
&lt;/table&gt;</summary>
		<author><name>MacDeath</name></author>
	</entry>
	<entry>
		<id>https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;diff=13549&amp;oldid=prev</id>
		<title>ChaRleyTroniC at 23:56, 4 January 2007</title>
		<link rel="alternate" type="text/html" href="https://www.cpcwiki.eu/index.php?title=Run_Length_Encoding&amp;diff=13549&amp;oldid=prev"/>
		<updated>2007-01-04T23:56:19Z</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;Run Length Encoding is a very simple form of file compression. It compresses long sequences of the same byte to an indicator code, byte value, and count. For example, 48 spaces (character code &amp;amp;20) might be encoded as &amp;amp;E9 &amp;amp;30 &amp;amp;20, assuming the indicator code was &amp;amp;E9.&lt;br /&gt;
&lt;br /&gt;
CPC programs to use RLE techniques included:&lt;br /&gt;
&lt;br /&gt;
* [[SQ23]]&lt;br /&gt;
* [[Crunch]] by [[Crown]]&lt;br /&gt;
* [[Newsweep]] ([[CP/M]])&lt;br /&gt;
* [[PowerPage]] (for saved pages)&lt;br /&gt;
* [[Stop Press]] (for clip art)&lt;br /&gt;
* [[MicroDesign]] (for all saved graphics)&lt;br /&gt;
&lt;br /&gt;
Later compression programs (such as [[Cheese]] and [[Columbia]]) used the more advanced [[LZW]] algorithm.&lt;/div&gt;</summary>
		<author><name>ChaRleyTroniC</name></author>
	</entry>
</feed>