<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MihaiPopa7</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MihaiPopa7"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/MihaiPopa7"/>
		<updated>2026-04-04T12:39:20Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/NTFS</id>
		<title>NTFS</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/NTFS"/>
				<updated>2026-03-19T13:51:04Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Filesystem&lt;br /&gt;
}}&lt;br /&gt;
'''NTFS''' (New Technology File System) is Microsoft's proprietary filesystem for [[Windows NT]] and its descendants, including [[Windows 10]] and the current [[Windows 11]]. It succeeded the earlier filesystems of the [[FAT]] family.&lt;br /&gt;
&lt;br /&gt;
A central component of it is the Master File Table (MFT).&lt;br /&gt;
&lt;br /&gt;
One change from earlier Microsoft filesystems is that all timestamps are in the UTC time zone (roughly equivalent to Greenwich Mean Time) instead of in local time zones as was done earlier; this means that timestamps may sometimes get messed up in transfer of files between filesystems if the zones aren't properly converted (times near the changeover between standard and daylight time in a given zone are particularly vulnerable to error). Timestamps are saved based on an epoch of AD 1601; see [[Windows FILETIME]] for more information.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:NTFS|Wikipedia article]]&lt;br /&gt;
* [https://technet.microsoft.com/en-us/library/cc758691%28WS.10%29.aspx Microsoft technical reference (for Windows Server 2003)]&lt;br /&gt;
* [https://msdn.microsoft.com/en-us/library/windows/desktop/aa365230%28v=vs.85%29.aspx Microsoft reference for MFT]&lt;br /&gt;
* [https://twitter.com/jaredcatkinson/status/606218939006226435 Format poster for MFT]&lt;br /&gt;
* [https://marcan.st/2015/10/rescuing-a-broken-ntfs-filesystem/ Rescuing a broken NTFS filesystem]&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.yml</id>
		<title>Category:File formats with extension .yml</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.yml"/>
				<updated>2026-03-19T13:27:11Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;Y&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|Y]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T21:04:47Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released='''JPEGT''': 2024&amp;lt;br/&amp;gt;'''JPEGT'''+: 2026&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==JPEGT+==&lt;br /&gt;
A new version called JPEGT+ uses JPEG for the mask, which reduces file sizes with somewhat minimal loss in mask quality.&lt;br /&gt;
&lt;br /&gt;
JPEGT+ uses the same extensions as JPEGT, but the signature is a little different.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT/JPEGT+ encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT/JPEGT+ files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:46:29Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released='''JPEGT''': 2024&amp;lt;br/&amp;gt;'''JPEGT'''+: 2026&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==JPEGT+==&lt;br /&gt;
A new version called JPEGT+ uses JPEG for the mask, which reduces file sizes with somewhat minimal loss in mask quality.&lt;br /&gt;
&lt;br /&gt;
JPEGT+ uses the same extensions as JPEGT, but the signature is a little different.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:45:05Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released='''JPEGT''': 2024&amp;lt;br/&amp;gt;'''JPEGT'''+: 2026&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
A new version called JPEGT+ uses JPEG for the mask, which reduces file sizes with somewhat minimal loss in mask quality.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:43:20Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released='''JPEGT''': 2024&amp;lt;br/&amp;gt;'''JPEGT'''+: 2026&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:41:22Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released=2024&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:41:11Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Identification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released=2024&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. &lt;br /&gt;
&lt;br /&gt;
A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:40:31Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released=2024&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' and '''JPEGT+''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) are image formats created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
===JPEGT===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
===JPEGT+===&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x58 0x53 0x26 0x59 0x41 0x31}} which it's the first 12 [[BCD]] encoded digits of pi, but each byte is in reversed order.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the JPEG mask comes in.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Hemera_Photo-Object</id>
		<title>Hemera Photo-Object</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Hemera_Photo-Object"/>
				<updated>2026-02-27T20:29:14Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|hpi}}&lt;br /&gt;
|wikidata={{wikidata|Q71264900}}&lt;br /&gt;
}}&lt;br /&gt;
'''Hemera Photo-Object''' is a raster image format used by Hemera Technologies in their clip art software titles.&lt;br /&gt;
&lt;br /&gt;
Hemera's Photo-Objects image format is similar to other formats sometimes referred to as images with transparency or images that have an associated Mask or Alpha Channel. Unlike typical photographic quality image formats that support transparency, Hemera's Photo-Object image format (.HPI) uses little disk space which allows thousands of images to be contained on a single CD-ROM.&lt;br /&gt;
&lt;br /&gt;
Hemera's Photo-Objects are totally background independent meaning that each image can be placed on top of any other background. You can drag and drop the image into your wordprocessor, presentations program, or graphics application or use the Export Wizard included with Photo-Objects. &amp;lt;ref&amp;gt;https://web.archive.org/web/20001210081300/http://www.hemera.com/products/whatspo.htm&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Turns out the HPI Photo-Object format is simply a JFIF with an attached PNG mask. A perl script has been written to convert the format to its base [[JPEG]] &amp;amp; [[PNG]] formats.&amp;lt;ref&amp;gt;https://etgdesign.com/programming/hpi-extractor&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hemera Technologies bought rights to all Corel Photos, Clipart in the year 2000, &amp;lt;ref&amp;gt;https://web.archive.org/web/20000815203202/http://www.corel.com/news/2000/july/july_17_2000.htm&amp;lt;/ref&amp;gt; and the successor (well, by [[User:MihaiPopa7|me]]) is [[JPEGT]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[HTA (Hemera)]]&lt;br /&gt;
&lt;br /&gt;
==File Identification==&lt;br /&gt;
&lt;br /&gt;
The HPI file format header begins with hex values &amp;quot;{{magic|89 48 50 49 0d 0a 1a 0a}}&amp;quot;. The embedded JPEG usually starts at byte 32.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* [[XnView]]&lt;br /&gt;
* [https://archive.org/details/hemerabboadisk01 Hemera Big Box of Art]&lt;br /&gt;
* [https://etgdesign.com/programming/hpi-extractor HPI Image Extractor]&lt;br /&gt;
* [https://web.archive.org/web/20001209195400/http://www.hemera.com/downloads/trialpoeng.htm Trial Photo-Object software and Samples]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [https://archive.org/details/Hemera_100_000_Photo_ClipArt_7_CDs_Set_WinMac_2002_Eng Hemera 100 000 Photo ClipArt 7 CDs Set]&lt;br /&gt;
* {{DexvertSamples|image/hpi}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:27:53Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released=2024&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) is a image format created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
That variation is not longer used, and the current version is using the correct formats.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:26:26Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released=2024&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) is a image format created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. A variation of this is mostly the same, but the PNG mask is deflated with Pako, in this case it starts with {{magic|CMPR}}.&lt;br /&gt;
&lt;br /&gt;
The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:HTTPS</id>
		<title>Template:HTTPS</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:HTTPS"/>
				<updated>2026-02-27T20:00:48Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Undo revision 51529 by MihaiPopa7 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https{{{1}}}{{{2}}}{{{3}}}{{{4}}} {{{5}}}]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/JPEGT</id>
		<title>JPEGT</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/JPEGT"/>
				<updated>2026-02-27T20:00:39Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|jpegt}}, {{ext|jpet}}, {{ext|jpgt}}&lt;br /&gt;
|released=2024&lt;br /&gt;
}}&lt;br /&gt;
'''JPEGT''' ('''JPEG''' '''T'''ransparent or '''JPEG''' with '''T'''ransparency) is a image format created by [[User:MihaiPopa7|myself]]. It's the successor of [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
It's just JPEG with transparency, a feature that didn't come out until earlier with [[JNG]] and [[Hemera Photo-Object]].&lt;br /&gt;
&lt;br /&gt;
Likewise, it's being used for clip art, logos, photos, you name it.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
&lt;br /&gt;
The file starts with {{magic|JPGT%%}} and then {{magic|0x31 0x41 0x59 0x26 0x53 0x58}} which it's the first 12 [[BCD]] encoded digits of pi.&lt;br /&gt;
&lt;br /&gt;
Then the JPEG picture comes in, and the PNG mask comes in. The idea was also used by [[Hemera Photo-Object]], but the signature is not the same, but how it works it's the same.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
&lt;br /&gt;
* {{HTTPS|:|/|/|mpopa2048-source.github.io/jpegt-encoder|JPEGT encoder, viewer and decoder}}&lt;br /&gt;
&lt;br /&gt;
It supports PNG files for encoding and JPEGT files for viewing and decoding back to PNG.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:HTTPS</id>
		<title>Template:HTTPS</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:HTTPS"/>
				<updated>2026-02-27T20:00:35Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[httpa{{{1}}}{{{2}}}{{{3}}}{{{4}}} {{{5}}}]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:HTTP</id>
		<title>Template:HTTP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:HTTP"/>
				<updated>2025-09-26T09:02:45Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Undo revision 51095 by MihaiPopa7 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http{{{1}}}{{{2}}}{{{3}}}{{{4}}} {{{5}}}]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/GRABBER</id>
		<title>GRABBER</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/GRABBER"/>
				<updated>2025-09-26T09:02:37Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|com}}, {{ext|exe}}&lt;br /&gt;
