<?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=TmS_Cranach_file_format</id>
	<title>TmS Cranach 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=TmS_Cranach_file_format"/>
	<link rel="alternate" type="text/html" href="https://www.temlib.org/AtariForumWiki/index.php?title=TmS_Cranach_file_format&amp;action=history"/>
	<updated>2026-05-06T18:36:43Z</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=TmS_Cranach_file_format&amp;diff=18896&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=TmS_Cranach_file_format&amp;diff=18896&amp;oldid=prev"/>
		<updated>2017-01-16T23:33:52Z</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;
TmS Cranach Paint/TmS Cranach Studio    *.ESM&lt;br /&gt;
&lt;br /&gt;
ESM is short for Enhanced Simplex&lt;br /&gt;
The following description is based on source code found in the GemView module devkit.&lt;br /&gt;
&lt;br /&gt;
1 long       file id ['T' 'M' 'S' 0x00]&lt;br /&gt;
1 word       header size [usually 812]&lt;br /&gt;
1 word       width in pixels&lt;br /&gt;
1 word       height in pixels&lt;br /&gt;
1 word       planes [1, 8, or 24]&lt;br /&gt;
1 word       number of components [1=monochrome, 3=8-bit indexed color or 24-bit true color&lt;br /&gt;
1 word       component depth red [usually 8]&lt;br /&gt;
1 word       component depth green&lt;br /&gt;
1 word       component depth blue&lt;br /&gt;
1 word       depth black? [unknown use, usually 0]&lt;br /&gt;
1 word       version [4]&lt;br /&gt;
1 word       horizontal dpi [usually 100]&lt;br /&gt;
1 word       vertical dpi [usually 100]&lt;br /&gt;
1 word       line height [usually same as image height]&lt;br /&gt;
1 word       line start [usually 0]&lt;br /&gt;
1 word       line end [usually image height - 1]&lt;br /&gt;
1 word       mask [use unknown, usually 0]&lt;br /&gt;
256 bytes    palette component red&lt;br /&gt;
256 bytes    palette component green&lt;br /&gt;
256 bytes    palette component blue&lt;br /&gt;
4 words      ? [unknown use, usually 0]&lt;br /&gt;
---------&lt;br /&gt;
812 bytes    total for header&lt;br /&gt;
&lt;br /&gt;
?            image data:&lt;br /&gt;
   1 plane is monochrome, width assumed to be rounded up to the nearest byte&lt;br /&gt;
       ignore palette, set bits=black&lt;br /&gt;
   8 planes is color indexes into the palette tables&lt;br /&gt;
   24 planes is true-color, RGB format, 3 bytes per pixel in R, G, B order&lt;br /&gt;
       ignore palette&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>