<?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=Canvas_file_format</id>
	<title>Canvas 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=Canvas_file_format"/>
	<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=Canvas_file_format&amp;action=history"/>
	<updated>2026-05-13T17:43:50Z</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=Canvas_file_format&amp;diff=11689&amp;oldid=prev</id>
		<title>&gt;Lp: moved Canvas to Canvas file format: Renamed so &quot;Canvas&quot; app page can be used in the future</title>
		<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=Canvas_file_format&amp;diff=11689&amp;oldid=prev"/>
		<updated>2017-01-02T22:40:20Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/AtariForumWiki/index.php/Canvas&quot; class=&quot;mw-redirect&quot; title=&quot;Canvas&quot;&gt;Canvas&lt;/a&gt; to &lt;a href=&quot;/AtariForumWiki/index.php/Canvas_file_format&quot; title=&quot;Canvas file format&quot;&gt;Canvas file format&lt;/a&gt;: Renamed so &amp;quot;Canvas&amp;quot; app page can be used in the future&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:40, 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=Canvas_file_format&amp;diff=11688&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=Canvas_file_format&amp;diff=11688&amp;oldid=prev"/>
		<updated>2017-01-02T21:23:16Z</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;
Canvas            *.CNV, *.CPT&lt;br /&gt;
&lt;br /&gt;
Canvas is a simple drawing program for the Atari ST. The simplest file&lt;br /&gt;
format it uses is .CNV. The format has no infor on the resolution of &lt;br /&gt;
the image. The colors are stored in VDI order.&lt;br /&gt;
&lt;br /&gt;
   48 bytes       palette, value 0-7 per byte, RGB in VDI order.&lt;br /&gt;
32000 bytes       image data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The CPT format is a compressed format:&lt;br /&gt;
   16 words       palette&lt;br /&gt;
    1 word        resolution (0=low, 1=med, 2=high resolution)&lt;br /&gt;
  ??? words       compressed data, uncompressed 32000 bytes&lt;br /&gt;
  &lt;br /&gt;
Packing algorithm: first all runlength data is transfered. Then the&lt;br /&gt;
gaps that haven't been filled with runlengthdata is filled with the &lt;br /&gt;
remaining data from file.&lt;br /&gt;
Runlength data:&lt;br /&gt;
    1 word        repeat count&lt;br /&gt;
    1 word        offset&lt;br /&gt;
    n words       run length data (n=4 low, 2 med, 1 high)&lt;br /&gt;
The n words run length data are repeated (repeat count +1) times from &lt;br /&gt;
offset bytes from the start of the file. When repeat count $FFFF signifies &lt;br /&gt;
the end of the run length data (the offset and run length data still folow &lt;br /&gt;
the $FFFF repeat count).&lt;br /&gt;
  ??? words       data to fill the gaps that haven't been filled with run &lt;br /&gt;
length data.&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>