<?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=DelmPaint_file_format</id>
	<title>DelmPaint 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=DelmPaint_file_format"/>
	<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=DelmPaint_file_format&amp;action=history"/>
	<updated>2026-07-26T23:59:14Z</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=DelmPaint_file_format&amp;diff=12526&amp;oldid=prev</id>
		<title>&gt;Lp: moved DelmPaint to DelmPaint file format: For consistency</title>
		<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=DelmPaint_file_format&amp;diff=12526&amp;oldid=prev"/>
		<updated>2017-01-02T22:56:58Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/AtariForumWiki/index.php/DelmPaint&quot; class=&quot;mw-redirect&quot; title=&quot;DelmPaint&quot;&gt;DelmPaint&lt;/a&gt; to &lt;a href=&quot;/AtariForumWiki/index.php/DelmPaint_file_format&quot; title=&quot;DelmPaint file format&quot;&gt;DelmPaint 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 18:56, 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=DelmPaint_file_format&amp;diff=12525&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=DelmPaint_file_format&amp;diff=12525&amp;oldid=prev"/>
		<updated>2017-01-02T22:19:59Z</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;
DelmPaint       *.DEL, *.DPH&lt;br /&gt;
&lt;br /&gt;
Delmpaint is a 256 color painting package. It works in 320x200 and 320x240 but&lt;br /&gt;
there is no difference in the file type. From a .DEL file you can not tel whether&lt;br /&gt;
it is a 320x200 or a 320x240 file. The same is true for a *.DPH file, which is &lt;br /&gt;
either a 640x400 or a 640x480 file. The bigger format is always assumed.&lt;br /&gt;
&lt;br /&gt;
*.DEL format:&lt;br /&gt;
The *.DEL format contains 3 compressed blocks which are decompressed 32000 bytes.&lt;br /&gt;
Those three blocks joined together are the depacked file.&lt;br /&gt;
Paked:&lt;br /&gt;
  1 long        length of 1st packed block&lt;br /&gt;
  1 long        length of 2nd packed block&lt;br /&gt;
??? bytes       1st packed block, depacked 32000 bytes&lt;br /&gt;
??? bytes       2nd packed block, depacked 32000 bytes&lt;br /&gt;
??? bytes       3rd packed block, depacked 32000 bytes&lt;br /&gt;
The blocks are packed with the same algorithm as used in Crackart&lt;br /&gt;
&lt;br /&gt;
Depacked:&lt;br /&gt;
  256 longs     Palette 256 colors, in Falcon format, R, G, 0, B&lt;br /&gt;
38400 words     Picture data, 8 interleaved bitplanes&lt;br /&gt;
&lt;br /&gt;
*.DPH format:&lt;br /&gt;
The *.DPH format contains 11 compressed blocks which are decompressed 32000 bytes.&lt;br /&gt;
Those three blocks joined together are the depacked file.&lt;br /&gt;
Paked:&lt;br /&gt;
 10 long        length of 11st to 10th packed block&lt;br /&gt;
  &lt;br /&gt;
??? bytes       1st packed block, depacked 32000 bytes&lt;br /&gt;
??? bytes       2nd packed block, depacked 32000 bytes&lt;br /&gt;
....&lt;br /&gt;
??? bytes       1th packed block, depacked 32000 bytes&lt;br /&gt;
The blocks are packed with the same algorithm as used in Crackart&lt;br /&gt;
&lt;br /&gt;
Depacked:&lt;br /&gt;
  256 longs     Palette 256 colors, in Falcon format, R, G, 0, B&lt;br /&gt;
38400 words     Picture 1 320x240 data, 8 interleaved bitplanes&lt;br /&gt;
38400 words     Picture 2 320x240 data, 8 interleaved bitplanes&lt;br /&gt;
38400 words     Picture 3 320x240 data, 8 interleaved bitplanes&lt;br /&gt;
38400 words     Picture 4 320x240 data, 8 interleaved bitplanes&lt;br /&gt;
Finally you have to join the pictures into one huge 640x480 picture.&lt;br /&gt;
Take 320 bytes from picture 1, then 320 from 2, repeat 240 times, do&lt;br /&gt;
the same for picture 3 and 4.&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>