<?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=PackBits_Compression_Algorithm</id>
	<title>PackBits Compression Algorithm - 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=PackBits_Compression_Algorithm"/>
	<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=PackBits_Compression_Algorithm&amp;action=history"/>
	<updated>2026-05-13T17:16:10Z</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=PackBits_Compression_Algorithm&amp;diff=15820&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=PackBits_Compression_Algorithm&amp;diff=15820&amp;oldid=prev"/>
		<updated>2017-01-02T21:03:47Z</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;
PackBits Compression Algorithm&lt;br /&gt;
&lt;br /&gt;
The following packing algorithm originated on the Mac, was adopted by&lt;br /&gt;
Electronic Arts/Commodore for use in the IFF standard, and then by Tom&lt;br /&gt;
Hudson for use in DEGAS Elite.  The algorithm is currently used in&lt;br /&gt;
MacPaint, IFF, and DEGAS Elite compressed file formats.  Each scan line&lt;br /&gt;
is packed separately, and packing never extends beyond a scan line.&lt;br /&gt;
&lt;br /&gt;
For a given control byte 'n':&lt;br /&gt;
    0 &amp;lt;= n &amp;lt;= 127   : use the next n + 1 bytes literally (no repetition).&lt;br /&gt;
 -127 &amp;lt;= n &amp;lt;= -1    : use the next byte -n + 1 times.&lt;br /&gt;
         n = -128   : no operation, not used.&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>