|released=1987&lt;br /&gt;
}}&lt;br /&gt;
'''GRABBER''' is a screen capture utility for DOS, developed by Gerald (Jerry) A. Monroe.&lt;br /&gt;
&lt;br /&gt;
Images are saved as self-displaying executable files. Older versions use [[DOS executable (.com)|COM]] format, and newer versions use [[MS-DOS EXE|EXE]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Some of the registered versions have major version number 5 or 6, though they aren't necessarily newer than the 3.x shareware versions. This is mentioned in, for example, the REGISTER.DOC file from the 3.98 distribution.&lt;br /&gt;
&lt;br /&gt;
GRABBER may require a fairly accurate DOS emulator or a VM, like VMware Player. Versions that seem to work in [[DOSBox]] are 2.10 through 3.35, and 3.84 through 3.91. Versions that seem to work in VMware Player are later ones (like 3.98). Earlier versions like 3.34 doesn't support VMs (it captures garbage), but works fine in DOSBox.&lt;br /&gt;
&lt;br /&gt;
In INNARDS.COM in GRABBER 2.10 (with samples), there was a earlier 2.0 release (from 1987), but it hasn't been located. Magic numbers are:&lt;br /&gt;
&lt;br /&gt;
{{Magic|GRABBER Ver. 2.0 Drive ë:}}&lt;br /&gt;
&lt;br /&gt;
and:&lt;br /&gt;
&lt;br /&gt;
{{Magic|Copyright (C) 1987 by Gerald A. Monroe}}&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
The default save filename for v2.10 to v3.00 is &amp;quot;SCREEN_A.COM&amp;quot;, &amp;quot;SCREEN_B.COM&amp;quot;, etc. For v3.20 to 3.35, it's &amp;quot;SCREEN00.COM&amp;quot;, &amp;quot;SCREEN01.COM&amp;quot;, etc. For v3.60 to 3.96, it's &amp;quot;SCREEN00.EXE&amp;quot;, &amp;quot;SCREEN01.EXE&amp;quot;, etc. Later versions try to derive a name from the running program, or &amp;quot;MSDOS00.EXE&amp;quot;... if there isn't one, or &amp;quot;SCREEN00.EXE&amp;quot;... as a last resort.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
''Information based on minimal research. May not be correct for all files.''&lt;br /&gt;
&lt;br /&gt;
v2.10-2.20 (COM format): No readable signature. The first 16 bytes are&lt;br /&gt;
&lt;br /&gt;
 fb be 81 00 8a 4c ff 30 ed 09 c9 74 20 56 fc ac&lt;br /&gt;
&lt;br /&gt;
v3.0 to 3.30 (COM format): There's a string at offset 5 that's either&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988, 1989 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
v3.34-3.35 (COM format): There's a string at offset 5 that starts with&lt;br /&gt;
&lt;br /&gt;
 This file was created by GRABBER.COM Version&lt;br /&gt;
&lt;br /&gt;
EXE files have ASCII &amp;quot;{{magic|Created by GRABBER}}&amp;quot; at offset 49.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* GRABBER&lt;br /&gt;
** {{CdTextfiles|gigabytesw/003a/grabber.zip|v2.10}}&lt;br /&gt;
** v2.20: [https://archive.org/details/AllFritz All Fritz] → FILES/GRAPTIES/GRABBER2.LZH&lt;br /&gt;
** v3.0: [https://archive.org/details/TheMeltingPot20 The Melting Pot 2.0] → MEALMAST/MYRECIPE.ZIP → GRABBER.COM (bare executable)&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/graber32.zip|v3.2}}&lt;br /&gt;
** v3.2K: Some of the files in [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware//NWUG/CGAUTIL7.ZIP&lt;br /&gt;
** {{CdTextfiles|gigabytesw/001a/grabb3.zip|v3.3}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb334.zip|v3.34}}&lt;br /&gt;
** v3.35: [https://archive.org/details/RBBSIABOX RBBS in a Box - Ver 3.1, Number 1] → HDNO/GRABV335.ZIP&lt;br /&gt;
** &amp;quot;v3.50&amp;quot; German translation by Rudi Lehnert: [{{DiscMasterURL|browse/33122/prog11-20.zip/PROG_19/PLC_PA22.ZIP/ARCHIV1.ARJ/PCGED293/GRABBER}}]&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb360.zip|v3.60}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb370.zip|v3.70}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb373.zip|v3.73}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb377.zip|v3.77}}&lt;br /&gt;
** v3.80: [https://archive.org/details/The_PC-Sig_Library_Shareware_for_the_IBM_PC_and_Compatibles_PC-SIG_Tenth_Edition PC Sig Library 10th Edition] → PC_SIGCD/27/7/DISK2775.ZIP&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb381.zip|v3.81}}&lt;br /&gt;
** v3.84: [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware/KAND/GRABB384.ZIP&lt;br /&gt;
** {{CdTextfiles|640swstudio/UTILITY/GRABBR38.ZIP|v3.85}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb387.zip|v3.87}}&lt;br /&gt;
** {{CdTextfiles|tigershareware/x16/grabb390.zip|v3.90}}&lt;br /&gt;
** v3.91: [https://archive.org/details/PC-Sig_Library_12th_Edition_PC-SIG_1993 PC Sig Library 12th Edition] → gra/disk2775.zip &lt;br /&gt;
** {{CdTextfiles|megarom/megarom1/SCREEN/GRABB392.ZIP|v3.92}}&lt;br /&gt;
** {{CdTextfiles|nopv07/042A/GRABB393.ZIP|v3.93}}&lt;br /&gt;
** {{CdTextfiles|simtel/simtel20/MSDOS/SCREEN/GRABB394.ZIP|v3.94}}&lt;br /&gt;
** v3.95: [https://archive.org/details/greathits1994 Great Hits 1994] → UTIL/_GRABBER.EXE&lt;br /&gt;
** {{CdTextfiles|simtel/simtel0595/DISC1/SCREEN/GRABB396.ZIP|v3.96}}&lt;br /&gt;
** {{CdTextfiles|megarom/megarom5/UTILITY/SCREEN/GRABB397.ZIP|v3.97}}&lt;br /&gt;
** {{CdTextfiles|swextrav8/swextrav8-1/all/grabb398.zip|v3.98}}&lt;br /&gt;
** {{HTTP|:|/|/|discmaster.textfiles.com/browse/29621/ibm0030-0039/ibm0038.tar/ibm0038/GRAB6.ZIP|v6.01}}&lt;br /&gt;
** Additional links at [[GRABBER/Alternative links]].&lt;br /&gt;
&lt;br /&gt;
The GRABBER distribution (at least v3.87+) includes utilities for converting to common formats such as [[GIF]] and [[PCX]].&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* Versions 3.90 and earlier include some DEMO*.EXE or DEMO*.COM sample files.&lt;br /&gt;
* {{DexvertSamples|image/grabber}}&lt;br /&gt;
* {{CdTextfiles|nightowl/nopv06/029A/AMENU310.ZIP|AMENU310.ZIP}} → SCREEN_?.COM&lt;br /&gt;
* {{CdTextfiles|ultimateswco/gas/gas06.zip|gas06.zip}} → SCREEN_A.COM&lt;br /&gt;
* {{CdTextfiles|soundsensations/MIDIFILE/ZIPFILES/ANDANTE.ZIP|ANDANTE.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|psl/pslv3nv03/HOME/DOS/BIBLE_GA/BIBLMIND.ZIP|BIBLMIND.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|ccbcurrsh1/textfile/fedjobs.zip|fedjobs.zip}} → FJOBS.ZIP → DEMO.ZIP → SCREEN??.COM&lt;br /&gt;
* [https://archive.org/details/SolarHeaven Solar Heaven] → olddemo/scr*.exe&lt;br /&gt;
* [https://archive.org/download/RBBSIABOX/RBBSIABOX31.cdr/HDNO/GRABBER.ZIP GRABBER.ZIP] → *.COM, excluding GRABBER.COM&lt;br /&gt;
&lt;br /&gt;
[[Category:Executable envelopes]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Template:HTTP</id>
		<title>Template:HTTP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Template:HTTP"/>
				<updated>2025-09-26T09:02:32Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[httpx{{{1}}}{{{2}}}{{{3}}}{{{4}}} {{{5}}}]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/GRABBER</id>
		<title>GRABBER</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/GRABBER"/>
				<updated>2025-09-26T09:01:57Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|com}}, {{ext|exe}}&lt;br /&gt;
|released=1987&lt;br /&gt;
}}&lt;br /&gt;
'''GRABBER''' is a screen capture utility for DOS, developed by Gerald (Jerry) A. Monroe.&lt;br /&gt;
&lt;br /&gt;
Images are saved as self-displaying executable files. Older versions use [[DOS executable (.com)|COM]] format, and newer versions use [[MS-DOS EXE|EXE]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Some of the registered versions have major version number 5 or 6, though they aren't necessarily newer than the 3.x shareware versions. This is mentioned in, for example, the REGISTER.DOC file from the 3.98 distribution.&lt;br /&gt;
&lt;br /&gt;
GRABBER may require a fairly accurate DOS emulator or a VM, like VMware Player. Versions that seem to work in [[DOSBox]] are 2.10 through 3.35, and 3.84 through 3.91. Versions that seem to work in VMware Player are later ones (like 3.98). Earlier versions like 3.34 doesn't support VMs (it captures garbage), but works fine in DOSBox.&lt;br /&gt;
&lt;br /&gt;
In INNARDS.COM in GRABBER 2.10 (with samples), there was a earlier 2.0 release (from 1987), but it hasn't been located. Magic numbers are:&lt;br /&gt;
&lt;br /&gt;
{{Magic|GRABBER Ver. 2.0 Drive ë:}}&lt;br /&gt;
&lt;br /&gt;
and:&lt;br /&gt;
&lt;br /&gt;
{{Magic|Copyright (C) 1987 by Gerald A. Monroe}}&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
The default save filename for v2.10 to v3.00 is &amp;quot;SCREEN_A.COM&amp;quot;, &amp;quot;SCREEN_B.COM&amp;quot;, etc. For v3.20 to 3.35, it's &amp;quot;SCREEN00.COM&amp;quot;, &amp;quot;SCREEN01.COM&amp;quot;, etc. For v3.60 to 3.96, it's &amp;quot;SCREEN00.EXE&amp;quot;, &amp;quot;SCREEN01.EXE&amp;quot;, etc. Later versions try to derive a name from the running program, or &amp;quot;MSDOS00.EXE&amp;quot;... if there isn't one, or &amp;quot;SCREEN00.EXE&amp;quot;... as a last resort.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
''Information based on minimal research. May not be correct for all files.''&lt;br /&gt;
&lt;br /&gt;
v2.10-2.20 (COM format): No readable signature. The first 16 bytes are&lt;br /&gt;
&lt;br /&gt;
 fb be 81 00 8a 4c ff 30 ed 09 c9 74 20 56 fc ac&lt;br /&gt;
&lt;br /&gt;
v3.0 to 3.30 (COM format): There's a string at offset 5 that's either&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988, 1989 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
v3.34-3.35 (COM format): There's a string at offset 5 that starts with&lt;br /&gt;
&lt;br /&gt;
 This file was created by GRABBER.COM Version&lt;br /&gt;
&lt;br /&gt;
EXE files have ASCII &amp;quot;{{magic|Created by GRABBER}}&amp;quot; at offset 49.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* GRABBER&lt;br /&gt;
** {{CdTextfiles|gigabytesw/003a/grabber.zip|v2.10}}&lt;br /&gt;
** v2.20: [https://archive.org/details/AllFritz All Fritz] → FILES/GRAPTIES/GRABBER2.LZH&lt;br /&gt;
** v3.0: [https://archive.org/details/TheMeltingPot20 The Melting Pot 2.0] → MEALMAST/MYRECIPE.ZIP → GRABBER.COM (bare executable)&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/graber32.zip|v3.2}}&lt;br /&gt;
** v3.2K: Some of the files in [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware//NWUG/CGAUTIL7.ZIP&lt;br /&gt;
** {{CdTextfiles|gigabytesw/001a/grabb3.zip|v3.3}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb334.zip|v3.34}}&lt;br /&gt;
** v3.35: [https://archive.org/details/RBBSIABOX RBBS in a Box - Ver 3.1, Number 1] → HDNO/GRABV335.ZIP&lt;br /&gt;
** &amp;quot;v3.50&amp;quot; German translation by Rudi Lehnert: [{{DiscMasterURL|browse/33122/prog11-20.zip/PROG_19/PLC_PA22.ZIP/ARCHIV1.ARJ/PCGED293/GRABBER}}]&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb360.zip|v3.60}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb370.zip|v3.70}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb373.zip|v3.73}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb377.zip|v3.77}}&lt;br /&gt;
** v3.80: [https://archive.org/details/The_PC-Sig_Library_Shareware_for_the_IBM_PC_and_Compatibles_PC-SIG_Tenth_Edition PC Sig Library 10th Edition] → PC_SIGCD/27/7/DISK2775.ZIP&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb381.zip|v3.81}}&lt;br /&gt;
** v3.84: [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware/KAND/GRABB384.ZIP&lt;br /&gt;
** {{CdTextfiles|640swstudio/UTILITY/GRABBR38.ZIP|v3.85}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb387.zip|v3.87}}&lt;br /&gt;
** {{CdTextfiles|tigershareware/x16/grabb390.zip|v3.90}}&lt;br /&gt;
** v3.91: [https://archive.org/details/PC-Sig_Library_12th_Edition_PC-SIG_1993 PC Sig Library 12th Edition] → gra/disk2775.zip &lt;br /&gt;
** {{CdTextfiles|megarom/megarom1/SCREEN/GRABB392.ZIP|v3.92}}&lt;br /&gt;
** {{CdTextfiles|nopv07/042A/GRABB393.ZIP|v3.93}}&lt;br /&gt;
** {{CdTextfiles|simtel/simtel20/MSDOS/SCREEN/GRABB394.ZIP|v3.94}}&lt;br /&gt;
** v3.95: [https://archive.org/details/greathits1994 Great Hits 1994] → UTIL/_GRABBER.EXE&lt;br /&gt;
** {{CdTextfiles|simtel/simtel0595/DISC1/SCREEN/GRABB396.ZIP|v3.96}}&lt;br /&gt;
** {{CdTextfiles|megarom/megarom5/UTILITY/SCREEN/GRABB397.ZIP|v3.97}}&lt;br /&gt;
** {{CdTextfiles|swextrav8/swextrav8-1/all/grabb398.zip|v3.98}}&lt;br /&gt;
** {{HTTP|:|:|/|discmaster.textfiles.com/browse/29621/ibm0030-0039/ibm0038.tar/ibm0038/GRAB6.ZIP|v6.01}}&lt;br /&gt;
** Additional links at [[GRABBER/Alternative links]].&lt;br /&gt;
&lt;br /&gt;
The GRABBER distribution (at least v3.87+) includes utilities for converting to common formats such as [[GIF]] and [[PCX]].&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* Versions 3.90 and earlier include some DEMO*.EXE or DEMO*.COM sample files.&lt;br /&gt;
* {{DexvertSamples|image/grabber}}&lt;br /&gt;
* {{CdTextfiles|nightowl/nopv06/029A/AMENU310.ZIP|AMENU310.ZIP}} → SCREEN_?.COM&lt;br /&gt;
* {{CdTextfiles|ultimateswco/gas/gas06.zip|gas06.zip}} → SCREEN_A.COM&lt;br /&gt;
* {{CdTextfiles|soundsensations/MIDIFILE/ZIPFILES/ANDANTE.ZIP|ANDANTE.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|psl/pslv3nv03/HOME/DOS/BIBLE_GA/BIBLMIND.ZIP|BIBLMIND.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|ccbcurrsh1/textfile/fedjobs.zip|fedjobs.zip}} → FJOBS.ZIP → DEMO.ZIP → SCREEN??.COM&lt;br /&gt;
* [https://archive.org/details/SolarHeaven Solar Heaven] → olddemo/scr*.exe&lt;br /&gt;
* [https://archive.org/download/RBBSIABOX/RBBSIABOX31.cdr/HDNO/GRABBER.ZIP GRABBER.ZIP] → *.COM, excluding GRABBER.COM&lt;br /&gt;
&lt;br /&gt;
[[Category:Executable envelopes]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/GRABBER</id>
		<title>GRABBER</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/GRABBER"/>
				<updated>2025-09-26T09:01:40Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|com}}, {{ext|exe}}&lt;br /&gt;
|released=1987&lt;br /&gt;
}}&lt;br /&gt;
'''GRABBER''' is a screen capture utility for DOS, developed by Gerald (Jerry) A. Monroe.&lt;br /&gt;
&lt;br /&gt;
Images are saved as self-displaying executable files. Older versions use [[DOS executable (.com)|COM]] format, and newer versions use [[MS-DOS EXE|EXE]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Some of the registered versions have major version number 5 or 6, though they aren't necessarily newer than the 3.x shareware versions. This is mentioned in, for example, the REGISTER.DOC file from the 3.98 distribution.&lt;br /&gt;
&lt;br /&gt;
GRABBER may require a fairly accurate DOS emulator or a VM, like VMware Player. Versions that seem to work in [[DOSBox]] are 2.10 through 3.35, and 3.84 through 3.91. Versions that seem to work in VMware Player are later ones (like 3.98). Earlier versions like 3.34 doesn't support VMs (it captures garbage), but works fine in DOSBox.&lt;br /&gt;
&lt;br /&gt;
In INNARDS.COM in GRABBER 2.10 (with samples), there was a earlier 2.0 release (from 1987), but it hasn't been located. Magic numbers are:&lt;br /&gt;
&lt;br /&gt;
{{Magic|GRABBER Ver. 2.0 Drive ë:}}&lt;br /&gt;
&lt;br /&gt;
and:&lt;br /&gt;
&lt;br /&gt;
{{Magic|Copyright (C) 1987 by Gerald A. Monroe}}&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
The default save filename for v2.10 to v3.00 is &amp;quot;SCREEN_A.COM&amp;quot;, &amp;quot;SCREEN_B.COM&amp;quot;, etc. For v3.20 to 3.35, it's &amp;quot;SCREEN00.COM&amp;quot;, &amp;quot;SCREEN01.COM&amp;quot;, etc. For v3.60 to 3.96, it's &amp;quot;SCREEN00.EXE&amp;quot;, &amp;quot;SCREEN01.EXE&amp;quot;, etc. Later versions try to derive a name from the running program, or &amp;quot;MSDOS00.EXE&amp;quot;... if there isn't one, or &amp;quot;SCREEN00.EXE&amp;quot;... as a last resort.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
''Information based on minimal research. May not be correct for all files.''&lt;br /&gt;
&lt;br /&gt;
v2.10-2.20 (COM format): No readable signature. The first 16 bytes are&lt;br /&gt;
&lt;br /&gt;
 fb be 81 00 8a 4c ff 30 ed 09 c9 74 20 56 fc ac&lt;br /&gt;
&lt;br /&gt;
v3.0 to 3.30 (COM format): There's a string at offset 5 that's either&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988, 1989 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
v3.34-3.35 (COM format): There's a string at offset 5 that starts with&lt;br /&gt;
&lt;br /&gt;
 This file was created by GRABBER.COM Version&lt;br /&gt;
&lt;br /&gt;
EXE files have ASCII &amp;quot;{{magic|Created by GRABBER}}&amp;quot; at offset 49.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* GRABBER&lt;br /&gt;
** {{CdTextfiles|gigabytesw/003a/grabber.zip|v2.10}}&lt;br /&gt;
** v2.20: [https://archive.org/details/AllFritz All Fritz] → FILES/GRAPTIES/GRABBER2.LZH&lt;br /&gt;
** v3.0: [https://archive.org/details/TheMeltingPot20 The Melting Pot 2.0] → MEALMAST/MYRECIPE.ZIP → GRABBER.COM (bare executable)&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/graber32.zip|v3.2}}&lt;br /&gt;
** v3.2K: Some of the files in [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware//NWUG/CGAUTIL7.ZIP&lt;br /&gt;
** {{CdTextfiles|gigabytesw/001a/grabb3.zip|v3.3}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb334.zip|v3.34}}&lt;br /&gt;
** v3.35: [https://archive.org/details/RBBSIABOX RBBS in a Box - Ver 3.1, Number 1] → HDNO/GRABV335.ZIP&lt;br /&gt;
** &amp;quot;v3.50&amp;quot; German translation by Rudi Lehnert: [{{DiscMasterURL|browse/33122/prog11-20.zip/PROG_19/PLC_PA22.ZIP/ARCHIV1.ARJ/PCGED293/GRABBER}}]&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb360.zip|v3.60}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb370.zip|v3.70}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb373.zip|v3.73}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb377.zip|v3.77}}&lt;br /&gt;
** v3.80: [https://archive.org/details/The_PC-Sig_Library_Shareware_for_the_IBM_PC_and_Compatibles_PC-SIG_Tenth_Edition PC Sig Library 10th Edition] → PC_SIGCD/27/7/DISK2775.ZIP&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb381.zip|v3.81}}&lt;br /&gt;
** v3.84: [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware/KAND/GRABB384.ZIP&lt;br /&gt;
** {{CdTextfiles|640swstudio/UTILITY/GRABBR38.ZIP|v3.85}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb387.zip|v3.87}}&lt;br /&gt;
** {{CdTextfiles|tigershareware/x16/grabb390.zip|v3.90}}&lt;br /&gt;
** v3.91: [https://archive.org/details/PC-Sig_Library_12th_Edition_PC-SIG_1993 PC Sig Library 12th Edition] → gra/disk2775.zip &lt;br /&gt;
** {{CdTextfiles|megarom/megarom1/SCREEN/GRABB392.ZIP|v3.92}}&lt;br /&gt;
** {{CdTextfiles|nopv07/042A/GRABB393.ZIP|v3.93}}&lt;br /&gt;
** {{CdTextfiles|simtel/simtel20/MSDOS/SCREEN/GRABB394.ZIP|v3.94}}&lt;br /&gt;
** v3.95: [https://archive.org/details/greathits1994 Great Hits 1994] → UTIL/_GRABBER.EXE&lt;br /&gt;
** {{CdTextfiles|simtel/simtel0595/DISC1/SCREEN/GRABB396.ZIP|v3.96}}&lt;br /&gt;
** {{CdTextfiles|megarom/megarom5/UTILITY/SCREEN/GRABB397.ZIP|v3.97}}&lt;br /&gt;
** {{CdTextfiles|swextrav8/swextrav8-1/all/grabb398.zip|v3.98}}&lt;br /&gt;
** {{HTTP|:|:|/|discmaster.textfiles.com/browse/29621/ibm0030-0039/ibm0038.tar/ibm0038/GRAB6.ZIP|v6.01]]&lt;br /&gt;
** Additional links at [[GRABBER/Alternative links]].&lt;br /&gt;
&lt;br /&gt;
The GRABBER distribution (at least v3.87+) includes utilities for converting to common formats such as [[GIF]] and [[PCX]].&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* Versions 3.90 and earlier include some DEMO*.EXE or DEMO*.COM sample files.&lt;br /&gt;
* {{DexvertSamples|image/grabber}}&lt;br /&gt;
* {{CdTextfiles|nightowl/nopv06/029A/AMENU310.ZIP|AMENU310.ZIP}} → SCREEN_?.COM&lt;br /&gt;
* {{CdTextfiles|ultimateswco/gas/gas06.zip|gas06.zip}} → SCREEN_A.COM&lt;br /&gt;
* {{CdTextfiles|soundsensations/MIDIFILE/ZIPFILES/ANDANTE.ZIP|ANDANTE.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|psl/pslv3nv03/HOME/DOS/BIBLE_GA/BIBLMIND.ZIP|BIBLMIND.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|ccbcurrsh1/textfile/fedjobs.zip|fedjobs.zip}} → FJOBS.ZIP → DEMO.ZIP → SCREEN??.COM&lt;br /&gt;
* [https://archive.org/details/SolarHeaven Solar Heaven] → olddemo/scr*.exe&lt;br /&gt;
* [https://archive.org/download/RBBSIABOX/RBBSIABOX31.cdr/HDNO/GRABBER.ZIP GRABBER.ZIP] → *.COM, excluding GRABBER.COM&lt;br /&gt;
&lt;br /&gt;
[[Category:Executable envelopes]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/GRABBER</id>
		<title>GRABBER</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/GRABBER"/>
				<updated>2025-09-26T08:59:47Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|com}}, {{ext|exe}}&lt;br /&gt;
|released=1987&lt;br /&gt;
}}&lt;br /&gt;
'''GRABBER''' is a screen capture utility for DOS, developed by Gerald (Jerry) A. Monroe.&lt;br /&gt;
&lt;br /&gt;
Images are saved as self-displaying executable files. Older versions use [[DOS executable (.com)|COM]] format, and newer versions use [[MS-DOS EXE|EXE]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Some of the registered versions have major version number 5 or 6, though they aren't necessarily newer than the 3.x shareware versions. This is mentioned in, for example, the REGISTER.DOC file from the 3.98 distribution.&lt;br /&gt;
&lt;br /&gt;
GRABBER may require a fairly accurate DOS emulator or a VM, like VMware Player. Versions that seem to work in [[DOSBox]] are 2.10 through 3.35, and 3.84 through 3.91. Versions that seem to work in VMware Player are later ones (like 3.98). Earlier versions like 3.34 doesn't support VMs (it captures garbage), but works fine in DOSBox.&lt;br /&gt;
&lt;br /&gt;
In INNARDS.COM in GRABBER 2.10 (with samples), there was a earlier 2.0 release (from 1987), but it hasn't been located. Magic numbers are:&lt;br /&gt;
&lt;br /&gt;
{{Magic|GRABBER Ver. 2.0 Drive ë:}}&lt;br /&gt;
&lt;br /&gt;
and:&lt;br /&gt;
&lt;br /&gt;
{{Magic|Copyright (C) 1987 by Gerald A. Monroe}}&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
The default save filename for v2.10 to v3.00 is &amp;quot;SCREEN_A.COM&amp;quot;, &amp;quot;SCREEN_B.COM&amp;quot;, etc. For v3.20 to 3.35, it's &amp;quot;SCREEN00.COM&amp;quot;, &amp;quot;SCREEN01.COM&amp;quot;, etc. For v3.60 to 3.96, it's &amp;quot;SCREEN00.EXE&amp;quot;, &amp;quot;SCREEN01.EXE&amp;quot;, etc. Later versions try to derive a name from the running program, or &amp;quot;MSDOS00.EXE&amp;quot;... if there isn't one, or &amp;quot;SCREEN00.EXE&amp;quot;... as a last resort.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
''Information based on minimal research. May not be correct for all files.''&lt;br /&gt;
&lt;br /&gt;
v2.10-2.20 (COM format): No readable signature. The first 16 bytes are&lt;br /&gt;
&lt;br /&gt;
 fb be 81 00 8a 4c ff 30 ed 09 c9 74 20 56 fc ac&lt;br /&gt;
&lt;br /&gt;
v3.0 to 3.30 (COM format): There's a string at offset 5 that's either&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 All Code Copyright (C) 1988, 1989 Gerald A. Monroe&lt;br /&gt;
&lt;br /&gt;
v3.34-3.35 (COM format): There's a string at offset 5 that starts with&lt;br /&gt;
&lt;br /&gt;
 This file was created by GRABBER.COM Version&lt;br /&gt;
&lt;br /&gt;
EXE files have ASCII &amp;quot;{{magic|Created by GRABBER}}&amp;quot; at offset 49.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* GRABBER&lt;br /&gt;
** {{CdTextfiles|gigabytesw/003a/grabber.zip|v2.10}}&lt;br /&gt;
** v2.20: [https://archive.org/details/AllFritz All Fritz] → FILES/GRAPTIES/GRABBER2.LZH&lt;br /&gt;
** v3.0: [https://archive.org/details/TheMeltingPot20 The Melting Pot 2.0] → MEALMAST/MYRECIPE.ZIP → GRABBER.COM (bare executable)&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/graber32.zip|v3.2}}&lt;br /&gt;
** v3.2K: Some of the files in [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware//NWUG/CGAUTIL7.ZIP&lt;br /&gt;
** {{CdTextfiles|gigabytesw/001a/grabb3.zip|v3.3}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb334.zip|v3.34}}&lt;br /&gt;
** v3.35: [https://archive.org/details/RBBSIABOX RBBS in a Box - Ver 3.1, Number 1] → HDNO/GRABV335.ZIP&lt;br /&gt;
** &amp;quot;v3.50&amp;quot; German translation by Rudi Lehnert: [{{DiscMasterURL|browse/33122/prog11-20.zip/PROG_19/PLC_PA22.ZIP/ARCHIV1.ARJ/PCGED293/GRABBER}}]&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb360.zip|v3.60}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb370.zip|v3.70}}&lt;br /&gt;
** {{CdTextfiles|californiacollect/his034/grabb373.zip|v3.73}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb377.zip|v3.77}}&lt;br /&gt;
** v3.80: [https://archive.org/details/The_PC-Sig_Library_Shareware_for_the_IBM_PC_and_Compatibles_PC-SIG_Tenth_Edition PC Sig Library 10th Edition] → PC_SIGCD/27/7/DISK2775.ZIP&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk3/scrnutil/grabb381.zip|v3.81}}&lt;br /&gt;
** v3.84: [https://archive.org/details/frostbyte_1980s_DOS_collection Frostbyte's DOS Collection] → floppyshareware/KAND/GRABB384.ZIP&lt;br /&gt;
** {{CdTextfiles|640swstudio/UTILITY/GRABBR38.ZIP|v3.85}}&lt;br /&gt;
** {{CdTextfiles|swextrav1993/disk1/grprogs/grabb387.zip|v3.87}}&lt;br /&gt;
** {{CdTextfiles|tigershareware/x16/grabb390.zip|v3.90}}&lt;br /&gt;
** v3.91: [https://archive.org/details/PC-Sig_Library_12th_Edition_PC-SIG_1993 PC Sig Library 12th Edition] → gra/disk2775.zip &lt;br /&gt;
** {{CdTextfiles|megarom/megarom1/SCREEN/GRABB392.ZIP|v3.92}}&lt;br /&gt;
** {{CdTextfiles|nopv07/042A/GRABB393.ZIP|v3.93}}&lt;br /&gt;
** {{CdTextfiles|simtel/simtel20/MSDOS/SCREEN/GRABB394.ZIP|v3.94}}&lt;br /&gt;
** v3.95: [https://archive.org/details/greathits1994 Great Hits 1994] → UTIL/_GRABBER.EXE&lt;br /&gt;
** {{CdTextfiles|simtel/simtel0595/DISC1/SCREEN/GRABB396.ZIP|v3.96}}&lt;br /&gt;
** {{CdTextfiles|megarom/megarom5/UTILITY/SCREEN/GRABB397.ZIP|v3.97}}&lt;br /&gt;
** {{CdTextfiles|swextrav8/swextrav8-1/all/grabb398.zip|v3.98}}&lt;br /&gt;
** {{http://discmaster.textfiles.com/browse/29621/ibm0030-0039/ibm0038.tar/ibm0038/GRAB6.ZIP|v6.01}}&lt;br /&gt;
** Additional links at [[GRABBER/Alternative links]].&lt;br /&gt;
&lt;br /&gt;
The GRABBER distribution (at least v3.87+) includes utilities for converting to common formats such as [[GIF]] and [[PCX]].&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* Versions 3.90 and earlier include some DEMO*.EXE or DEMO*.COM sample files.&lt;br /&gt;
* {{DexvertSamples|image/grabber}}&lt;br /&gt;
* {{CdTextfiles|nightowl/nopv06/029A/AMENU310.ZIP|AMENU310.ZIP}} → SCREEN_?.COM&lt;br /&gt;
* {{CdTextfiles|ultimateswco/gas/gas06.zip|gas06.zip}} → SCREEN_A.COM&lt;br /&gt;
* {{CdTextfiles|soundsensations/MIDIFILE/ZIPFILES/ANDANTE.ZIP|ANDANTE.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|psl/pslv3nv03/HOME/DOS/BIBLE_GA/BIBLMIND.ZIP|BIBLMIND.ZIP}} → README.COM&lt;br /&gt;
* {{CdTextfiles|ccbcurrsh1/textfile/fedjobs.zip|fedjobs.zip}} → FJOBS.ZIP → DEMO.ZIP → SCREEN??.COM&lt;br /&gt;
* [https://archive.org/details/SolarHeaven Solar Heaven] → olddemo/scr*.exe&lt;br /&gt;
* [https://archive.org/download/RBBSIABOX/RBBSIABOX31.cdr/HDNO/GRABBER.ZIP GRABBER.ZIP] → *.COM, excluding GRABBER.COM&lt;br /&gt;
&lt;br /&gt;
[[Category:Executable envelopes]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Zip/rar.mp3</id>
		<title>Zip/rar.mp3</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Zip/rar.mp3"/>
				<updated>2025-09-06T12:15:59Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|name=zip/rar.mp3&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
}}&lt;br /&gt;
A crude method of wrapping multiple MP3 files into a playable MP3 can be done by using no compression/store in your zip/rar archiver and appending an .mp3 file extension.&lt;br /&gt;
&lt;br /&gt;
The resulting file can be played in most mp3 players and still extracted back to the original files with zip/rar.&lt;br /&gt;
&lt;br /&gt;
It also works with other archive formats like 7-Zip (7Z), not only ZIP or RAR. In fact, it works with any archive format, that uses no compression (and ZIP, RAR, 7Z and several others also has no compression in addition to compression) because a player ignores the header and other non-MP3 specific data.&lt;br /&gt;
&lt;br /&gt;
In short:&lt;br /&gt;
&lt;br /&gt;
* Using a archive format with compression makes the MP3 file unplayable because it compresses the MP3 header and the MP3 data.&lt;br /&gt;
&lt;br /&gt;
* But: using a archive format with no compression makes the MP3 file playable because it doesn't compress the MP3 header and the MP3 data.&lt;br /&gt;
&lt;br /&gt;
It also works with the &amp;quot;popular back in the 2000s&amp;quot; but then dead format, mp3PRO.&lt;br /&gt;
&lt;br /&gt;
It also works with MP2 and MP1 as well.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* https://forum.winmxworld.com/index.php?topic=6995.msg42586#msg42586&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[MP3 wrapper]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Graphics</id>
		<title>Graphics</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Graphics"/>
				<updated>2025-09-03T00:40:54Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Vector Graphics Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=Graphics&lt;br /&gt;
|image=Mona Lisa, by Leonardo da Vinci, from C2RMF retouched.jpg&lt;br /&gt;
|caption=Mona Lisa&lt;br /&gt;
}}&lt;br /&gt;
[[Electronic_File_Formats|Electronic Formats]] concerned with Image Data.&lt;br /&gt;
&lt;br /&gt;
''See also:''&lt;br /&gt;
* [[3D and CAD/CAM Models]]&lt;br /&gt;
* [[Animation]]&lt;br /&gt;
* [[Cameras and Digital Image Sensors]]&lt;br /&gt;
* [[Fonts]]&lt;br /&gt;
* [[Geospatial]]&lt;br /&gt;
* [[Health and Medicine#Medical Imaging]]&lt;br /&gt;
* [[Page description languages]]&lt;br /&gt;
* [[Scientific Data formats]]&lt;br /&gt;
* [[Video]]&lt;br /&gt;
''Other lists of formats:''&lt;br /&gt;
* [[Amiga graphics formats]]&lt;br /&gt;
* [[Apple II graphics formats]]&lt;br /&gt;
* [[Atari graphics formats]]&lt;br /&gt;
* [[Commodore graphics formats]]&lt;br /&gt;
* [[Fax formats]]&lt;br /&gt;
&lt;br /&gt;
== Animated image formats ==&lt;br /&gt;
See also [[Animation]], [[Video]].&lt;br /&gt;
&lt;br /&gt;
* [[APNG]]&lt;br /&gt;
* [[GFY]]&lt;br /&gt;
* [[GIF]]&lt;br /&gt;
* [[GIFV]]&lt;br /&gt;
* [[IFF-DEEP]]&lt;br /&gt;
* [[Just Buttons BTN]]&lt;br /&gt;
* [[MNG]]&lt;br /&gt;
* [[Naïve Image Formats]] (NII, NIA)&lt;br /&gt;
* [[OIL (OpenIL)]]&lt;br /&gt;
* [[PGX (Portfolio)]]&lt;br /&gt;
* [[Ugoira]]&lt;br /&gt;
* [[XNG]]&lt;br /&gt;
&lt;br /&gt;
Other image formats supporting animation, but not usually thought of as animation formats, include [[AVIF]], [[HEIF]], [[JPEG XL]], [[JPX]], and [[WebP]].&lt;br /&gt;
&lt;br /&gt;
== Character-based graphics ==&lt;br /&gt;
See [[Character encoding]] for details of character sets, some of which include graphical or line-and-box-drawing characters.&lt;br /&gt;
&lt;br /&gt;
* [[2500x]]&lt;br /&gt;
* [[ANSI Art]] (.ans)&lt;br /&gt;
* [[ANSI escape code]]&lt;br /&gt;
* [[AN2]]&lt;br /&gt;
* [[ArtWorx Data Format]] (.adf)&lt;br /&gt;
* [[ASCII Art]]&lt;br /&gt;
* [[Ascii-Art Editor]]&lt;br /&gt;
* [[AVATAR]] (FidoNet)&lt;br /&gt;
* [[BIN (Binary Text)]]&lt;br /&gt;
* [[BSAVE Image]]&lt;br /&gt;
* [[CebraText]]&lt;br /&gt;
* [[ComAnsi]] (.anc)&lt;br /&gt;
* [[Dir Logo Maker]]&lt;br /&gt;
* [[Fontastic COM format]]&lt;br /&gt;
* [[iCEDraw]] (.idf)&lt;br /&gt;
* [[Instant Graphics and Sound]] (.ig, .igs)&lt;br /&gt;
* [[Laughing Dog Screen Maker]] (.dog)&lt;br /&gt;
* [[Laughing Dog Screen Maker COM file]]&lt;br /&gt;
* [[MZM]] (.mzm)&lt;br /&gt;
* [[Nitrogen Fingers Paint]] (NFP)&lt;br /&gt;
* [[Nitrogen Fingers Text]] (NFT)&lt;br /&gt;
* [[P-Screen COM Screen]]&lt;br /&gt;
* [[PCBoard]] (.pcb)&lt;br /&gt;
* [[PIX (PIcture in teXt)]] (sets up custom characters to show raster image in text mode)&lt;br /&gt;
* [[RIPscrip]] (or RIPscript)&lt;br /&gt;
* [[Semi-Graphic logos Editor]]&lt;br /&gt;
* [[sMAUG ANSI Executable]]&lt;br /&gt;
* [[TheDraw COM File]]&lt;br /&gt;
* [[TheDraw Save File]] (.td)&lt;br /&gt;
* [[TUNDRA]] (.tnd)&lt;br /&gt;
* [[XBIN]] (.xb)&lt;br /&gt;
&lt;br /&gt;
== Colors ==&lt;br /&gt;
(Profiles, color spaces, [[palettes]], swatches)&lt;br /&gt;
* [[Adobe RGB (1998)]]&lt;br /&gt;
* [[Adobe Swatch Exchange]] (.ase)&lt;br /&gt;
* [[Atari ST color palette]]&lt;br /&gt;
* [[Color Exchange Format]] (.cxf)&lt;br /&gt;
* [[Color format]]&lt;br /&gt;
* [[Commodore 64 color palette]]&lt;br /&gt;
* [[DAT (Build Engine Palette)]]&lt;br /&gt;
* [[DNG camera profile]]&lt;br /&gt;
* [[Dr. Halo PAL]]&lt;br /&gt;
* [[GIMP Palette]]&lt;br /&gt;
* [[ICC profile]]&lt;br /&gt;
* [[PAL (Dark Reign)]]&lt;br /&gt;
* [[Photoshop Curve]]&lt;br /&gt;
* [[Photoshop Transfer Function]]&lt;br /&gt;
* [[RIFF Palette File]]&lt;br /&gt;
* [[sRGB]]&lt;br /&gt;
* [[Web-safe colors]]&lt;br /&gt;
* [[YUV]]&lt;br /&gt;
* [[Look-up Tables]]&lt;br /&gt;
** [[Apple Color 3D LUT]] (.mga)&lt;br /&gt;
** [[AutoDesk 3D LUT]] (.3dl)&lt;br /&gt;
** [[Common LUT Format]] (.clf)&lt;br /&gt;
** [[cineSpace LUT]] (.csp)&lt;br /&gt;
** [[LUTS]] Look-up Tables (.cube)&lt;br /&gt;
** [[SPI LUT]] (.spi1d, .spi3d)&lt;br /&gt;
&lt;br /&gt;
== Compression ==&lt;br /&gt;
&lt;br /&gt;
Graphics compression algorithms, special-purpose compressed graphics formats, etc.&lt;br /&gt;
&lt;br /&gt;
See also [[Compression]], for general-purpose algorithms.&lt;br /&gt;
&lt;br /&gt;
* [[Brunsli]]&lt;br /&gt;
* [[CCITT Group 3]]&lt;br /&gt;
* [[CCITT Group 4]]&lt;br /&gt;
* [[DCT compression]] (e.g. lossy [[JPEG]])&lt;br /&gt;
* [[Genus Graphics Library]]&lt;br /&gt;
* [[GIFBLAST]] (.gfb)&lt;br /&gt;
* [[Gifpress]] (.gps)&lt;br /&gt;
* [[ImageZero]]&lt;br /&gt;
* [[JBIG]]&lt;br /&gt;
* [[JBIG2]]&lt;br /&gt;
* [[JPEG]]&lt;br /&gt;
* [[JPEG 2000 codestream]]&lt;br /&gt;
* [[JPEG-LS]]&lt;br /&gt;
* [[Lepton]]&lt;br /&gt;
* [[LOCO-I]] (Low Complexity Lossless Compression for Images)&lt;br /&gt;
* [[MAG (GIF archiver)]]&lt;br /&gt;
* [[Mixed Raster Content]] (MRC, T.44)&lt;br /&gt;
* [[Modified Huffman]]&lt;br /&gt;
* [[Modified Modified READ]]&lt;br /&gt;
* [[Modified READ]]&lt;br /&gt;
* [[NeXT 2-bit RLE]]&lt;br /&gt;
* [[PackBits]]&lt;br /&gt;
* [[packJPG]] (.pjg)&lt;br /&gt;
* [[packPNM]] (.ppn)&lt;br /&gt;
* [[PKP]]&lt;br /&gt;
* [[Rawzor]]&lt;br /&gt;
* [[RK Image]] (.rki)&lt;br /&gt;
* [[Run-length colour encoding]] (T.45)&lt;br /&gt;
* [[Run-length encoding]]&lt;br /&gt;
* [[StuffIt Image Format]] (SIF)&lt;br /&gt;
* [[ThunderScan compression]]&lt;br /&gt;
* [[UHIC]]&lt;br /&gt;
* [[Wavelet compression]]&lt;br /&gt;
&lt;br /&gt;
== Icon, Cursor, and Avatar files ==&lt;br /&gt;
(Formats often used for icons, cursors, avatars, thumbnails, etc.)&lt;br /&gt;
&lt;br /&gt;
* [[Amiga Workbench icon]] (.info)&lt;br /&gt;
* [[AMOS Icon Bank]]&lt;br /&gt;
* [[Windows Animated Cursor|ANI (Windows Animated Cursor)]]&lt;br /&gt;
* [[Apple File and App Icons]]&lt;br /&gt;
* [[CompuLog]]&lt;br /&gt;
* [[CUR]] (Microsoft Windows cursors)&lt;br /&gt;
** [[Windows 1.0 Cursor]]&lt;br /&gt;
* [[CursorFX]]&lt;br /&gt;
* [[CursorXP]]&lt;br /&gt;
* [[DEGAS Elite icon]] (.icn)&lt;br /&gt;
* [[EPOC AIF]]&lt;br /&gt;
* [[Favicon]]&lt;br /&gt;
* [[Foto-Mosaic-Edda Database]]&lt;br /&gt;
* [[GEM resource file]] (.rsc)&lt;br /&gt;
* [[GlowIcons]]&lt;br /&gt;
* [[Graphic Workshop Thumbnail]] (.thn)&lt;br /&gt;
* [[Haiku Vector Icon Format]]&lt;br /&gt;
* [[HP 100LX/200LX icon]] (.icn)&lt;br /&gt;
* [[HTA (Hemera)]]&lt;br /&gt;
* [[ICDRAW icon]]&lt;br /&gt;
* [[ICN (FM Towns)]]&lt;br /&gt;
* [[ICNS]] (Apple/Macintosh Icon)&lt;br /&gt;
* [[ICO]] (Microsoft Windows icons)&lt;br /&gt;
** [[Windows 1.0 Icon]]&lt;br /&gt;
* [[Icon Heaven library]] (.fim)&lt;br /&gt;
* [[Icon library]]&lt;br /&gt;
** [[Icon library (Easy Icons)]] (.icl)&lt;br /&gt;
** [[Icon library (hDC Icon Designer)]] (.il)&lt;br /&gt;
** [[Icon library (Impact Software)]] (.icl)&lt;br /&gt;
** [[Icon library (Norton Icon Editor)]] (.nil)&lt;br /&gt;
* [[Icon Manager icon archive]] (.ica)&lt;br /&gt;
* [[IconPackager]] (.zip, .iptheme, .ip, .iconpackager)&lt;br /&gt;
* [[IconVG]] (.ivg)&lt;br /&gt;
* [[Ikon|Ikon (Bell Labs)]]&lt;br /&gt;
* [[Image Gallery (Alchemy Mindworks)]] (.gal)&lt;br /&gt;
* [[Imageiio/imaginfo (Ulead)]] (.pe3, .pe4)&lt;br /&gt;
* [[Image Librarian]] (.ril)&lt;br /&gt;
* [[iThmb]] (iOS thumbnail images)&lt;br /&gt;
* [[Lotus Smart Icon]] (.smi)&lt;br /&gt;
* [[Magic Desk icon]] (.icn)&lt;br /&gt;
* [[Micrografx Icon]] (.icn)&lt;br /&gt;
* [[MonkeyLogo]]&lt;br /&gt;
* [[MTN]] (Monu-CAD thumbnail) (.mtn)&lt;br /&gt;
* [[NeoDesk icon]] (.nic)&lt;br /&gt;
* [[NewIcons]]&lt;br /&gt;
* [[Nokia Group Graphic]] (.ngg)&lt;br /&gt;
* [[Nokia Logo Manager bitmap‎]] (.nlm)&lt;br /&gt;
* [[Nokia Operator Logo]] (.nol)&lt;br /&gt;
* [[Nokia Picture Message]] (.npm)&lt;br /&gt;
* [[Nokia Startup Logo]] (.nsl)&lt;br /&gt;
* [[OLPC 565]]&lt;br /&gt;
* [[OS/2 Icon]]&lt;br /&gt;
* [[OS/2 Pointer]] (.ptr)&lt;br /&gt;
* [[PaintShop Pro Browser Cache]] (pspbrwse.jbf)&lt;br /&gt;
* [[Photoshop Thumbnail Cache]]&lt;br /&gt;
* [[PixFolio catalog]]&lt;br /&gt;
* [[Portfolio catalog]]&lt;br /&gt;
* [[RIPscrip Icon]] (RIPterm Image, .icn)&lt;br /&gt;
* [[Sony Mavica 411]]&lt;br /&gt;
* [[SRF (Garmin vehicle)]]&lt;br /&gt;
* [[Sun icon]]&lt;br /&gt;
* [[SuperJPG thumbnail cache]] (superjpg.tnc)&lt;br /&gt;
* [[ThumbsPlus database]]&lt;br /&gt;
* [[ToyBox icon]]&lt;br /&gt;
* [[Windows thumbnail cache]] (Thumbs.db)&lt;br /&gt;
* [[Xbox Live Avatar]]&lt;br /&gt;
* [[Xcursor]]&lt;br /&gt;
* [[X-Face]]&lt;br /&gt;
* [[XV thumbnail]]&lt;br /&gt;
* [[ZoomBrowser Ex thumbnail cache]] (ZbThumbnail.info)&lt;br /&gt;
&lt;br /&gt;
== Metadata Formats ==&lt;br /&gt;
&lt;br /&gt;
* [[AFCP]]&lt;br /&gt;
* [[Exif]]&lt;br /&gt;
* [[IPTC-IIM]] (or NAA)&lt;br /&gt;
* [[IPTC Photo Metadata]]&lt;br /&gt;
* [[MakerNote]]&lt;br /&gt;
* [[MIX (metadata)|MIX]]&lt;br /&gt;
* [[net.CyberCards]]&lt;br /&gt;
* [[Photoshop Image Resources]]&lt;br /&gt;
* [[SAUCE]]&lt;br /&gt;
* [[XMP]]&lt;br /&gt;
&lt;br /&gt;
== Online/Networked Formats ==&lt;br /&gt;
(while any image format can be used online and through a network, these are specifically designed to be accessed remotely via an API)&lt;br /&gt;
* [[IIIF|IIIF – The International Image Interoperability Framework]]&lt;br /&gt;
&lt;br /&gt;
== Programming languages ==&lt;br /&gt;
(Graphic-specific programming languages; see [[Programming Languages]] for general languages)&lt;br /&gt;
&lt;br /&gt;
* [[Anim8or Scripting Language]]&lt;br /&gt;
* [[Blitz3D]]&lt;br /&gt;
* [[CEEMAC]]&lt;br /&gt;
* [[High Level Shading Language]] (HLSL) (uses byte array header files)&lt;br /&gt;
* [[OpenGL Shading Language]] (GLSL)&lt;br /&gt;
* [[PostScript]]&lt;br /&gt;
* [[Processing]]&lt;br /&gt;
* [[RenderWare object]] (.rwx)&lt;br /&gt;
* [[SCODL]]&lt;br /&gt;
&lt;br /&gt;
== Raster Graphics Formats ==&lt;br /&gt;
&lt;br /&gt;
* [[AAI]] (Dune image)&lt;br /&gt;
* [[ABC (LEADTOOLS)]] (Advanced Bitonal Compression)&lt;br /&gt;
* [[Abekas YUV]] (.yuv) (Diskus and Quantel QNV varieties of YUV files are apparently similar)&lt;br /&gt;
* [[Ability Office PhotoPaint]] (.apx)&lt;br /&gt;
* [[ACDSee Image]] (.apd, .acdc)&lt;br /&gt;
* [[Acorn Sprite]]&lt;br /&gt;
* [[ADEX IMG]]&lt;br /&gt;
* [[ADRG]]&lt;br /&gt;
* [[Advanced Art Studio]]&lt;br /&gt;
* [[Affinity Photo]] (.afphoto)&lt;br /&gt;
* [[AFLI-Editor]]&lt;br /&gt;
* [[AIPD]]&lt;br /&gt;
* [[Alias PIX]]&lt;br /&gt;
* [[Alpha Microsystems BMP]]&lt;br /&gt;
* [[Amber ARR Bitmap Image]]&lt;br /&gt;
* [[Amica Paint]]&lt;br /&gt;
* [[AMOS Picture Bank]]&lt;br /&gt;
* [[AMOS Sprite Bank]]&lt;br /&gt;
* [[Analyze AVW]]&lt;br /&gt;
* [[Animator PIC/CEL]]&lt;br /&gt;
* [[Animator Pro PIC]]&lt;br /&gt;
* [[Anime 4ever slideshow]]&lt;br /&gt;
* [[ANSI 379]]&lt;br /&gt;
* [[ANSI 381]]&lt;br /&gt;
* [[AP*]]&lt;br /&gt;
* [[Apac3 APP]]&lt;br /&gt;
* [[Aperio SVS]]&lt;br /&gt;
* [[Apple volume label image]]&lt;br /&gt;
* [[Applixware Bitmap]]&lt;br /&gt;
* [[Adaptive Prediction Trees|APT]]&lt;br /&gt;
* [[ARF (Axon Raw Format)]]&lt;br /&gt;
* [[ARN (Astronomical Research Network)]]&lt;br /&gt;
* [[ART (AOL compressed image)]]&lt;br /&gt;
* [[ART (PFS: First Publisher)]]&lt;br /&gt;
* [[Art Director]]&lt;br /&gt;
* [[ArtMaster88]]&lt;br /&gt;
* [[Async Professional Fax]] (.apf)&lt;br /&gt;
* [[AtariCAD]] (.drg)&lt;br /&gt;
* [[AtariGraphics]]&lt;br /&gt;
* [[Atari Graphics Studio]]&lt;br /&gt;
* [[Atari Interlaced Studio]]&lt;br /&gt;
* [[AtariTools-800]]&lt;br /&gt;
* [[ATR (ZX Spectrum)]]&lt;br /&gt;
* [[Augmented PFM]]&lt;br /&gt;
* [[AVIF]]&lt;br /&gt;
* [[AVS X image]]&lt;br /&gt;
* [[Award BIOS logo]]&lt;br /&gt;
* [[AWD (Artweaver)]]&lt;br /&gt;
* [[AWD (At Work Document)]]&lt;br /&gt;
* [[BBC Micro mode image]]&lt;br /&gt;
* [[BCIF]]&lt;br /&gt;
* [[BEF]]&lt;br /&gt;
* [[BFLI]]&lt;br /&gt;
* [[BGI image]]&lt;br /&gt;
* [[BIF (byLight)]]&lt;br /&gt;
* [[BIF (Image Alchemy)]]&lt;br /&gt;
* [[BigTIFF]]&lt;br /&gt;
* [[BioRad confocal image]]&lt;br /&gt;
* [[Blazing Paddles]] (.pi, .wnd)&lt;br /&gt;
* [[BLP]]&lt;br /&gt;
* [[BMF (Dmitry Shkarin)]]&lt;br /&gt;
* [[BMG (Bert's Coloring Programs)]]&lt;br /&gt;
* [[BMI (Zoner)]]&lt;br /&gt;
* [[BMP]] (Windows BMP and OS/2 BMP)&lt;br /&gt;
* [[Bob ray tracer bitmap]]&lt;br /&gt;
* [[Border Screen]]&lt;br /&gt;
* [[BPG]]&lt;br /&gt;
* [[BRender PIX]]&lt;br /&gt;
* [[BRUHIFF]]&lt;br /&gt;
* [[BSAVE Image]]&lt;br /&gt;
* [[BSB]] (BSB/KAP)&lt;br /&gt;
* [[BSP (ZX Spectrum)]]&lt;br /&gt;
* [[BTPC]]&lt;br /&gt;
* [[Bugbiter APAC239i]]&lt;br /&gt;
* [[CADRG]]&lt;br /&gt;
* [[Calamus Raster Graphic]] (.crg)&lt;br /&gt;
* [[CALS raster]]&lt;br /&gt;
* [[Casio CAM]] (.cam)&lt;br /&gt;
* [[Canvas (Atari)‎]] (.cpt, .cnv)&lt;br /&gt;
* [[Cartesian Perceptual Compression]] (CPC)&lt;br /&gt;
* [[CD5]] (Chasys Draw)&lt;br /&gt;
* [[CD-I IFF IMAG]]&lt;br /&gt;
* [[CDU-Paint]]&lt;br /&gt;
* [[Centauri Logo Editor]]&lt;br /&gt;
* [[CgBI]]&lt;br /&gt;
* [[CH$]]&lt;br /&gt;
* [[Champions' Interlace]]&lt;br /&gt;
* [[CharPad‎]]&lt;br /&gt;
* [[Cheese]] (.che)&lt;br /&gt;
* [[Cineon]]&lt;br /&gt;
* [[Cisco IP Phone image]]&lt;br /&gt;
* [[Clear (RISC OS graphics format)|Clear]]&lt;br /&gt;
* [[Cloé picture]]&lt;br /&gt;
* [[CMP]]&lt;br /&gt;
* [[CMU Andrew Toolkit image]] (.cmu)&lt;br /&gt;
* [[CMU Window Manager bitmap]]&lt;br /&gt;
* [[COKE (Atari Falcon)]]&lt;br /&gt;
* [[ColoRIX]] (RIX)&lt;br /&gt;
* [[ColorViewSquash]] (.rgb)&lt;br /&gt;
* [[C.O.L.R. Object Editor]]&lt;br /&gt;
* [[CompuServe RLE]]&lt;br /&gt;
* [[ComputerEyes]]&lt;br /&gt;
* [[Corel Photo House]] (.cps)&lt;br /&gt;
* [[Corel Photo-Paint image]] (.cpt)&lt;br /&gt;
* [[Corel Wavelet]] (.wi)&lt;br /&gt;
* [[CPA (PRISM)]]&lt;br /&gt;
* [[CPI (ColorLab)]]&lt;br /&gt;
* [[Crack Art]] (.ca1, .ca2, .ca3)&lt;br /&gt;
* [[CUPS Raster]]&lt;br /&gt;
* [[CUT (Amstrad)]]&lt;br /&gt;
* [[Cyber Paint Cell]]&lt;br /&gt;
* [[Dali]]&lt;br /&gt;
* [[DataShow GRA]]&lt;br /&gt;
* [[DataShow Sprite]]&lt;br /&gt;
* [[DaVinci]]&lt;br /&gt;
* [[DCS]] (Desktop Color Separation)&lt;br /&gt;
* [[DCT (Crash Barrier)]]&lt;br /&gt;
* [[DCX]] (ZSoft IBM PC multi-page Paintbrush)&lt;br /&gt;
* [[DEGAS Elite brush]]&lt;br /&gt;
* [[DEGAS image]] (.pi1, .pi2, .pi3, .pc1, .pc2, .pc3)&lt;br /&gt;
* [[DelmPaint]]&lt;br /&gt;
* [[DeskMate Paint]] (.pnt)&lt;br /&gt;
* [[DeskPic]]&lt;br /&gt;
* [[DESR VFF]]&lt;br /&gt;
* [[Dexxa TIFF]]&lt;br /&gt;
* [[DGI (Digi-Pic)]]&lt;br /&gt;
* [[D-GRAPH]]&lt;br /&gt;
* [[DICOM]] (.dcm)&lt;br /&gt;
* [[Diddle sketch]]&lt;br /&gt;
* [[DiddleBug sketch]]&lt;br /&gt;
* [[Digi Paint]]&lt;br /&gt;
* [[DIN]]&lt;br /&gt;
* [[DirectDraw Surface]] (.dds)&lt;br /&gt;
* [[DjVu]]&lt;br /&gt;
* [[DM2]]&lt;br /&gt;
* [[DM3]]&lt;br /&gt;
* [[DM4]]&lt;br /&gt;
* [[DNG]]&lt;br /&gt;
* [[Doodle (Atari)]] (.doo)&lt;br /&gt;
* [[Doodle! (C64)]] (.dd, .jj)&lt;br /&gt;
* [[Doré Raster]]&lt;br /&gt;
* [[DPX]] (SMTPE DPX)&lt;br /&gt;
* [[Draw256]] (.vga)&lt;br /&gt;
* [[DrawIt (Atari)]]&lt;br /&gt;
* [[Drazlace]]&lt;br /&gt;
* [[Drazpaint]] (.drz, .drp)&lt;br /&gt;
* [[Dr. Halo CUT]]&lt;br /&gt;
* [[Dr. Halo PIC]]&lt;br /&gt;
* [[DUO]]&lt;br /&gt;
* [[DuneGraph]]&lt;br /&gt;
* [[DVI]] (Intel DVI, Digital Video Interface, Intel Real-Time Video)&lt;br /&gt;
* [[ECI Graphic Editor]]&lt;br /&gt;
* [[Eclipse TILE]]&lt;br /&gt;
* [[ECW]] (Enhanced Compression Wavelet)&lt;br /&gt;
* [[EggPaint]] (.trp)&lt;br /&gt;
* [[Elecard Wavelet Image]] (.wlt)&lt;br /&gt;
* [[Enhanced Simplex]] (.esm)&lt;br /&gt;
* [[Envision]]&lt;br /&gt;
* [[EPOC MBM]] (Symbian Multibitmap)&lt;br /&gt;
* [[EPOC Sketch]]&lt;br /&gt;
* [[EPSILON]]&lt;br /&gt;
* [[Epson Printer Bitmaps]]&lt;br /&gt;
* [[ERDAS Imagine IMG]]&lt;br /&gt;
* [[ERDAS LAN/GIS]]&lt;br /&gt;
* [[ERI (Lashade Entis)]]&lt;br /&gt;
* [[ER Mapper Raster]] (.ers)&lt;br /&gt;
* [[Esm Software PIX]]&lt;br /&gt;
* [[Extended DEGAS image]]&lt;br /&gt;
* [[EZ-Art Professional]]&lt;br /&gt;
* [[Face Painter]] (.fpt, .fcp)&lt;br /&gt;
* [[FaceSaver]]&lt;br /&gt;
* [[Falcon True Color]] (.ftc)&lt;br /&gt;
* [[farbfeld]]&lt;br /&gt;
* [[Fastgraph Pixel Run Format]]&lt;br /&gt;
* [[FastSpr sprite file]]&lt;br /&gt;
* [[FAXX]] (IFF-FAXX)&lt;br /&gt;
* [[FBM image]] (Fuzzy Bitmap)&lt;br /&gt;
* [[FFLI]]&lt;br /&gt;
* [[FIASCO]]&lt;br /&gt;
* [[FIF (Fractal Image Format)]]&lt;br /&gt;
* [[Fireworks PNG]] (Adobe)&lt;br /&gt;
* [[FL32 (FilmLight)]]&lt;br /&gt;
* [[FlashPix]] (.fpx)&lt;br /&gt;
* [[Flexible Image Transport System]] (FITS)&lt;br /&gt;
* [[Flexible Line Interpretation]] (FLI)&lt;br /&gt;
* [[FLIF]]&lt;br /&gt;
* [[FLI Graph]]&lt;br /&gt;
* [[FLIP]]&lt;br /&gt;
* [[FLI Profi]]&lt;br /&gt;
* [[Floor Designer]]&lt;br /&gt;
* [[FMAC2COM]]&lt;br /&gt;
* [[FONTASY graphics]]&lt;br /&gt;
* [[FRA (Fractint)]]&lt;br /&gt;
* [[Freedom of Press]]&lt;br /&gt;
* [[FSH (EA Sports)]]&lt;br /&gt;
* [[FUIF]]&lt;br /&gt;
* [[Fullscreen Construction Kit]]&lt;br /&gt;
* [[Funpaint]]&lt;br /&gt;
* [[Fun with Art]]&lt;br /&gt;
* [[G9B]]&lt;br /&gt;
* [[GAF (Total Annihilation)]]&lt;br /&gt;
* [[GD image format]]&lt;br /&gt;
* [[GD2 image format]]&lt;br /&gt;
* [[GED]]&lt;br /&gt;
* [[GEM Raster]] (.img)&lt;br /&gt;
* [[GEM-View Dither‎]]&lt;br /&gt;
* [[Gephard Hires Graphics]]&lt;br /&gt;
* [[geoPaint]]&lt;br /&gt;
* [[GeoTIFF]]&lt;br /&gt;
* [[GFA Artist]] (.art)&lt;br /&gt;
* [[GIF]] (Graphics Interchange Format)&lt;br /&gt;
* [[GIFEXE]]&lt;br /&gt;
* [[Giga Cad]]&lt;br /&gt;
* [[Gigascreen]]&lt;br /&gt;
* [[GIMP Animated Brush]] (.gih)&lt;br /&gt;
* [[GIMP Brush]] (.gbr)&lt;br /&gt;
* [[GIMP Pattern]] (.pat)&lt;br /&gt;
* [[GLE]]&lt;br /&gt;
* [[GoDot]] (.4bt)&lt;br /&gt;
* [[GodPaint]] (.god)&lt;br /&gt;
* [[GR*]]&lt;br /&gt;
* [[GRABBER]]&lt;br /&gt;
* [[Graph2Font]]&lt;br /&gt;
* [[Graphics Processor]]&lt;br /&gt;
* [[Graphic Workshop self-displaying picture]]&lt;br /&gt;
* [[Graph Saurus]]&lt;br /&gt;
* [[Grass' Slideshow]]&lt;br /&gt;
* [[GrayPaint]]&lt;br /&gt;
* [[GRF (Amstrad)]]&lt;br /&gt;
* [[GRFX]]&lt;br /&gt;
* [[GRIB]] (Gridded Binary)&lt;br /&gt;
* [[GROB]]&lt;br /&gt;
* [[Gunpaint]]&lt;br /&gt;
* [[GX1]]&lt;br /&gt;
* [[GX2]]&lt;br /&gt;
* [[Hard Interlace Picture]]&lt;br /&gt;
* [[HCI]]&lt;br /&gt;
* [[HEIF]]&lt;br /&gt;
* [[Hemera Photo-Object]]&lt;br /&gt;
* [[Hi-Eddi]] (.hed)&lt;br /&gt;
* [[Hi-Pic Creator]] (.hpc)&lt;br /&gt;
* [[hipix]]&lt;br /&gt;
* [[HIPS]]&lt;br /&gt;
* [[Hires-Bitmap]]&lt;br /&gt;
* [[Hires FLI Designer]]&lt;br /&gt;
* [[Hires Interlace]]&lt;br /&gt;
* [[Hires Manager]]&lt;br /&gt;
* [[HiRes Player Missile]]&lt;br /&gt;
* [[HLR]]&lt;br /&gt;
* [[HMR]] (Bentley Systems bitmap file, connected in some way to GeoTIFF)&lt;br /&gt;
* [[HP Paintjet]]&lt;br /&gt;
* [[HP Photo Album]]&lt;br /&gt;
* [[HR (TRS-80)]] (.hr)&lt;br /&gt;
* [[HRU]]&lt;br /&gt;
* [[HS2 (POSTERING)|HS2]]&lt;br /&gt;
* [[HSI JPEG]]&lt;br /&gt;
* [[HSI Raw]]&lt;br /&gt;
* [[HTC splashscreen]] (also known as NB format)&lt;br /&gt;
* [[IBM Audio Visual Connection (AVC) Still Video Image]]&lt;br /&gt;
* [[IBM KIPS bitmap]]&lt;br /&gt;
* [[ICE (Atari)]]&lt;br /&gt;
* [[ICR (NCSA Telnet)]]&lt;br /&gt;
* [[IFF-DEEP]]&lt;br /&gt;
* [[ILBM]] (IFF, LBM, HAM, ACBM, etc.)&lt;br /&gt;
* [[Image Cytometry Standard]] (.ics)&lt;br /&gt;
* [[Image Exchange Format]]&lt;br /&gt;
* [[Image System]]&lt;br /&gt;
* [[ImageWise Picture]]&lt;br /&gt;
* [[Imagic Film/Picture]] (Atari ST)&lt;br /&gt;
* [[IMG/HDR]] (Analyze 7.5)&lt;br /&gt;
* [[IMG Scan]]&lt;br /&gt;
* [[Img Software Set]]&lt;br /&gt;
* [[ImgStar]]&lt;br /&gt;
* [[IMPACJ]] (.imj)&lt;br /&gt;
* [[IndyPaint]] (.tru)&lt;br /&gt;
* [[ING 15]]&lt;br /&gt;
* [[Inset PIX]]&lt;br /&gt;
* [[InShape IIM]]&lt;br /&gt;
* [[Insta360 INSP]] (.insp)&lt;br /&gt;
* [[INT95a]]&lt;br /&gt;
* [[Intergraph Raster]]&lt;br /&gt;
* [[Interlace Graphics Editor]]&lt;br /&gt;
* [[Interlace Hires Editor]]&lt;br /&gt;
* [[Interlace Logo Designer]]&lt;br /&gt;
* [[Interleaf image]]&lt;br /&gt;
* [[InterPainter]]&lt;br /&gt;
* [[IPI]]&lt;br /&gt;
* [[IPLab]] (Image Processing Lab)&lt;br /&gt;
* [[IRIS CMYK Front End Processor CT]]&lt;br /&gt;
* [[Island Graphics TIFF]]&lt;br /&gt;
* [[IWC (WaveL)]]&lt;br /&gt;
* [[J Wavelet Image Codec]] (.wic)&lt;br /&gt;
* [[J6I]] (Ricoh Digital Camera image file)&lt;br /&gt;
* [[JAM (compressed image)]]&lt;br /&gt;
* [[JAM (Disney's Aladdin)]]&lt;br /&gt;
* [[JBIG]]&lt;br /&gt;
* [[JBIG2]]&lt;br /&gt;
* [[JEDMICS C4]]&lt;br /&gt;
* [[Jeff's Image Format]]&lt;br /&gt;
* [[Jet Graphics Planner]]&lt;br /&gt;
* [[JFIF]] (JPEG File Interchange Format)&lt;br /&gt;
* [[JNG]] (JPEG Network Graphics)&lt;br /&gt;
* [[Jovian Logic VI]]&lt;br /&gt;
* [[JP2]] (JPEG 2000 Part 1 Annex I)&lt;br /&gt;
* [[JPC (LuraWave)]]&lt;br /&gt;
* [[JPEG]] (JPEG Interchange Format, .jpg)&lt;br /&gt;
* [[JPEG 360]]&lt;br /&gt;
* [[JPEG 2000]]&lt;br /&gt;
* [[JPEG 2000 codestream]] (.j2k, .j2c, .jpc)&lt;br /&gt;
* [[JPEG-HDR]]&lt;br /&gt;
* [[JPEG-LS]]&lt;br /&gt;
* [[JPEG Pleno]]&lt;br /&gt;
* [[JPEG XL]]&lt;br /&gt;
* [[JPEG XR]] (HD Photo)&lt;br /&gt;
* [[JPEG XS]]&lt;br /&gt;
* [[JPEG XT]]&lt;br /&gt;
* [[JPEGT]]&lt;br /&gt;
* [[JPM]] (JPEG 2000 Part 6: Compound Image Format)&lt;br /&gt;
* [[JPS]]&lt;br /&gt;
* [[JPX]] (JPEG 2000 Part 2: Extensions, .jpf)&lt;br /&gt;
* [[KEA]]&lt;br /&gt;
* [[KFX (Atari graphics format)]]&lt;br /&gt;
* [[KIFF]]&lt;br /&gt;
* [[KiSS CEL]]&lt;br /&gt;
* [[Koala MicroIllustrator]]&lt;br /&gt;
* [[KoalaPainter]] (.koa, .gg)&lt;br /&gt;
* [[Kolor Raw]] (.kro)&lt;br /&gt;
* [[Kompresor do Animatora]]&lt;br /&gt;
* [[KQP]]&lt;br /&gt;
* [[Krita]] (.kra)&lt;br /&gt;
* [[KSS-Paint]]&lt;br /&gt;
* [[KTX]]&lt;br /&gt;
* [[KYG]]&lt;br /&gt;
* [[Larka Edytor Obiekt]]&lt;br /&gt;
* [[LazPaint]] (.lzp)&lt;br /&gt;
* [[LdPic]]&lt;br /&gt;
* [[LERC]]&lt;br /&gt;
* [[LIFF]] (Openlab Layered Image File Format)&lt;br /&gt;
* [[Lightning Strike]] (.cod)&lt;br /&gt;
* [[LightWork Image]] (.lwi)&lt;br /&gt;
* [[Lisp Machine Bitmap‎]]&lt;br /&gt;
* [[Little Draw]] (.ldw)&lt;br /&gt;
* [[Logo-Painter]]&lt;br /&gt;
* [[Lossless JPEG (original)]]&lt;br /&gt;
* [[Lotus Manuscript graphics]] (.bit)&lt;br /&gt;
* [[LSM]] (Zeiss Light Speed Microscope)&lt;br /&gt;
* [[LSS16]]&lt;br /&gt;
* [[Lucasfilm picture]] (.lff)&lt;br /&gt;
* [[Ludek Maker]]&lt;br /&gt;
* [[Lumena CEL]]&lt;br /&gt;
* [[Lumena PIX/BPX]]&lt;br /&gt;
* [[LuraDocument Format]] (.ldf)&lt;br /&gt;
* [[LuraWave]] (LWF)&lt;br /&gt;
* [[MacPaint]]&lt;br /&gt;
* [[Mad Designer]]&lt;br /&gt;
* [[Mad Studio]]&lt;br /&gt;
* [[MAG (File Magic)]]&lt;br /&gt;
* [[MagicDraw]]&lt;br /&gt;
* [[Magic Painter]]&lt;br /&gt;
* [[Magick Persistent Cache]] (MPC)&lt;br /&gt;
* [[MAKIchan Graphics]] (.mag)&lt;br /&gt;
* [[Mamut]]&lt;br /&gt;
* [[Mapletown Network]]&lt;br /&gt;
* [[Marco Pixel Editor]]&lt;br /&gt;
* [[Maya IFF]]&lt;br /&gt;
* [[McPainter]]&lt;br /&gt;
* [[MCS]]&lt;br /&gt;
* [[MDA|MDA/MDP]] (MicroDesign Area/Page)&lt;br /&gt;
* [[MDI]] (Microsoft Office Document Imaging)&lt;br /&gt;
* [[MDP (FireAlpaca)|MDP]] (FireAlpaca and Medibang Paint)&lt;br /&gt;
* [[MegaPaint BLD]]&lt;br /&gt;
* [[MetaMorph Stack]] (.stk)&lt;br /&gt;
* [[MGR bitmap]]&lt;br /&gt;
* [[MIAF]]&lt;br /&gt;
* [[Micro Illustrator]]&lt;br /&gt;
* [[Microsoft Image Composer]] (.mic)&lt;br /&gt;
* [[MIF (MAXpaint)]]&lt;br /&gt;
* [[MIF (MSX)]]&lt;br /&gt;
* [[MIFF]] (Magick Image File Format)&lt;br /&gt;
* [[MIG]]&lt;br /&gt;
* [[MIX (Picture It!)]]&lt;br /&gt;
* [[Mixed Raster Content]] (MRC, T.44)&lt;br /&gt;
* [[MLDF]]&lt;br /&gt;
* [[Mono Magic]]&lt;br /&gt;
* [[Movie Maker]]&lt;br /&gt;
* [[MPH (MonkeyPhoto)]]&lt;br /&gt;
* [[MRF (Monochrome Recursive Format)]]&lt;br /&gt;
* [[MrSID]]&lt;br /&gt;
* [[MSP (Microsoft Paint)]]&lt;br /&gt;
* [[MSX BASIC graphics]]&lt;br /&gt;
* [[MTV ray tracer bitmap]]&lt;br /&gt;
* [[MultiArtist]]&lt;br /&gt;
* [[Multicolor]] (Commodore 64 graphic mode)&lt;br /&gt;
* [[Multicolor (ZX Spectrum)]]&lt;br /&gt;
* [[Multi-Lace Editor]]&lt;br /&gt;
* [[Multi Palette Picture]] (MPP)&lt;br /&gt;
* [[Multi-Picture Format]] (MPO)&lt;br /&gt;
* [[Naïve Image Formats]] (NIE)&lt;br /&gt;
* [[NAS]]&lt;br /&gt;
* [[NASA Raster Metafile]]&lt;br /&gt;
* [[National Imagery Transmission Format]] (NITFS, NITF, .ntf)&lt;br /&gt;
* [[NEOchrome]] (.neo)&lt;br /&gt;
* [[NEOchrome Master]]&lt;br /&gt;
* [[Nero CoverDesigner]] (.ncd, .nct)&lt;br /&gt;
* [[Netpbm formats]] (PBM, PGM, PPM, PNM)&lt;br /&gt;
* [[NETPIC (Jim Tucker)|NETPIC]]&lt;br /&gt;
* [[The Newsroom|Newsroom, The]]&lt;br /&gt;
* [[NIFF (Navy Image File Format)]]&lt;br /&gt;
* [[NIFF (xloadimage)]]&lt;br /&gt;
* [[NIST IHead]] (.pct)&lt;br /&gt;
* [[NPZ (Npic)]]&lt;br /&gt;
* [[NV12]] (a YUV format)&lt;br /&gt;
* [[NXI]]&lt;br /&gt;
* [[OpenEXR]] (.exr)&lt;br /&gt;
* [[OpenRaster]] (.ora)&lt;br /&gt;
* [[OPTIKS COM image]]&lt;br /&gt;
* [[Oric HIRES screen]]&lt;br /&gt;
* [[OS/2 Bitmap Array]]&lt;br /&gt;
* [[OS/2 bitmap family]]&lt;br /&gt;
* [[OS/2 Boot Logo]]&lt;br /&gt;
* [[OTA bitmap]] (Nokia Over The Air, .otb)&lt;br /&gt;
* [[P4I]]&lt;br /&gt;
* [[PabloPaint]]&lt;br /&gt;
* [[PABX background]]&lt;br /&gt;
* [[Paint Magic]]&lt;br /&gt;
* [[Paint.NET image]] (.pdn)&lt;br /&gt;
* [[Painter RIFF]] (.rif)&lt;br /&gt;
** [[Painter PIX]] (.pix)&lt;br /&gt;
* [[Painter's Apprentice‎]]&lt;br /&gt;
* [[PaintPro]]&lt;br /&gt;
* [[PaintShop (Atari ST)]]&lt;br /&gt;
* [[PaintShop Pro]] (.psp, .jsl, .pfr, .tub)&lt;br /&gt;
* [[PaintTool SAI]]&lt;br /&gt;
* [[Paintworks]]&lt;br /&gt;
* [[Palette Master]]&lt;br /&gt;
* [[Palm bitmap]]&lt;br /&gt;
* [[Palm Database ImageViewer]] / FireViewer PDB (.pdb)&lt;br /&gt;
* [[Paradox (graphics)]]&lt;br /&gt;
* [[PAX (Pick Ax)]]&lt;br /&gt;
* [[PCIF]] (.pcf)&lt;br /&gt;
* [[PCO B16]]&lt;br /&gt;
* [[PCPaint BSAVE]]&lt;br /&gt;
* [[PCPaint CLP]]&lt;br /&gt;
* [[PCPaint PIC]] (a.k.a. Pictor)&lt;br /&gt;
* [[PCR image]]&lt;br /&gt;
* [[PCX]] (PC Paintbrush)&lt;br /&gt;
* [[PDS]] (NASA Planetary Data System, .img, .imq)&lt;br /&gt;
* [[PDS4]]&lt;br /&gt;
* [[Pegasus PIC]]&lt;br /&gt;
* [[Pegasus PIC2]]&lt;br /&gt;
* [[Perfect Pix]]&lt;br /&gt;
* [[PFM (Portable Float Map)]]&lt;br /&gt;
* [[PFS (Portable Floatmap Stream)]]&lt;br /&gt;
* [[PGC (Portfolio Graphics Compressed)]]&lt;br /&gt;
* [[PGF (Portfolio Graphics)]]&lt;br /&gt;
* [[PGF (Progressive Graphics File)]]&lt;br /&gt;
* [[PGX (JPEG 2000)]]&lt;br /&gt;
* [[PHM]]&lt;br /&gt;
* [[Photo CD]] (.pcd)&lt;br /&gt;
* [[PhotoChrome]] (.pcs)&lt;br /&gt;
* PhotoDefiner&lt;br /&gt;
** [[Compression PhotoDefiner]] (.cpd)&lt;br /&gt;
** [[Graphic PhotoDefiner]] (.gpd)&lt;br /&gt;
** [[Joint PhotoDefiner]] (.jpd)&lt;br /&gt;
* [[PhotoDeluxe]] (.pdd)&lt;br /&gt;
* [[PhotoImpact]]&lt;br /&gt;
* [[PhotoParade slideshow]] (.php, .4pp)&lt;br /&gt;
* [[Photoshop brush]] (.abr)&lt;br /&gt;
* [[PhotoSuite Project]] (.pzp)&lt;br /&gt;
* [[Pi (image format)|Pi]]&lt;br /&gt;
* [[PIC (Yanagisawa)]]&lt;br /&gt;
* [[PIC2]]&lt;br /&gt;
* [[Picasso 64]] (.p64)&lt;br /&gt;
* [[PIC Editor (Andrei Romanov)]]&lt;br /&gt;
* [[PictureGear Pocket]]&lt;br /&gt;
* [[Picture Packer]]&lt;br /&gt;
* [[Picture Publisher]]&lt;br /&gt;
* [[PIF (Portable Image Format)]]&lt;br /&gt;
* [[PIK]]&lt;br /&gt;
* [[PIX (PIcture in teXt)]]&lt;br /&gt;
* [[Pixar picture]] (.pxr)&lt;br /&gt;
* [[PixArt]]&lt;br /&gt;
* [[PixelPaint (SuperMac)]]&lt;br /&gt;
* [[Pixel Perfect]]&lt;br /&gt;
* [[Pixel Studio (FileStream)]] (.ibw)&lt;br /&gt;
* [[Pixia]] (.pxa)&lt;br /&gt;
* [[PIXIT]]&lt;br /&gt;
* [[Pixlr document]] (*.pxd)&lt;br /&gt;
* [[PKI (ImgFun)]]&lt;br /&gt;
* [[PKM]]&lt;br /&gt;
* [[PL4]]&lt;br /&gt;
* [[Plan 9 Image]]&lt;br /&gt;
* [[PLD (PhotoLine)]]&lt;br /&gt;
* [[PM (XV image)]]&lt;br /&gt;
* [[PMG Designer]]&lt;br /&gt;
* [[PNG]] (Portable Network Graphics)&lt;br /&gt;
* [[PNG Plus]] (Microsoft Picture It!)&lt;br /&gt;
* [[Pocket PC Bitmap]] (.2bp)&lt;br /&gt;
* [[Portable Arbitrary Map]] (PAM)&lt;br /&gt;
* [[Portable Bitmap Format]] (PBF)&lt;br /&gt;
* [[Poser Bump Map]] (.bum)&lt;br /&gt;
* [[PowerGraphics]]&lt;br /&gt;
* [[PRF (Polychrome Recursive Format)]]&lt;br /&gt;
* [[Printfox bitmap]]&lt;br /&gt;
* [[PrintMaster]]&lt;br /&gt;
* [[PrintPartner]] (.gph)&lt;br /&gt;
* [[The Print Shop|Print Shop, The]]&lt;br /&gt;
* [[Print-Technik]]&lt;br /&gt;
* [[Prism Paint]] (.pnt)&lt;br /&gt;
* [[PSB]] (Adobe Photoshop, large format)&lt;br /&gt;
* [[PSD]] (Adobe Photoshop)&lt;br /&gt;
* [[PSF (PhotoStudio)]]&lt;br /&gt;
** [[Arcsoft Album/Slide Show]]&lt;br /&gt;
* [[Psion PIC]]&lt;br /&gt;
* [[PTG]] (ArtRage)&lt;br /&gt;
* [[Public Painter]]&lt;br /&gt;
* [[Puzzle image (X11)]]&lt;br /&gt;
* [[PVR Texture]]&lt;br /&gt;
* [[PWC (Piecewise-Constant Image Model)]]&lt;br /&gt;
* [[PWG Raster]]&lt;br /&gt;
* [[PXM (Pixelmator)]]&lt;br /&gt;
* [[Q0]]&lt;br /&gt;
* [[QDV (Giffer)]]&lt;br /&gt;
* [[QOIR]]&lt;br /&gt;
* [[QRT Ray Tracer bitmap]]&lt;br /&gt;
* [[QTIF]] (QuickTime image file, .qif)&lt;br /&gt;
* [[QTL]] (YUV SECAM or PAL image)&lt;br /&gt;
* [[Quake 2 Texture]] (.wal)&lt;br /&gt;
* [[Quantel VPB image]]&lt;br /&gt;
* [[QuantumPaint]] (.pbx)&lt;br /&gt;
* [[Quite OK Image Format]] (.qoi)&lt;br /&gt;
* [[Radiance HDR]] (RGBE, XYZE, .hdr, .pic)&lt;br /&gt;
* [[RAG-D]]&lt;br /&gt;
* [[Rainbow Painter]]&lt;br /&gt;
* [[RAMbrandt]]&lt;br /&gt;
* [[Raster Master RAW]]&lt;br /&gt;
* [[Raw bitmap]]&lt;br /&gt;
* [[RDIB]]&lt;br /&gt;
* [[REKO Cardset]]&lt;br /&gt;
* [[Rembrandt]]&lt;br /&gt;
* [[RGB Intermediate Format]]&lt;br /&gt;
* [[RGFX]]&lt;br /&gt;
* [[RLA]] (Wavefront)&lt;br /&gt;
* [[RLI]] (RealWorld)&lt;br /&gt;
* [[Rocky Interlace Picture]]&lt;br /&gt;
* [[RUN Paint]]&lt;br /&gt;
* [[SAMAR Hires Interlace]]&lt;br /&gt;
* [[SAM Coupé Mode 4]]&lt;br /&gt;
* [[Saracen Paint]] (.sar)&lt;br /&gt;
* [[SBIG CCDOPS image]]&lt;br /&gt;
* [[Scitex CT]]&lt;br /&gt;
* [[SCR (ZX Spectrum)]]&lt;br /&gt;
* [[ScreenShot Hack]]&lt;br /&gt;
* [[Seattle FilmWorks]] (.sfw, .pwp)&lt;br /&gt;
* [[Secret Photos puzzle]] (.xp0)&lt;br /&gt;
* [[Segmented Hypergraphics]] (.shg, .mrb)&lt;br /&gt;
* [[Separations output format]]&lt;br /&gt;
* [[Serif PhotoPlus]] (.spp)&lt;br /&gt;
* [[SGI (image file format)|SGI]] (IRIS, RGB)&lt;br /&gt;
* [[SGX]] (SView Graphics, SuperView Graphics)&lt;br /&gt;
* [[SHP (Loadstar)]]&lt;br /&gt;
* [[Signum! Compressed Image (IMC)]]&lt;br /&gt;
* [[Sinbad Slideshow]]&lt;br /&gt;
* [[Sinclair QL screen]]&lt;br /&gt;
* [[Sixel]]&lt;br /&gt;
* [[Sketch-PadDles]]&lt;br /&gt;
* [[SlideShow for VBXE]]&lt;br /&gt;
* [[Slow-scan television]] (.hrz)&lt;br /&gt;
* [[Softimage PIC]]&lt;br /&gt;
* [[Sony PictureGear Studio]]&lt;br /&gt;
* [[Spaceward Graphics]] / Satori (.r, .rir)&lt;br /&gt;
* [[Spectrum 512 Extended‎]] (.spx)&lt;br /&gt;
* [[Spectrum 512 formats]] (.spu, .spc, .sps)&lt;br /&gt;
* [[SPIF]]&lt;br /&gt;
* [[SPIFF]] (Still Picture Interchange File Format)&lt;br /&gt;
* [[Spooky Sprites]]&lt;br /&gt;
* [[Sprite Master]]&lt;br /&gt;
* [[SpritePad]]&lt;br /&gt;
* [[STAD PAC]]&lt;br /&gt;
* [[Standard Archive Format]] (military missile data format that includes images among other data)&lt;br /&gt;
* [[Standard Graphics 3 (Atari)]]&lt;br /&gt;
* [[Starbase bitmap file‎]]&lt;br /&gt;
* [[Star Painter‎]]&lt;br /&gt;
* [[STiNG]] (.stn)&lt;br /&gt;
* [[STL (ZX Spectrum)]]&lt;br /&gt;
* [[Stop Press Canvas]]&lt;br /&gt;
* [[Storyboard PIC/CAP]]&lt;br /&gt;
* [[STOS memory bank]] (.mbk)&lt;br /&gt;
* [[Structured Fax File]] (.sff)&lt;br /&gt;
* [[Sun Raster]] (.ras, .sun)&lt;br /&gt;
* [[Sun TAAC image]]&lt;br /&gt;
* [[Super IRG]]&lt;br /&gt;
* [[SXG (ZX Spectrum)]]&lt;br /&gt;
* [[Syberia Texture]] (.syj)&lt;br /&gt;
* [[SymbOS graphic]] (.sgx)&lt;br /&gt;
* [[Synthetic Arts]]&lt;br /&gt;
* [[Synu]] (Synthetic Universe)&lt;br /&gt;
* [[TAP (Tencent)]]&lt;br /&gt;
* [[Taquart Interlace Picture]]&lt;br /&gt;
* [[TealPaint]]&lt;br /&gt;
* [[Technicolor Dream]]&lt;br /&gt;
* [[TelePaint/Splash graphics]] (.ss)&lt;br /&gt;
* [[Texture Maker0]]&lt;br /&gt;
* [[TG4 (Image Machines)]]&lt;br /&gt;
* [[TGA]] (Truevision Targa image)&lt;br /&gt;
* [[TIFF]] (Tagged Image File Format)&lt;br /&gt;
* [[TIFF/EP]]&lt;br /&gt;
* [[TIFF-FX]]&lt;br /&gt;
* [[TIFF/IT]]&lt;br /&gt;
* [[TilePic]]&lt;br /&gt;
* [[Tilez texture]]&lt;br /&gt;
* [[TIM (PlayStation graphics)]]&lt;br /&gt;
* [[TIM2]]&lt;br /&gt;
* [[Tiny Stuff]]&lt;br /&gt;
* [[TI picture file]]&lt;br /&gt;
* [[Title-Maker]]&lt;br /&gt;
* [[TkImg RAW]]&lt;br /&gt;
* [[TLG (KiriKiri)|TLG]] (associated with [[KiriKiri Adventure Game System]])&lt;br /&gt;
* [[Tobias Richter Fullscreen Slideshow]] (.pci)&lt;br /&gt;
* [[Tricolor RGB]]&lt;br /&gt;
* [[True Paint I]]&lt;br /&gt;
* [[Trzmiel]]&lt;br /&gt;
* [[TXS]]&lt;br /&gt;
* [[Unirast]] (Apple AirPrint)&lt;br /&gt;
* [[UPX/TPX (Photo Express)]]&lt;br /&gt;
* [[Utah RLE]]&lt;br /&gt;
* [[Valve Texture Format]] (.vtf)&lt;br /&gt;
* [[VBM (VDC BitMap)]]&lt;br /&gt;
* [[VEGX]]&lt;br /&gt;
* [[VertiZontal Interlacing]]&lt;br /&gt;
* [[Verity Image]] (.vif)&lt;br /&gt;
* [[V.Flash PTX]]&lt;br /&gt;
* [[VGAPaint 386 COM Program]]&lt;br /&gt;
* [[VGAPaint 386 PCX Self-Extracting Picture]]&lt;br /&gt;
* [[VICAR]]&lt;br /&gt;
* [[Vidcom 64]] (.vid)&lt;br /&gt;
* [[VIFF]] (Khoros Visualization, .xv)&lt;br /&gt;
* [[VIPS]] (.v)&lt;br /&gt;
* [[Vidig Paint]]&lt;br /&gt;
* [[Vista data file]]&lt;br /&gt;
* [[VITec]]&lt;br /&gt;
* [[Vivid IMG]]&lt;br /&gt;
* [[VORT file]]&lt;br /&gt;
* [[WBMP]] (Wireless Bitmap)&lt;br /&gt;
* [[WebP]]&lt;br /&gt;
* [[WebP 2]]&lt;br /&gt;
* [[Webshots picture]] (.wbz, .wb1, .wbd, .wbc, .wbp)&lt;br /&gt;
* [[WGT Block]]&lt;br /&gt;
* [[WGT Sprite]]&lt;br /&gt;
* [[WhyPic]] (.ypc)&lt;br /&gt;
* [[Wigmore Artist 64]]&lt;br /&gt;
* [[Windows clipboard]] (.clp)&lt;br /&gt;
* [[Windows DDB]]&lt;br /&gt;
* [[WinFax Fax Image]]&lt;br /&gt;
* [[WinFax Cover Page]]&lt;br /&gt;
* [[WinMiPS]]&lt;br /&gt;
* [[Winzle Puzzle]]&lt;br /&gt;
* [[Wiz Solitaire]]&lt;br /&gt;
* [[WLM]] (also known as CompW)&lt;br /&gt;
* [[WOBA]] (bitmap data extracted from a [[HyperCard stack]])&lt;br /&gt;
* [[Word for DOS screen capture]] (.scr)&lt;br /&gt;
* [[WPB (openCanvas)]]&lt;br /&gt;
* [[WSQ]]&lt;br /&gt;
* [[XBM]] (X BitMap)&lt;br /&gt;
* [[XCF]] (GIMP image)&lt;br /&gt;
* [[Xerox Doodle brush]]&lt;br /&gt;
* [[Xerox EDMICS-MMR]]&lt;br /&gt;
* [[Xerox EDMICS-RLC]]&lt;br /&gt;
* [[XGA (Falcon)]]&lt;br /&gt;
* [[XIFF]]&lt;br /&gt;
* [[Xim]]&lt;br /&gt;
* [[XLD4]] (.q4)&lt;br /&gt;
* [[XL-Paint]]&lt;br /&gt;
* [[XPM]] (X PixMap)&lt;br /&gt;
* [[XWD]] (X Window Dump)&lt;br /&gt;
* [[XYZ (RPG Maker)]]&lt;br /&gt;
* [[xRes]] (.lrg)&lt;br /&gt;
* [[YBM]] (Bennet Yee's face format)&lt;br /&gt;
* [[Young Picasso]] (.yp)&lt;br /&gt;
* [[Zeiss BIVAS]]&lt;br /&gt;
* [[Zoomify PFF]]&lt;br /&gt;
* [[Zoomify ZIF]]&lt;br /&gt;
* [[Zpng]]&lt;br /&gt;
* [[ZX-Paintbrush]]&lt;br /&gt;
* [[ZXpaintyONE‎]]&lt;br /&gt;
* [[ZZ ROUGH]]&lt;br /&gt;
&lt;br /&gt;
== Skins / Themes ==&lt;br /&gt;
''(Used to give custom styles, appearances, and themes to software; might be bundled with [[#Icon, Cursor, and Avatar files|Icon, Cursor, and Avatar files]] consistent with the theme)''&lt;br /&gt;
* [[BootSkin Vista]]&lt;br /&gt;
* [[BootSkin XP]]&lt;br /&gt;
* [[eRocket Skin]] (.skn)&lt;br /&gt;
* [[Huawei Theme]] (.hwt)&lt;br /&gt;
* [[Microsoft Comic Chat]]&lt;br /&gt;
* [[Nokia Theme]] (.nth)&lt;br /&gt;
* [[Pocket PC Theme]] (.tsk)&lt;br /&gt;
* [[Sony Ericsson Theme]] (.thm)&lt;br /&gt;
* [[Stardock Tiles Skin]]&lt;br /&gt;
* [[Winamp Skin]]&lt;br /&gt;
* [[Windows Media Player Skin Package]] (.wmz)&lt;br /&gt;
* [[Winstep Xtreme theme]]&lt;br /&gt;
** [[Winstep Workshelf theme]]&lt;br /&gt;
** [[Nextstart theme]]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
''(Applications, utilities, libraries, and APIs for graphic manipulation)''&lt;br /&gt;
&lt;br /&gt;
Refer to [[Graphics software]].&lt;br /&gt;
&lt;br /&gt;
== Vector Graphics Formats ==&lt;br /&gt;
''(Including most &amp;quot;metafile&amp;quot; formats. Vector formats often support embedded raster images, and other objects that aren't actually vectors.)''&lt;br /&gt;
&lt;br /&gt;
* [[2DL]] (ARCHICAD 2D Lines)&lt;br /&gt;
* [[Acorn Draw]]&lt;br /&gt;
* [[Adobe Illustrator Artwork]] (.ai)&lt;br /&gt;
* [[Adobe Illustrator Exchange]] (.aix)&lt;br /&gt;
* [[Affinity Designer]] (.afdesign)&lt;br /&gt;
* [[Amiga Metafile]] (.amf)&lt;br /&gt;
* [[AniST]] (.scr, .str)&lt;br /&gt;
* [[Applixware Graphics]]&lt;br /&gt;
* [[ArtPro]] (.ap)&lt;br /&gt;
* [[Arts &amp;amp; Letters clip art library]] (.yal)&lt;br /&gt;
* [[Arts &amp;amp; Letters graphics file]] (.ged)&lt;br /&gt;
* [[ArtWorks]]&lt;br /&gt;
* [[AutoCAD Slide]]&lt;br /&gt;
* [[AutoCAD Slide Library]]&lt;br /&gt;
* [[AutoSketch]] (.skd)&lt;br /&gt;
* [[Calamus Vector Graphic]] (.cvg)&lt;br /&gt;
* [[CCX (Corel)]]&lt;br /&gt;
* [[CGM]] (Computer Graphics Metafile)&lt;br /&gt;
* [[CMX]] (Corel Presentation Exchange)&lt;br /&gt;
* [[CorelChart]] (.cch)&lt;br /&gt;
* [[Corel Designer]] (.des)&lt;br /&gt;
* [[CorelDRAW]] (.cdr, .cdx, .cdt)&lt;br /&gt;
* [[Corel Gallery]] (.bmf)&lt;br /&gt;
* [[CorelMOSAIC library]] (.clb, .clh)&lt;br /&gt;
* [[DataDiagrammingML]] (Microsoft XML-based format)&lt;br /&gt;
* [[DeskMate Draw]] (.fig)&lt;br /&gt;
* [[Dia]]&lt;br /&gt;
* [[DR2D]]&lt;br /&gt;
* [[DrawingML]] (Microsoft embedded graphics in XML Office formats)&lt;br /&gt;
* [[DrawIt]]&lt;br /&gt;
* [[DrawPlus]]&lt;br /&gt;
* [[DrawStudio]] (Amiga)&lt;br /&gt;
* [[DRAWX Vector Graphics]] (.vec)&lt;br /&gt;
* [[Embedded Vector Editor]] (.eve)&lt;br /&gt;
* [[Encapsulated PostScript]] (.eps, .epsf, .epsi)&lt;br /&gt;
* [[Enhanced Metafile]] (.emf)&lt;br /&gt;
* [[ER Mapper Vector]] (.erv)&lt;br /&gt;
* [[Expression Design]] (.xpr, .design)&lt;br /&gt;
* [[Fig]] (Xfig format)&lt;br /&gt;
* [[FreeHand]] (Aldus/Adobe)&lt;br /&gt;
* [[FXG]]&lt;br /&gt;
* [[GEM VDI Metafile]] (GEM Vector, VDI, .GDI)&lt;br /&gt;
* [[Gerber format]] (used in printed circuit design)&lt;br /&gt;
* [[The Graphics Magician Picture Painter|Graphics Magician Picture Painter, The]]&lt;br /&gt;
* [[GraphicConverter format]] (.gcimgd)&lt;br /&gt;
* [[GST ART]] (.art)&lt;br /&gt;
* [[Haiku Vector Icon Format]]&lt;br /&gt;
* [[Harvard Graphics]]&lt;br /&gt;
* [[IconVG]]&lt;br /&gt;
* [[IDW (IntelliDraw)]]&lt;br /&gt;
* [[In-A-Vision]] (.pic)&lt;br /&gt;
* [[KwikDraw]] (.kwk)&lt;br /&gt;
* [[LEONARD's Sketch]]&lt;br /&gt;
* [[Lotus 1-2-3 Chart]] (.pic)&lt;br /&gt;
* [[MacDraw]] (later ClarisDraw)&lt;br /&gt;
* [[Mayura Draw]] (.md, .pdx)&lt;br /&gt;
* [[mDraw (S. Mike Dierken)]]&lt;br /&gt;
* [[Micrografx Draw]]&lt;br /&gt;
* [[Microsoft Office Drawing]]&lt;br /&gt;
* [[Microsoft Chart]]&lt;br /&gt;
* [[MIX (PhotoDraw)]]&lt;br /&gt;
* [[MVG]]&lt;br /&gt;
* [[MyDraw]] (.ndx, .ndb, .ndtx, .nlx, .nlb)&lt;br /&gt;
* [[NAPLPS]] (North American Presentation Layer Protocol Syntax)&lt;br /&gt;
* [[NeoDraw]]&lt;br /&gt;
* [[NetMeeting Whiteboard]]&lt;br /&gt;
* [[Notability]]&lt;br /&gt;
* [[ObjectGraphics OGL]]&lt;br /&gt;
* [[OpenDocument Drawing]] (.odg)&lt;br /&gt;
* [[PDL (Trionum)]]&lt;br /&gt;
* [[Picroma Plasma]]&lt;br /&gt;
* [[PICT]] (Macintosh graphics)&lt;br /&gt;
* [[Pixie (vector graphics)|Pixie]] (.pxi)&lt;br /&gt;
* [[PLOT-10]] (Tektronix)&lt;br /&gt;
* [[Precision Graphics Markup Language]] (PGML)&lt;br /&gt;
* [[Presentation Manager Metafile]] (MET)&lt;br /&gt;
* [[Print Artist]] (.gfx) (also known as Instant Artist)&lt;br /&gt;
* [[Professional Draw]]&lt;br /&gt;
* [[ProShape]]&lt;br /&gt;
* [[PWDraw]]&lt;br /&gt;
* Satori Canvas (.cvs) - See [[Spaceward Graphics]]&lt;br /&gt;
* [[Scalable Vector Graphics]] (SVG)&lt;br /&gt;
* [[SDA (StarOffice)]]&lt;br /&gt;
* [[SDW (AmiDraw)]]&lt;br /&gt;
* [[Shapefile]]&lt;br /&gt;
* [[Simple Vector Format]] (SVF)&lt;br /&gt;
* [[sK1]]&lt;br /&gt;
* [[Skencil SK]]&lt;br /&gt;
* [[Sketch]]&lt;br /&gt;
* [[SXD]]&lt;br /&gt;
* [[Sxz]] (hybrid vector/raster)&lt;br /&gt;
* [[TIFF annotation data]]&lt;br /&gt;
* [[TinyVG]]&lt;br /&gt;
* [[Top Draw]] (.tdr)&lt;br /&gt;
* [[UNIX Plot Format]]&lt;br /&gt;
* [[Visio]] (.vsd, .vss, .vst)&lt;br /&gt;
* [[VML]] (Vector Markup Language)&lt;br /&gt;
* [[Windows Metafile]] (.wmf)&lt;br /&gt;
* [[WinDraw (John D. Keene)]]&lt;br /&gt;
* [[WordPerfect Graphics]] (.wpg)&lt;br /&gt;
* [[Xar (vector graphics)|Xar]] (Flare)&lt;br /&gt;
* [[XVT-Draw]]&lt;br /&gt;
* [[ZBR (Zoner Zebra)]]&lt;br /&gt;
* [[ZMF (Zoner)]]&lt;br /&gt;
See also:&lt;br /&gt;
* [[3D and CAD/CAM Models]]&lt;br /&gt;
* [[Diagramming and flowcharting]]&lt;br /&gt;
* [[Machine Embroidery]]&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous or Uncategorized ==&lt;br /&gt;
''(Formats which don't fit into another category, or still need to be categorized)''&lt;br /&gt;
&lt;br /&gt;
* [[AAE sidecar format]] (Apple iOS 8 / OS X Yosemite)&lt;br /&gt;
* [[ABBYY Finereader]]&lt;br /&gt;
* [[Adobe Acrobat Capture]] (.acd)&lt;br /&gt;
* [[Anaglyph 3D format]]&lt;br /&gt;
* [[Aperture library]]&lt;br /&gt;
* [[Apple Preferred]] (APF)&lt;br /&gt;
* [[ART (Build Engine ART)]]&lt;br /&gt;
* [[BodyPaint 3D]] (Maxon: .b3d)&lt;br /&gt;
* [[Chyron]]&lt;br /&gt;
* Deep Zoom&lt;br /&gt;
** [[Deep Zoom image]] (.dzi)&lt;br /&gt;
** [[Smart Zoom Image]] (.szi)&lt;br /&gt;
* [[DeltaVision]] (medical microscopy format)&lt;br /&gt;
* [[Fineprint]] (.fp)&lt;br /&gt;
* [[Garc archive]]&lt;br /&gt;
* [[HDF]] (Hierarchical Data Format)&lt;br /&gt;
* [[ImageLab/PrintTechnic]]&lt;br /&gt;
* [[Kai's Power Tools]]&lt;br /&gt;
* [[kitty graphics protocol]] [https://sw.kovidgoyal.net/kitty/graphics-protocol/]&lt;br /&gt;
* [[KONTRON]] (embedded-systems company; apparently has graphic format of its own)&lt;br /&gt;
* [[Liberty IM]]&lt;br /&gt;
* [[Lightroom catalog]] (.lrcat)&lt;br /&gt;
* [[Manga Studio]]&lt;br /&gt;
* [[Media Pro]] (.ivc, .mpcatalog)&lt;br /&gt;
* [[MonkeyCard]]&lt;br /&gt;
* [[NeatReceipts]] (.nrx, .nrf, .nrt)&lt;br /&gt;
* [[Nintendo Wii TPL]]&lt;br /&gt;
* [[Nova AEX]] (.aex)&lt;br /&gt;
* [[OmniForm]]&lt;br /&gt;
* [[OmniPage]]&lt;br /&gt;
* [[PaperPort (MAX)]]&lt;br /&gt;
* [[Piskel canvas]]&lt;br /&gt;
* [[QDV (Random Dot Software)]]&lt;br /&gt;
* [[RMC]]&lt;br /&gt;
* [[Second Nature Screensaver Graphic]] (.snx)&lt;br /&gt;
* [[Shoot 'Em Up Construction Kit]]&lt;br /&gt;
* [[StarOffice Gallery]]&lt;br /&gt;
* [[StartupScreen]] (Macintosh SCRN, .scrn?)&lt;br /&gt;
* [[tldraw]] (.tldr)&lt;br /&gt;
* [[Turbo Rascal Syntax Error]]&lt;br /&gt;
&lt;br /&gt;
==Links and Resources==&lt;br /&gt;
* [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [http://www.theatlantic.com/technology/archive/2013/01/the-never-before-told-story-of-the-worlds-first-computer-art-its-a-sexy-dame/267439/ World's first computer art (1950s pinup image)]&lt;br /&gt;
* [http://www.wired.com/underwire/2013/05/star-trek-art-atoms-ibm Art created with atoms]&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/xga.pro XGA: A New Graphics Standard]&lt;br /&gt;
* [http://www.jagregory.com/abrash-black-book/ Michael Abrash’s Graphics Programming Black Book, Special Edition]&lt;br /&gt;
* [http://www.squarespace.com/logo Squarespace logo designer tool] (Want a logo for a silly dot-com company you're starting? Create one here!)&lt;br /&gt;
* [http://freshome.com/2014/02/27/unconventional-pixel-furniture-adding-intrigue-modern-rooms/ Unconventional Pixel Furniture Adding Intrigue to Modern Rooms]&lt;br /&gt;
* [http://skeptools.wordpress.com/2014/03/03/viral-photos-debunked-animal-rights-google-tineye-image-search/ See how to debunk viral photos in seconds using image search]&lt;br /&gt;
* [http://boingboing.net/2014/03/12/gettys-free-image-embedding.html Getty's free image embedding comes at a price]&lt;br /&gt;
* [http://addyosmani.com/blog/image-optimization-tools/ Image optimization tools]&lt;br /&gt;
* [http://www.loc.gov/preservation/resources/rfs/stillimg.html Library of Congress Recommended Format Specifications: Still Image Works]&lt;br /&gt;
* [http://www.historyofinformation.com/expanded.php?id=2245 The Most Famous Image in the Early History of Computing]&lt;br /&gt;
* [http://ianmilligan.ca/2014/07/21/image-file-extensions-in-the-wide-web-scrape/ Image File Extensions in the Wide Web Scrape]&lt;br /&gt;
* [http://questionsomething.wordpress.com/2012/07/26/databending-using-audacity-effects/ Databending effects of editing images with a sound editor]&lt;br /&gt;
* [http://bertolami.com/index.php?engine=blog&amp;amp;content=posts&amp;amp;detail=perceptual-hashing Perceptual Hashing]&lt;br /&gt;
* [http://8bitartwork.co.uk/ Retrospecs: iOS app to convert images to imitate old 8-bit systems' graphics]&lt;br /&gt;
* [http://alvyray.com/Memos/CG/Microsoft/6_pixel.pdf A Pixel Is Not A Little Square]&lt;br /&gt;
* [http://literarymachin.es/deepzoom-osd-server/ Serve deepzoom images from a zip archive with openseadragon]&lt;br /&gt;
* [http://creativeshory.com/know-use-image-file-types-jpeg-gif-png/ Know When to Use Image File Types: JPEG, GIF &amp;amp; PNG]&lt;br /&gt;
* [http://stackoverflow.com/questions/27974945/can-we-programatically-compare-different-images-of-same-resolutions/27976171#27976171 Can we programatically compare different images of same resolutions?]&lt;br /&gt;
* [http://www.webdesigndev.com/freebies/best-color-palette-tools 20 Best Color Palette Tools for Web and Graphic Designers]&lt;br /&gt;
* [https://www.youtube.com/watch?v=Tfh0ytz8S0k How &amp;quot;oldschool&amp;quot; graphics worked, Part 1] · [https://www.youtube.com/watch?v=_rsycfDliZU Part 2] (videos)&lt;br /&gt;
* [http://ninedegreesbelow.com/photography/xyz-rgb.html Completely Painless Programmer's Guide to XYZ, RGB, ICC, xyY, and TRCs]&lt;br /&gt;
* [http://potrace.sourceforge.net/ Potrace: Transforming bitmaps into vector graphics]&lt;br /&gt;
* [http://cloudinary.com/blog/one_pixel_is_worth_three_thousand_words About a 1x1 image in many file formats]&lt;br /&gt;
* [http://tomseditor.com/ Tom's Editor: Free online image converted. About 500 formats supported]&lt;br /&gt;
* [http://whatis.rest7.com/ WhatIs.Rest7: Image formats explained. Lots of samples]&lt;br /&gt;
* [http://de77.com/find/image Image libraries for PHP: BMP, DDS, TGA, PNM, PGM, PBM]&lt;br /&gt;
* [http://whatis.rest7.com/Atari Lots of images from Atari]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:MihaiPopa7</id>
		<title>User:MihaiPopa7</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:MihaiPopa7"/>
				<updated>2025-09-03T00:35:39Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello! I'm Popa Mihai, 14 years old. Welcome to my user page!&lt;br /&gt;
&lt;br /&gt;
My project is to fix case, syntax, spelling &amp;amp; grammar mistakes, typos and to discover new file formats &amp;amp; create categories.&lt;br /&gt;
&lt;br /&gt;
== My pages ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;M* after the link indicates that is my own format.&lt;br /&gt;
&lt;br /&gt;
=== Audio formats ===&lt;br /&gt;
* [[LB]] (Low Bitrate)&lt;br /&gt;
* [[Encodec]]&lt;br /&gt;
* [[Codec2]]&lt;br /&gt;
=== Executable envelopes ===&lt;br /&gt;
* [[READMAKE]]&lt;br /&gt;
=== Archives ===&lt;br /&gt;
* [[HRA]] *M*&lt;br /&gt;
=== Graphics ===&lt;br /&gt;
* [[JPEGT]] *M*&lt;br /&gt;
* [[NetMeeting Whiteboard]]&lt;br /&gt;
=== Saved Games ===&lt;br /&gt;
* [[Minesweeper saved game]]&lt;br /&gt;
* [[Solitaire saved game]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
I discover a new file format per 1–12 months or shorter/longer, and I make a edit per 1–30 days or shorter/longer.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.nmw</id>
		<title>Category:File formats with extension .nmw</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.nmw"/>
				<updated>2025-09-03T00:34:59Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;N&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|N]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/NetMeeting_Whiteboard</id>
		<title>NetMeeting Whiteboard</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/NetMeeting_Whiteboard"/>
				<updated>2025-09-03T00:34:32Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|nmw}} |released=Likely 2001 }} '''NetMeeting Whiteboard''' is Microsoft's own &amp;quot;new&amp;quot; whiteboard format.  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|nmw}}&lt;br /&gt;
|released=Likely 2001&lt;br /&gt;
}}&lt;br /&gt;
'''NetMeeting Whiteboard''' is Microsoft's own &amp;quot;new&amp;quot; whiteboard format.&lt;br /&gt;
&lt;br /&gt;
It's a hybrid between vector and raster graphics and document formats (a specific feature is you could create such a file with multiple pages)&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
NMW files start with {{magic|Microsoft NetMeeting Whiteboard}}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Microsoft NetMeeting 3.01 (on XP, based on the EXE's metadata)&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Saved_Games</id>
		<title>Saved Games</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Saved_Games"/>
				<updated>2025-09-03T00:05:55Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=Saved Games&lt;br /&gt;
|image=White-pieces.jpg&lt;br /&gt;
}}&lt;br /&gt;
Formats to store game status for later resumption, or to preserve a record of moves/activities/outcomes in a game (in progress or completed).&lt;br /&gt;
&lt;br /&gt;
== Video/computer games ==&lt;br /&gt;
&lt;br /&gt;
* [[Baba Is You saved game]]&lt;br /&gt;
* [[Borderlands save file]]&lt;br /&gt;
* [[Civilization BIC saved game format]]&lt;br /&gt;
* [[Crusader Kings]] (.ck3)&lt;br /&gt;
* Emulators&lt;br /&gt;
** [[Genecyst Backup RAM]]&lt;br /&gt;
** [[Genecyst Save State]]&lt;br /&gt;
** [[Genital Save State]]&lt;br /&gt;
** [[KGen98 Save State]]&lt;br /&gt;
** [[MBC2 battery save]]&lt;br /&gt;
** [[MBC3 RTC save]]&lt;br /&gt;
* [[Eye of the Beholder saved game]]&lt;br /&gt;
* [[Faster than Light saved game]]&lt;br /&gt;
* [[Infocom saved games]]&lt;br /&gt;
* [[Master of Orion saved game]]&lt;br /&gt;
* [[Minecraft player format]]&lt;br /&gt;
* [[Minecraft world file]]&lt;br /&gt;
* [[Minesweeper saved game]]&lt;br /&gt;
* [[Nethack]]&lt;br /&gt;
* [[PS1 saved game]]&lt;br /&gt;
* Pirates: Quest for the Seas&lt;br /&gt;
** [[Pirates game file]]&lt;br /&gt;
** [[Pirates Player Profile]]&lt;br /&gt;
* Punch-Out&lt;br /&gt;
** [http://tomorrowcorporation.com/posts/retro-game-internals-punch-out-passwords Punch-Out Passwords (external link)]&lt;br /&gt;
* [[Quetzal]] (a possible save format for [[Z-code|Z-machine]] and [[Glulx]])&lt;br /&gt;
* [[Rexx-Adventure saved game]]&lt;br /&gt;
* [[SimCity 2000 saved city]]&lt;br /&gt;
* [[SimTower saved game]]&lt;br /&gt;
* [[Solitaire saved game]]&lt;br /&gt;
* [[subo]] (Sudoku format)&lt;br /&gt;
* [[Zelda Solarus DX saved game]]&lt;br /&gt;
* [[Zig Zag Ancient Greeks]]&lt;br /&gt;
* [[ZZT]] (save game format is same as the world format)&lt;br /&gt;
&lt;br /&gt;
== Board and card games ==&lt;br /&gt;
&lt;br /&gt;
Not all of these are electronic.&lt;br /&gt;
&lt;br /&gt;
* Bridge&lt;br /&gt;
** [[Bridge notation]]&lt;br /&gt;
** [[Portable Bridge Notation]]&lt;br /&gt;
** [[Richard's Bridge Notation]]&lt;br /&gt;
* Checkers / Draughts&lt;br /&gt;
** [[Portable Draughts Notation]]&lt;br /&gt;
* Chess&lt;br /&gt;
** [[FEN]]&lt;br /&gt;
** [[Funny notation]]&lt;br /&gt;
** [[PGN]]&lt;br /&gt;
** [[PGNPack]]&lt;br /&gt;
* Go&lt;br /&gt;
** [[Smart Game Format]] (SGF)&lt;br /&gt;
** [[UGF]]&lt;br /&gt;
* Other games / multiple games&lt;br /&gt;
** [[Smart Game Format]] (SGF)&lt;br /&gt;
&lt;br /&gt;
== Computer simulations, etc. ==&lt;br /&gt;
* [[Biogenesis world‎]]&lt;br /&gt;
* [[Life 1.05]]&lt;br /&gt;
* [[Life 1.06]]&lt;br /&gt;
* [[Macrocell]]&lt;br /&gt;
* [[MCell]]&lt;br /&gt;
* [[Plaintext (cellular automata)]]&lt;br /&gt;
* [[RLE (cellular automata)]]&lt;br /&gt;
* [[Small Object Format]]&lt;br /&gt;
&lt;br /&gt;
== Score files ==&lt;br /&gt;
* [[atc_score]]&lt;br /&gt;
* [[atomix.scores]]&lt;br /&gt;
* [[Gnome Mahjongg history]]&lt;br /&gt;
* [[Minecraft scoreboard format]]&lt;br /&gt;
* [[tetris-bsd.scores]]&lt;br /&gt;
* [[xbill.scores]]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
* [[Gniall]]&lt;br /&gt;
&lt;br /&gt;
See also: [[Game data files]] and [[Interactive Fiction]] for files containing the game levels, graphics, and other such data.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://archive.org/details/KeenDreamsCheat_1020 Keen Dreams cheat program] (modifies saved games to add lives, shots)&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.SolitaireSave-ms</id>
		<title>Category:File formats with extension .SolitaireSave-ms</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.SolitaireSave-ms"/>
				<updated>2025-09-03T00:05:08Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;S&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|S]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Solitaire_saved_game</id>
		<title>Solitaire saved game</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Solitaire_saved_game"/>
				<updated>2025-09-03T00:04:41Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Saved Games |extensions={{ext|SolitaireSave-ms}} |released=2009? }} The Windows 7 version of Solitaire introduced a feature that al...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Saved Games&lt;br /&gt;
|extensions={{ext|SolitaireSave-ms}}&lt;br /&gt;
|released=2009?&lt;br /&gt;
}}&lt;br /&gt;
The Windows 7 version of Solitaire introduced a feature that allows you to save games to its own format. It ends with .SolitaireSave-ms.&lt;br /&gt;
&lt;br /&gt;
Possibly it's the same thing for Vista.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
The header is the same as for [[Minesweeper saved game]]&lt;br /&gt;
&lt;br /&gt;
But the strings are different: {{Magic|53 00 6F 00 6C 00 69 00 74 00 61 00 69 00 72 00 65}} ({{magic|Solitaire}}), same NULs.&lt;br /&gt;
&lt;br /&gt;
Then {{Magic|53 00 6F 00 6C 00 69 00 74 00 61 00 69 00 72 00 65 00 2E 00 53 00 6F 00 6C 00 69 00 74 00 61 00 69 00 72 00 65 00 53 00 61 00 76 00 65 00 2D 00 6D 00 73}} ({{magic|Solitaire.SolitaireSave-ms}}) which is the filename always uses, same NULs as well.&lt;br /&gt;
&lt;br /&gt;
The second part is the same as for [[Minesweeper saved game]]&lt;br /&gt;
&lt;br /&gt;
But third part is a UTF-16 encoded XML file for the game's state.&lt;br /&gt;
&lt;br /&gt;
The header for the game's board XML is {{Magic|&amp;lt;Root&amp;gt;}}, then {{magic|&amp;lt;GameState&amp;gt;}}, and {{magic|&amp;lt;Version&amp;gt;7&amp;lt;/Version&amp;gt;}} defines the version of the save file (for Windows 7, it's always {{magic|7}}). Then the score, time, card state (position on the decks, suite, digit), etc...&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* Solitaire on Windows 7/Vista&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Minesweeper_saved_game</id>
		<title>Minesweeper saved game</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Minesweeper_saved_game"/>
				<updated>2025-09-02T23:51:21Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Replaced dot with comma.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Saved Games&lt;br /&gt;
|extensions={{ext|MineSweeperSave-ms}}&lt;br /&gt;
|released=2009?&lt;br /&gt;
}}&lt;br /&gt;
The Windows 7 version of Minesweeper introduced a feature that allows you to save games to its own format. It ends with .MineSweeperSave-ms.&lt;br /&gt;
&lt;br /&gt;
Possibly it's the same thing for Vista.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
There are a few parts here.&lt;br /&gt;
&lt;br /&gt;
The first part (the header), begins with signature {{Magic|RGMH}}, and then contains some binary data.&lt;br /&gt;
&lt;br /&gt;
After that, it contains the UTF-16 encoded string {{Magic|4D 00 69 00 6E 00 65 00 73 00 77 00 65 00 65 00 70 00 65 00 72}} ({{magic|Minesweeper}}) and a lot of NULs.&lt;br /&gt;
&lt;br /&gt;
Then, the next string appears: {{Magic|4D 00 69 00 6E 00 65 00 73 00 77 00 65 00 65 00 70 00 65 00 72 00 2E 00 4D 00 69 00 6E 00 65 00 53 00 77 00 65 00 65 00 70 00 65 00 72 00 53 00 61 00 76 00 65 00 2D 00 6D 00 73}} ({{magic|Minesweeper.MineSweeperSave-ms}}) which is the filename always uses, and lots of NULs.&lt;br /&gt;
&lt;br /&gt;
The second part is a PNG image, which is the thumbnail image (basically a small visual snapshot) and some binary bytes.&lt;br /&gt;
&lt;br /&gt;
The third part is a XML file for the game's board.&lt;br /&gt;
&lt;br /&gt;
The header for the game's board XML is {{Magic|&amp;lt;Board&amp;gt;}}, then {{magic|&amp;lt;SaveVersion&amp;gt;3&amp;lt;/SaveVersion&amp;gt;}} defines the version of the save file (for Windows 7, it's always {{magic|3}}), then the number of mines, width, height, difficulty, etc...&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* Minesweeper on Windows 7/Vista&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Minesweeper_saved_game</id>
		<title>Minesweeper saved game</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Minesweeper_saved_game"/>
				<updated>2025-09-02T23:49:24Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Major overhaul of language fixes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Saved Games&lt;br /&gt;
|extensions={{ext|MineSweeperSave-ms}}&lt;br /&gt;
|released=2009?&lt;br /&gt;
}}&lt;br /&gt;
The Windows 7 version of Minesweeper introduced a feature that allows you to save games to its own format. It ends with .MineSweeperSave-ms.&lt;br /&gt;
&lt;br /&gt;
Possibly it's the same thing for Vista.&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
There are a few parts here.&lt;br /&gt;
&lt;br /&gt;
The first part (the header), begins with signature {{Magic|RGMH}}. and then contains some binary data.&lt;br /&gt;
&lt;br /&gt;
After that, it contains the UTF-16 encoded string {{Magic|4D 00 69 00 6E 00 65 00 73 00 77 00 65 00 65 00 70 00 65 00 72}} ({{magic|Minesweeper}}) and a lot of NULs.&lt;br /&gt;
&lt;br /&gt;
Then, the next string appears: {{Magic|4D 00 69 00 6E 00 65 00 73 00 77 00 65 00 65 00 70 00 65 00 72 00 2E 00 4D 00 69 00 6E 00 65 00 53 00 77 00 65 00 65 00 70 00 65 00 72 00 53 00 61 00 76 00 65 00 2D 00 6D 00 73}} ({{magic|Minesweeper.MineSweeperSave-ms}}) which is the filename always uses, and lots of NULs.&lt;br /&gt;
&lt;br /&gt;
The second part is a PNG image, which is the thumbnail image (basically a small visual snapshot) and some binary bytes.&lt;br /&gt;
&lt;br /&gt;
The third part is a XML file for the game's board.&lt;br /&gt;
&lt;br /&gt;
The header for the game's board XML is {{Magic|&amp;lt;Board&amp;gt;}}, then {{magic|&amp;lt;SaveVersion&amp;gt;3&amp;lt;/SaveVersion&amp;gt;}} defines the version of the save file (for Windows 7, it's always {{magic|3}}), then the number of mines, width, height, difficulty, etc...&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* Minesweeper on Windows 7/Vista&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Minesweeper_saved_game</id>
		<title>Minesweeper saved game</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Minesweeper_saved_game"/>
				<updated>2025-09-02T23:34:30Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Saved Games&lt;br /&gt;
|extensions={{ext|MineSweeperSave-ms}}&lt;br /&gt;
|released=2009?&lt;br /&gt;
}}&lt;br /&gt;
The Windows 7 version of Minesweeper introduced a feature that allows you to save games to its own format. It ends with .MineSweeperSave-ms. (Maybe for Vista it also did the same?)&lt;br /&gt;
&lt;br /&gt;
==Identification==&lt;br /&gt;
* The files start with {{Magic|RGMH}} and then this byte sequence: {{Magic|4D 00 69 00 6E 00 65 00 73 00 77 00 65 00 65 00 70 00 65 00 72}}, which is a UTF-16 encoded version of the string &amp;quot;Minesweeper&amp;quot;&lt;br /&gt;
* Then, the next byte sequence appears: {{Magic|4D 00 69 00 6E 00 65 00 73 00 77 00 65 00 65 00 70 00 65 00 72 00 2E 00 4D 00 69 00 6E 00 65 00 53 00 77 00 65 00 65 00 70 00 65 00 72 00 53 00 61 00 76 00 65 00 2D 00 6D 00 73}} which is a UTF-16 encoded version of the string &amp;quot;Minesweeper.MineSweeperSave-ms&amp;quot; which is the filename always uses.&lt;br /&gt;
* Then, it's a PNG thumbnail, and the XML board file, which starts with: {{Magic|&amp;lt;Board&amp;gt;}} and like {{Magic|&amp;lt;SaveVersion&amp;gt;3&amp;lt;/SaveVersion&amp;gt;}} which is the version used to save the game.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* Minesweeper on Windows 7/Vista&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Tweetable-polyglot-png</id>
		<title>Tweetable-polyglot-png</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Tweetable-polyglot-png"/>
				<updated>2025-09-02T23:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Some fixes and used American spelling.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Encryption&lt;br /&gt;
|subcat2=Data Hiding/Embedding&lt;br /&gt;
|released=2021&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''tweetable-polyglot-png''' by David Buchanan is an open source Python script to pack up to 3MB of data into a tweetable [[PNG]] polyglot file.&lt;br /&gt;
&lt;br /&gt;
Hosts where this works:&lt;br /&gt;
* Twitter/X&lt;br /&gt;
* Imgur&lt;br /&gt;
* Github repo thumbnail/header image&lt;br /&gt;
* Discord&lt;br /&gt;
&lt;br /&gt;
Hosts where it doesn't work:&lt;br /&gt;
* Reddit (Perhaps it could be made to work by embedding data within the DEFLATE stream, rather than appending?)&lt;br /&gt;
&lt;br /&gt;
Twitter strips unnecessary data from PNG uploads, however, they do not strip trailing data from the DEFLATE stream inside the IDAT chunk, provided that the overall image file meets the requirements to avoid being re-encoded.&lt;br /&gt;
&lt;br /&gt;
The cover image must compress well, such that the compressed filesize is less than (width * height) - size_of_embedded_file. If the cover image does not have a palette, then it must have at least 257 unique colors (otherwise Twitter will optimize it to use a palette).&lt;br /&gt;
&lt;br /&gt;
The resolution can be up to 4096x4096, however, be aware that Twitter will serve a downscaled version by default, for images greater than 680x680 (depending on your display DPI, etc.).&lt;br /&gt;
&lt;br /&gt;
The image should not have any unnecessary metadata chunks.&lt;br /&gt;
&lt;br /&gt;
The total output file size must be less than 3MB (maybe 5MB?), otherwise Twitter will convert the PNG to a JPEG.&lt;br /&gt;
&lt;br /&gt;
If the embedded file is a .zip, then the offsets are automatically adjusted so that the overall file is still a valid zip. For any other file formats, you're on your own (many will work without any special handling, notably .pdf, .mp3).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://github.com/DavidBuchanan314/tweetable-polyglot-png Homepage]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/IMP_(Electronic_publishing)</id>
		<title>IMP (Electronic publishing)</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/IMP_(Electronic_publishing)"/>
				<updated>2025-09-02T22:25:22Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Fixed quote.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Electronic Publishing formats&lt;br /&gt;
|extensions={{ext|imp}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-softbook}}&lt;br /&gt;
|wikidata={{wikidata|Q105857840}},{{wikidata|Q105857748}},{{wikidata|Q105858092}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''IMP''' is a device-specific format of [[OEB]] for various successors of the [[Rocket eBook]]. It supports 2 different layouts: Color Full VGA &amp;amp; Grayscale Half-VGA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMP Compatible Devices == &lt;br /&gt;
* Color Full VGA - ETI-1, REB 1200, GEB 2150&lt;br /&gt;
* Grayscale Half-VGA - ETI-2, eBookwise-1150, GEB 1150&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
* {{magic|0100424F4F4B444F5547}} ({{magic|&amp;quot;1&amp;quot; 0x00 &amp;quot;BOOKDOUG&amp;quot;}}) - created by Softbook Publisher 1.0 (very rare)&lt;br /&gt;
* {{magic|0200424F4F4B444F5547}} ({{magic|&amp;quot;2&amp;quot; 0x00 &amp;quot;BOOKDOUG&amp;quot;}}) - created by eBook Publisher v2+ / Softbook Publisher 1.5 (current)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and format ==&lt;br /&gt;
* https://wiki.mobileread.com/wiki/IMP&lt;br /&gt;
* [http://www.chromakinetics.com/REB1200/imp_format.htm IMP format specification]&lt;br /&gt;
* [http://www.chromakinetics.com/REB1200/photoAlbum.htm Create a photo album in IMP format]&lt;br /&gt;
* [https://www.mobileread.com/forums/forumdisplay.php?f=181 MobileRead IMP forum]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://wiki.mobileread.com/wiki/IMP_software IMP Software]&lt;br /&gt;
* [http://www.chromakinetics.com/REB1200/convert.htm IMP conversion information]&lt;br /&gt;
* [http://jimblog.me/wp-content/uploads/filebase/ebooks/rocket_reb/soft/Softbook%20Personal%20Publisher%20v1.5.exe Softbook Personal Publisher] ([https://web.archive.org/web/20231001041126/http://jimblog.me/wp-content/uploads/filebase/ebooks/rocket_reb/soft/Softbook%20Personal%20Publisher%20v1.5.exe Mirror])&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/IMP_(Electronic_publishing)</id>
		<title>IMP (Electronic publishing)</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/IMP_(Electronic_publishing)"/>
				<updated>2025-09-02T22:25:04Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Used the &amp;quot;magic&amp;quot; template.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Electronic Publishing formats&lt;br /&gt;
|extensions={{ext|imp}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-softbook}}&lt;br /&gt;
|wikidata={{wikidata|Q105857840}},{{wikidata|Q105857748}},{{wikidata|Q105858092}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''IMP''' is a device-specific format of [[OEB]] for various successors of the [[Rocket eBook]]. It supports 2 different layouts: Color Full VGA &amp;amp; Grayscale Half-VGA&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== IMP Compatible Devices == &lt;br /&gt;
* Color Full VGA - ETI-1, REB 1200, GEB 2150&lt;br /&gt;
* Grayscale Half-VGA - ETI-2, eBookwise-1150, GEB 1150&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
* {{magic|0100424F4F4B444F5547}} ({{magic|&amp;quot;1&amp;quot; 0x00 &amp;quot;BOOKDOUG&amp;quot;}}) - created by Softbook Publisher 1.0 (very rare)&lt;br /&gt;
* {{magic|0200424F4F4B444F5547}} ({{magic|'2&amp;quot; 0x00 &amp;quot;BOOKDOUG&amp;quot;}}) - created by eBook Publisher v2+ / Softbook Publisher 1.5 (current)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and format ==&lt;br /&gt;
* https://wiki.mobileread.com/wiki/IMP&lt;br /&gt;
* [http://www.chromakinetics.com/REB1200/imp_format.htm IMP format specification]&lt;br /&gt;
* [http://www.chromakinetics.com/REB1200/photoAlbum.htm Create a photo album in IMP format]&lt;br /&gt;
* [https://www.mobileread.com/forums/forumdisplay.php?f=181 MobileRead IMP forum]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://wiki.mobileread.com/wiki/IMP_software IMP Software]&lt;br /&gt;
* [http://www.chromakinetics.com/REB1200/convert.htm IMP conversion information]&lt;br /&gt;
* [http://jimblog.me/wp-content/uploads/filebase/ebooks/rocket_reb/soft/Softbook%20Personal%20Publisher%20v1.5.exe Softbook Personal Publisher] ([https://web.archive.org/web/20231001041126/http://jimblog.me/wp-content/uploads/filebase/ebooks/rocket_reb/soft/Softbook%20Personal%20Publisher%20v1.5.exe Mirror])&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/TomeRaider</id>
		<title>TomeRaider</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/TomeRaider"/>
				<updated>2025-09-02T22:22:06Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Electronic Publishing formats&lt;br /&gt;
|extensions={{ext|tr}},{{ext|tr3}},{{ext|pdb}}&lt;br /&gt;
|wikidata={{wikidata|Q74690581}},{{wikidata|Q74690858}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''TomeRaider''' was one of the first formats to support large reference works (like Wikipedia) on handheld devices. It had readers for PC, PocketPC, Palm, Nokia, Epoc, and Sony Ericsson P800/P900.&lt;br /&gt;
&lt;br /&gt;
Capabilities of the TomeRaider3 e-book reader vary considerably per platform: the Windows and Windows Mobile editions support full HTML and CSS. The Palm edition supports limited HTML (e.g., no tables, no fonts), and CSS support is missing. For Symbian there is only the older TomeRaider2 format, which does not render images or offer category search facilities. Despite these differences any TomeRaider e-book can be browsed on all supported platforms. &lt;br /&gt;
&lt;br /&gt;
The first and second version (TR2) both used the .tr file extension while the third version used the .tr3 file extension. The .pdb file extension was used on Palm.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
* TR - {{magic|370000106D000010D2160010DCF4DDFCD1}} at offset 0&lt;br /&gt;
* TR3 - {{magic|5452334454523343}} ({{magic|TR3DTR3C}}) at offset 60&lt;br /&gt;
* PDB - identified as ToRa files using the application TRPW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References and format ==&lt;br /&gt;
* [https://web.archive.org/web/20081217024356/http://www.tomeraider.com/ Old homepage]&lt;br /&gt;
* https://wiki.mobileread.com/wiki/Tome_Raider&lt;br /&gt;
* https://wiki.mobileread.com/wiki/TR&lt;br /&gt;
* https://en.everybodywiki.com/TomeRaider&lt;br /&gt;
* https://en.wikipedia.org/wiki/Comparison_of_e-book_formats#TomeRaider&lt;br /&gt;
* https://www.infodisiac.com/Wikipedia/TomeRaider.html&lt;br /&gt;
* [https://www.infodisiac.com/Wikipedia/ProcedureTR3.html Convert Wikipedia to TR3] ([https://web.archive.org/web/20160310030537/http://infodisiac.com/Wikipedia/TomeRaider/WikiToTome_4_2_c.zip WikiToTome_4_2_c.zip download])&lt;br /&gt;
* [https://web.archive.org/web/20090711192707/http://www.yadabyte.com/TR3Tutorial/Authoring.htm Authoring TomeRaider files]&lt;br /&gt;
* [https://web.archive.org/web/20091007123839/http://www.yadabyte.com/TR3Tutorial/TR3_tag.htm TR3 Tag Reference]&lt;br /&gt;
* [https://github.com/digipres/digipres.github.io/blob/master/_sources/registries/trid/triddefs_xml/tr.trid.xml TrIDScan for TR/TR2]&lt;br /&gt;
* [https://github.com/digipres/digipres.github.io/blob/master/_sources/registries/trid/triddefs_xml/tr3.trid.xml TrIDScan for TR3]&lt;br /&gt;
* [https://www.mobileread.com/forums/showthread.php?t=61909 Possibility of making open source]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [https://web.archive.org/web/20080601234816/http://tomeraider.com:80/links/07E2D5EC5D4B49B491A4F6178D892E0C532594B1/TR_Conspiracy_Reader.tr3 TR3 Conspiracy Reader]&lt;br /&gt;
* [https://web.archive.org/web/20051210133424/http://download.wikimedia.org/tomeraider/current_tr3/TR3_WP_EO_(P)PC_TXT.zip TR3 Esperanto Wikipedia for PC/PPC]&lt;br /&gt;
* [https://web.archive.org/web/20051210122252/http://download.wikimedia.org/tomeraider/current_tr3/TR3_WP_EO_PALM_TXT.zip TR3 Esperanto Wikipedia for Palm]&lt;br /&gt;
* [https://web.archive.org/web/20060623171552/http://download.wikimedia.org/tomeraider/200312/WP_EO_(P)PC.zip TR2 Esperanto Wikipedia for PC/PPC]&lt;br /&gt;
* [https://web.archive.org/web/20060623171258/http://download.wikimedia.org/tomeraider/200312/WP_EO_EPOC.zip TR2 Esperanto Wikipedia for EPOC]&lt;br /&gt;
* [https://web.archive.org/web/20060623171313/http://download.wikimedia.org/tomeraider/200312/WP_EO_PALM.zip TR2 Esperanto Wikipedia for Palm]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [https://web.archive.org/web/20071024002145/http://www.tomeraider.com/appzips/Tomeraider3.zip TomeRaider 3.3.9 for Windows] - open TR3, create TR3, auto-convert TR2 to TR3 on open&lt;br /&gt;
* [https://web.archive.org/web/20070927141729/http://www.tomeraider.com:80/appzips/TomeRaider3_WIN_v3.1.19.zip TomeRaider 3.1.19 for Windows] - contains 'Export to TR2' functionality&lt;br /&gt;
* [https://web.archive.org/web/20070307170728/http://www.tomeraider.com:80/appzips/TomeRaider3PPC_3_2_03.zip TomeRaider 3.2.03 for PocketPC]&lt;br /&gt;
* [https://web.archive.org/web/20061231160733/http://www.tomeraider.com:80/appzips/TomeRaider3_Palm_V3.1.05.zip TomeRaider 3.1.05 for Palm]&lt;br /&gt;
* [https://web.archive.org/web/20060221164827/http://www.proporta.com/F03/s/tomeraider_epoc.zip TomeRaider 2 for Psion EPOC]&lt;br /&gt;
* [https://web.archive.org/web/20060221164801/http://www.proporta.com/F03/s/TomeRaiderp800.zip TomeRaider 2 for Sony Ericsson P800/P900]&lt;br /&gt;
* [https://web.archive.org/web/20070807121243/http://www.proporta.com/F03/s/tr2.SIS TomeRaider 2 for Nokia Communicator]&lt;br /&gt;
* [https://www.microfocus.com/documentation/idol/IDOL_23_3/KeyviewFilterSDK_23.3_Documentation/Guides/html/dotnet-programming/Content/kv_formats/_KV_FMT__AllDetected.htm OpenText IDOL KeyView] - convert from TomeRaider&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/LRF</id>
		<title>LRF</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/LRF"/>
				<updated>2025-09-02T22:16:29Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Typo fixes.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Electronic Publishing formats&lt;br /&gt;
|extensions={{ext|lrf}}, {{ext|lrx}}, {{ext|lrs}}&lt;br /&gt;
}}&lt;br /&gt;
'''[[LRF]]''' is also known as Broad Band eBook is a proprietary eBook format by Sony and Canon.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* {{DexvertSamples|document/broadBandEBook}}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:BBeB|Wikipedia article]]&lt;br /&gt;
&lt;br /&gt;
[[Category:XML based file formats]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Cool_Edit_/_Audition_Multi_Track_Session_file</id>
		<title>Cool Edit / Audition Multi Track Session file</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Cool_Edit_/_Audition_Multi_Track_Session_file"/>
				<updated>2025-07-26T08:09:24Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|ses}}&lt;br /&gt;
|wikidata={{wikidata|Q27959833}}&lt;br /&gt;
|pronom={{PRONOM|fmt/1498}}&lt;br /&gt;
}}&lt;br /&gt;
Multi Track Session file for [[Audition]] and [[Cool Edit]] to save multi track sessions.&lt;br /&gt;
&lt;br /&gt;
==File Information==&lt;br /&gt;
The file itself does not contain audio data but rather settings of a multi track session such as number of tracks, wave position, amplification, equalizing, effects, etc.&lt;br /&gt;
&lt;br /&gt;
Cool Edit was bought by Adobe in 2003, renamed to Audition and used the .SES binary format until CS5.5, then switched to the [[Audition|.SESX]] format.&lt;br /&gt;
&lt;br /&gt;
===Format Identification===&lt;br /&gt;
.SES files begin with the ascii {{magic|COOLNESS}} for the first 8 bytes&lt;br /&gt;
&lt;br /&gt;
==Sample Files==&lt;br /&gt;
* [https://archive.org/details/adobe-audition-v-1-5-2004 Audition 1.5 Samples]&lt;br /&gt;
* [ftp://ftp.adobe.com/pub/adobe/audition/Sessions/ Adobe FTP with sample sessions]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://en.wikipedia.org/wiki/Adobe_Audition Wikipedia Adobe Audition]&lt;br /&gt;
* http://www.sonorus.com/cooledit/cooledit.html&lt;br /&gt;
* [https://www.aatranslator.com.au/ses2sesx.html SES to SESX converter] (not free, available to buy via Adobe Exchange)&lt;br /&gt;
* http://filext.com/file-extension/SES&lt;br /&gt;
* http://www.fileinfo.com/extension/ses&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Adaptive_Multi-Rate_WideBand_Audio</id>
		<title>Adaptive Multi-Rate WideBand Audio</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Adaptive_Multi-Rate_WideBand_Audio"/>
				<updated>2025-05-12T10:26:03Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|awb}}&lt;br /&gt;
|mimetype={{mimetype|audio/AMR-WB}}&lt;br /&gt;
|pronom={{PRONOM|fmt/954}}&lt;br /&gt;
}}&lt;br /&gt;
'''Adaptive Multi-Rate WideBand Audio''' is an audio compression format.&lt;br /&gt;
&lt;br /&gt;
==File Identification==&lt;br /&gt;
The first 8 bytes of an AWB is the hex values {{magic|23 21 41 4d 52 2d 57 42}} or ASCII {{magic|#!AMR-WB}}&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
Parole Media Player can play on Ubuntu but now other software can play them as well.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Quite_OK_Audio</id>
		<title>Quite OK Audio</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Quite_OK_Audio"/>
				<updated>2025-05-12T10:17:10Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|qoa}}&lt;br /&gt;
|wikidata={{wikidata|Q116625837}}&lt;br /&gt;
|released=2023&lt;br /&gt;
}}&lt;br /&gt;
Created by the same developer as the [[Quite OK Image Format]], the Quite OK Audio format was developed to be a middle ground, good enough, audio format.&amp;lt;ref&amp;gt;https://twitter.com/phoboslab/status/1621121563436146693&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://phoboslab.org/log/2023/02/qoa-time-domain-audio-compression&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==File Information==&lt;br /&gt;
'''QOA''' files have an 8 byte header, with the first 4 bytes having the ASCII values {{magic|qoaf}}.&amp;lt;ref&amp;gt;https://github.com/phoboslab/qoa/blob/master/qoa.h&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://qoaformat.org/qoa-specification-draft-01.pdf&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software and Samples==&lt;br /&gt;
* [https://github.com/phoboslab/qoa QOA Github repository]&lt;br /&gt;
* [https://qoaformat.org/samples/qoa_test_samples_2023_02_18.zip] -&amp;gt; *.qoa&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Wrapster</id>
		<title>Wrapster</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Wrapster"/>
				<updated>2025-05-12T10:09:37Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Cleaned up!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Encryption&lt;br /&gt;
|subcat2=Obfuscation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Wrapster''' is a way to share non-music files on a music-sharing service by converting them to an [[MP3]] file.&lt;br /&gt;
&lt;br /&gt;
It also serves as a MP3 wrapper, so you can create wrapped MP3 files from a selection of songs in MP3 format. It plays in most MP3 players, and you can open with Wrapster and extract the individual songs out of it.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20130510023437/http://www.unwrapper.com/ Archived homepage (v3, v2.1, UnWrapper)]&lt;br /&gt;
* [https://archive.org/details/wrapster v1.0 download]&lt;br /&gt;
* [https://ia803406.us.archive.org/33/items/wrapster/Help.txt v1.0 help file]&lt;br /&gt;
* [https://www.computerworld.com/article/2596104/napster-trap.html Computerworld article]&lt;br /&gt;
* [https://www.cnet.com/tech/services-and-software/napster-hack-allows-free-distribution-of-software-movies/ CNET article]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[MP3 wrapper]]&lt;br /&gt;
[[Category:Audio and Music]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:MihaiPopa7</id>
		<title>User:MihaiPopa7</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:MihaiPopa7"/>
				<updated>2025-05-12T10:07:56Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello! I'm Popa Mihai, 14 years old. Welcome to my user page!&lt;br /&gt;
&lt;br /&gt;
My project is to fix case, syntax, spelling &amp;amp; grammar mistakes, typos and to discover new file formats &amp;amp; create categories.&lt;br /&gt;
&lt;br /&gt;
== My pages ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;M* after the link indicates that is my own format.&lt;br /&gt;
&lt;br /&gt;
=== Audio formats ===&lt;br /&gt;
* [[LB]] (Low Bitrate)&lt;br /&gt;
* [[Encodec]]&lt;br /&gt;
* [[Codec2]]&lt;br /&gt;
=== Executable envelopes ===&lt;br /&gt;
* [[READMAKE]]&lt;br /&gt;
=== Archives ===&lt;br /&gt;
* [[HRA]] *M*&lt;br /&gt;
=== Graphics ===&lt;br /&gt;
* [[JPEGT]] *M*&lt;br /&gt;
=== Saved Games ===&lt;br /&gt;
* [[Minesweeper saved game]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
I discover a new file format per 1–12 months or shorter/longer, and I make a edit per 1–30 days or shorter/longer.&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ASCOM</id>
		<title>ASCOM</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ASCOM"/>
				<updated>2025-02-11T05:33:36Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Executable envelopes&lt;br /&gt;
|extensions={{ext|com}}&lt;br /&gt;
|released=≤1995&lt;br /&gt;
}}&lt;br /&gt;
:''Not to be confused with [[Asc2Com]].''&lt;br /&gt;
&lt;br /&gt;
'''ASCOM''' is a DOS utility that converts a text file to a [[DOS executable (.com)|COM]] file that, when executed, displays the text in a viewer. It was developed by Kevin Tseng.&lt;br /&gt;
&lt;br /&gt;
See also [[XDOC (JauMing Tseng)|XDOC]], a similar utility by the same author.&lt;br /&gt;
&lt;br /&gt;
The original document can be recovered by running the COM file in a DOS environment, and pressing &amp;quot;W&amp;quot; to &amp;quot;write&amp;quot; to a file.&lt;br /&gt;
&lt;br /&gt;
The original document can be printed by running the COM file in a DOS environment, and pressing &amp;quot;W&amp;quot;, then typing &amp;quot;PRN&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
Except in early versions, the embedded text is obfuscated. For v1.0f at least, each byte is XORed with 0x01.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
''(TODO)''&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* {{CdTextfiles|cleanhpvac/ASCOM10F.ARJ|ASCOM v1.0f}} (The main program, ASCOM.COM is converted using some sort of new [[com2txt]] version)&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Pono</id>
		<title>Pono</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Pono"/>
				<updated>2025-02-10T06:52:47Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|released=2014&lt;br /&gt;
}}&lt;br /&gt;
'''Pono''' was said to be a proprietary audio file format being launched at the SXSW festival in Austin, Texas in 2014, backed by musician Neil Young, with files available only from a single music store, and only playable at full quality on a specialized music player (though apparently they could be exported in lower-quality form into formats supported by other music players). Thus, Young was reportedly attempting to create a walled-garden digital music ecosystem. Supposedly the sound quality would be better than other digital music, though critics questioned whether there's sufficient market for something like this which is too expensive for casual listeners but probably still not high enough in quality for the high-end audiophiles, who are fanatical about only using their preferred audio components at all stages of the process (including exorbitantly-priced cables and connectors), and aren't likely to be satisfied with the non-interoperable proprietary hardware of this system.&lt;br /&gt;
&lt;br /&gt;
However, the service is actually using [[FLAC]] format, which is nonproprietary and has no [[DRM]] (digital rights management), so much of the press commentary is in fact off-base (snake oil).&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://ponomusic.com/ Official site]&lt;br /&gt;
* [http://neilyoungnews.thrasherswheat.org/2014/03/press-release-pono-launch-sxsw-by-neil.html PRESS RELEASE: PONO Launch @ SXSW by Neil Young]&lt;br /&gt;
* [http://evolver.fm/2013/08/13/neil-youngs-pono-ecosystem-will-put-a-freemium-on-sound-quality/ Neil Young’s Pono Ecosystem Will Put a ‘Freemium’ on Sound Quality]&lt;br /&gt;
* [http://rocknerd.co.uk/2014/03/10/neil-young-launches-new-music-player-based-on-magic-beans-and-unicorn-poop/ Neil Young launches new music player based on magic beans and unicorn poop.]&lt;br /&gt;
* [https://fileformats.wordpress.com/2015/01/19/pono/ Pono's file format (mentions that it is actually FLAC)]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Panasonic_VM1</id>
		<title>Panasonic VM1</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Panasonic_VM1"/>
				<updated>2025-02-10T06:52:06Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* File Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|extensions={{ext|vm1}}&lt;br /&gt;
|wikidata={{wikidata|Q111355412}}&lt;br /&gt;
}}&lt;br /&gt;
Panasonic IC digital voice recorders, such as the Panasonic RR series, record to a compressed proprietary audio format with the extension '''VM1'''&amp;lt;ref&amp;gt;https://av.jpn.support.panasonic.com/support/global/cs/soft/connect/ve_edition.html&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==File Information==&lt;br /&gt;
'''VM1''' files are transferred to a Windows computer using Voice Editor software, where they can be converted to [[WAVE]]&amp;lt;ref&amp;gt;https://av.jpn.support.panasonic.com/support/global/cs/soft/faq/vs_answer.html&amp;lt;/ref&amp;gt;. Files are saved with the naming pattern of &amp;quot;MOB001.VM1&amp;quot;&amp;lt;ref&amp;gt;https://forum.dbpoweramp.com/showthread.php?6768-VM1-file&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Format Information===&lt;br /&gt;
'''VM1''' files can begin with the ASCII &amp;quot;{{magic|Panasonic SD Voice}}&amp;quot; and seem to use encoding by the name of ADPCM2&amp;lt;ref&amp;gt;https://wiki.multimedia.cx/index.php/Panasonic_SD_Voice&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Software &amp;amp; Samples==&lt;br /&gt;
* [https://archive.org/details/panasonic-voice-editor-2-v-1-2002 Voice Editor 2 Software]&lt;br /&gt;
* [https://samples.ffmpeg.org/A-codecs/pvc/ VM1 &amp;amp; PVC Samples]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ASCOM</id>
		<title>ASCOM</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ASCOM"/>
				<updated>2025-02-10T06:33:29Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Executable envelopes&lt;br /&gt;
|extensions={{ext|com}}&lt;br /&gt;
|released=≤1995&lt;br /&gt;
}}&lt;br /&gt;
:''Not to be confused with [[Asc2Com]].''&lt;br /&gt;
&lt;br /&gt;
'''ASCOM''' is a DOS utility that converts a text file to a [[DOS executable (.com)|COM]] file that, when executed, displays the text in a viewer. It was developed by Kevin Tseng.&lt;br /&gt;
&lt;br /&gt;
See also [[XDOC (JauMing Tseng)|XDOC]], a similar utility by the same author.&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
Except in early versions, the embedded text is obfuscated. For v1.0f at least, each byte is XORed with 0x01.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
''(TODO)''&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* {{CdTextfiles|cleanhpvac/ASCOM10F.ARJ|ASCOM v1.0f}} (The main program, ASCOM.COM is converted using some sort of new [[com2txt]] version)&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Talk:GRABBER</id>
		<title>Talk:GRABBER</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Talk:GRABBER"/>
				<updated>2025-01-19T02:46:29Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: /* Question! */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2 released versions found==&lt;br /&gt;
@[[User:Jsummers|Jsummers]], there are also 2 released versions, 3.77 and 3.81, which wasn't found by you, but I found them now and added! Happy birthday (as a joke)! [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 06:41, 26 August 2024 (UTC)&lt;br /&gt;
:Also, v3.90! WOW, I HAVE SUCH GOOD EYES AND SEARCHING OF GRABBER VERSIONS. [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 08:07, 26 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks. I knew there were more versions, but I was focused on the ones that make COM files. We should be able to find nearly all the surviving shareware versions using [https://discmaster.textfiles.com/ DiscMaster].&lt;br /&gt;
:Having more than one download link for the same version can be useful sometimes, but I think it's possible you're overdoing it. -[[User:Jsummers|Jsummers]] ([[User talk:Jsummers|talk]]) 17:24, 27 August 2024 (UTC)&lt;br /&gt;
::''Having more than one download link for the same version can be useful sometimes, but I think it's possible you're overdoing it.'' - Moved to a sepearte page, also found v3.93, adding it shortly! [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 02:05, 28 August 2024 (UTC)&lt;br /&gt;
::Also, v3.70 and v3.92, both 3 searched using DiscMaster! Good job! [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 02:18, 28 August 2024 (UTC)&lt;br /&gt;
::Done adding the 3 versions! [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 02:24, 28 August 2024 (UTC)&lt;br /&gt;
::New version! v3.84. Adding it shortly... [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 05:09, 28 August 2024 (UTC)&lt;br /&gt;
:::Done adding 3.84! Waiting for response... [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 05:12, 28 August 2024 (UTC)&lt;br /&gt;
::::Done adding 3.73! [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 01:26, 29 August 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Question! ==&lt;br /&gt;
&lt;br /&gt;
Do you know about more GRABBER versions? Waiting for Jsummers. [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 02:46, 19 January 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Talk:Font_Mania_(REXXCOM)</id>
		<title>Talk:Font Mania (REXXCOM)</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Talk:Font_Mania_(REXXCOM)"/>
				<updated>2025-01-17T03:48:43Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;Do you know about more Font Mania sample fonts? ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Do you know about more Font Mania sample fonts? [[User:MihaiPopa7|MihaiPopa7]] ([[User talk:MihaiPopa7|talk]]) 03:48, 17 January 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Picture_Publisher</id>
		<title>Picture Publisher</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Picture_Publisher"/>
				<updated>2024-12-22T05:34:34Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|pp4}}, {{ext|pp5}}, {{ext|ppf}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/176}}, {{PRONOM|x-fmt/85}}, {{PRONOM|fmt/1360}}&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
'''Picture Publisher''' is a discontinued graphics application from Micrografx who purchased the product from Astral in 1991&amp;lt;ref&amp;gt;https://www.cbronline.com/news/micrografx_buys_astral_for_its_picture_publisher/&amp;lt;/ref&amp;gt;, later purchased in 2001 by Corel&amp;lt;ref&amp;gt;https://web.archive.org/web/20030221152618/http://www3.corel.com/cgi-bin/gx.cgi/AppLogic+FTContentServer?pagename=Corel/PressRelease/Details&amp;amp;id=ZZZZ8DJU86T&amp;lt;/ref&amp;gt;. After the acquisition by Corel, it was supported briefly, then quietly phased out in favor of [[Corel Photo-Paint image|Corel Photo-Paint]]. This article is about its native raster graphics format which didn't exist until version 4. [[CorelDRAW]] supports all 3 formats, but not in the latest 64bit versions&amp;lt;ref&amp;gt;http://product.corel.com/help/CorelDRAW/540223850/Main/EN/Documentation/wwhelp/wwhimpl/common/html/wwhelp.htm#href=CorelDRAW-Other-file-formats.html#4057796&amp;amp;single=true&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==File Identification==&lt;br /&gt;
* PP4 - Picture Publisher version 4 file headers begin with a similar sequence as [[TIFF]]  {{magic|49 49 02 01}}, and seem to have a TIFF marker later around byte 52. May be same format as MicroGrafx Crayola ART format&amp;lt;ref&amp;gt;https://archive.org/download/Crayola_Art_Studio_2_Micrografx_1995/Crayola%20Art%20Studio%202%20%28Micrografx%29%20%281995%29.ISO/FILES%2FBOARDW01.ART&amp;lt;/ref&amp;gt;&lt;br /&gt;
* PP5 - Picture Publisher version 5 file headers begin with {{magic|50 50 55 42 49 49}} or &amp;quot;PPUBII&amp;quot; in ASCII. &lt;br /&gt;
* PPF - Picture Publisher version 6-10 files are based on [[Microsoft Compound File]] format, with a &amp;quot;Contents&amp;quot; file within the container with the same format as PP5 files.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[XnView]] - Claims to support PP4, PP5.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [https://archive.org/download/micro-grafx-picture-publisher-8-1998/MicroGrafx_PicturePublisher8_1998.iso/Tutorial%2FAR1.PPF PPF Sample File]&lt;br /&gt;
* {{DexvertSamples|image/picturePublisher}}&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [https://web.archive.org/web/20011205234314/http://www.micrografx.com/mgxproducts/picturepublisher/prodinfo.asp MicroGrafx Picture Publisher 10 (archived)]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft Compound File]]&lt;br /&gt;
[[Category:Micrografx]]&lt;br /&gt;
[[Category:Corel]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.frq</id>
		<title>Category:File formats with extension .frq</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.frq"/>
				<updated>2024-12-04T06:09:35Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: Created page with &amp;quot;F&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|F]]&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Hemera_Photo-Object</id>
		<title>Hemera Photo-Object</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Hemera_Photo-Object"/>
				<updated>2024-11-16T11:16:40Z</updated>
		
		<summary type="html">&lt;p&gt;MihaiPopa7: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|hpi}}&lt;br /&gt;
|wikidata={{wikidata|Q71264900}}&lt;br /&gt;
}}&lt;br /&gt;
'''Hemera Photo-Object''' is a raster image format used by Hemera Technologies in their clip art software titles.&lt;br /&gt;
&lt;br /&gt;
Hemera's Photo-Objects image format is similar to other formats sometimes referred to as images with transparency or images that have an associated Mask or Alpha Channel. Unlike typical photographic quality image formats that support transparency, Hemera's Photo-Object image format (.HPI) uses little disk space which allows thousands of images to be contained on a single CD-ROM.&lt;br /&gt;
&lt;br /&gt;
Hemera's Photo-Objects are totally background independent meaning that each image can be placed on top of any other background. You can drag and drop the image into your wordprocessor, presentations program, or graphics application or use the Export Wizard included with Photo-Objects. &amp;lt;ref&amp;gt;https://web.archive.org/web/20001210081300/http://www.hemera.com/products/whatspo.htm&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Turns out the HPI Photo-Object format is simply a JFIF with an attached PNG mask. A perl script has been written to convert the format to its base [[JPEG]] &amp;amp; [[PNG]] formats.&amp;lt;ref&amp;gt;https://etgdesign.com/programming/hpi-extractor&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hemera Technologies bought rights to all Corel Photos, Clipart in the year 2000. &amp;lt;ref&amp;gt;https://web.archive.org/web/20000815203202/http://www.corel.com/news/2000/july/july_17_2000.htm&amp;lt;/ref&amp;gt; and the successor (well, by [[User:MihaiPopa7|me]]) is [[JPEGT]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[HTA (Hemera)]]&lt;br /&gt;
&lt;br /&gt;
==File Identification==&lt;br /&gt;
&lt;br /&gt;
The HPI file format header begins with hex values &amp;quot;{{magic|89 48 50 49 0d 0a 1a 0a}}&amp;quot;. The embedded JPEG usually starts at byte 32.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
* [[XnView]]&lt;br /&gt;
* [https://archive.org/details/hemerabboadisk01 Hemera Big Box of Art]&lt;br /&gt;
* [https://etgdesign.com/programming/hpi-extractor HPI Image Extractor]&lt;br /&gt;
* [https://web.archive.org/web/20001209195400/http://www.hemera.com/downloads/trialpoeng.htm Trial Photo-Object software and Samples]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [https://archive.org/details/Hemera_100_000_Photo_ClipArt_7_CDs_Set_WinMac_2002_Eng Hemera 100 000 Photo ClipArt 7 CDs Set]&lt;br /&gt;
* {{DexvertSamples|image/hpi}}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>MihaiPopa7</name></author>	</entry>

	</feed>