<?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=Vivivi</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=Vivivi"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Vivivi"/>
		<updated>2026-04-22T09:47:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/YAML</id>
		<title>YAML</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/YAML"/>
				<updated>2026-03-15T07:36:48Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Added .yml extension and application/yaml media type&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Serialization&lt;br /&gt;
|extensions={{ext|yaml}}, {{ext|yml}}&lt;br /&gt;
|mimetypes={{mimetype|application/yaml}}&lt;br /&gt;
|pronom={{PRONOM|fmt/818}}&lt;br /&gt;
}}&lt;br /&gt;
'''YAML''' (YAML Ain’t Markup Language) is a serialization format.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.yaml.org/spec/1.2/spec.html Spec]&lt;br /&gt;
* [http://www.yaml.org/ Official website]&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/APNG</id>
		<title>APNG</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/APNG"/>
				<updated>2025-08-07T02:37:40Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: MIME types: added image/apng. Browser support: Updated Blink support. Specifications: Added link to APNG within PNG spec 3rd edition.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|png}}&lt;br /&gt;
|mimetypes={{mimetype|image/vnd.mozilla.apng}}, {{mimetype|image/png}}, {{mimetype|image/apng}}&lt;br /&gt;
|kaitai struct=png&lt;br /&gt;
|pronom={{PRONOM|fmt/935}}&lt;br /&gt;
}}&lt;br /&gt;
[[APNG]] is an unofficial extension of the [[PNG]] image format. It supports animation similar to animated [[GIF]]. The Mozilla Corporation was involved in its development.&lt;br /&gt;
&lt;br /&gt;
APNG files are valid PNG files. When an APNG file is viewed in a program that does not support the APNG extensions, it will appear as a still image chosen by the creator of the APNG file.&lt;br /&gt;
&lt;br /&gt;
APNG supports 24-bit color and 8-bit transparency, whereas  GIF supports 256 colors per image palette and binary transparency.&lt;br /&gt;
&lt;br /&gt;
== Browser support ==&lt;br /&gt;
APNG is supported on Mozilla Firefox (Gecko layout engine) as of version 3.0 (June 17, 2008), Safari (WebKit layout engine) as of version 8.0 (October 16, 2014), and Chrome (Blink layout engine) as of version 59 (June 5, 2017). It's also supported on Firefox for Android and iOS Safari.&lt;br /&gt;
&lt;br /&gt;
Blink layout engine based browsers like Google Chrome (pre version 59) and Opera (post version 15, pre version 46) require an add-on to render APNG files. &lt;br /&gt;
&lt;br /&gt;
It was supported natively on Opera (Presto layout engine) from version 9.5 (June 12, 2008) through version 12.17 (April 23, 2014). Support was re-added in version 46 (Jun 20, 2017) when the Blink layout engine added APNG support.&lt;br /&gt;
&lt;br /&gt;
Microsoft Internet Explorer (Trident layout engine) does not support APNG.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[MNG]]&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [https://wiki.mozilla.org/APNG_Specification APNG Specification]&lt;br /&gt;
* [https://www.w3.org/TR/png/#apng-frame-based-animation PNG specification § 4.9]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://littlesvr.ca/apng/samples.html&lt;br /&gt;
* http://people.mozilla.com/~dolske/apng/demo.html&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[XnView]]&lt;br /&gt;
* [[Tom's Editor]] (it's an image editor so displays only the first frame)&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [[Wikipedia:APNG|Wikipedia article]]&lt;br /&gt;
* [[Konvertor]]&lt;br /&gt;
* [https://sites.google.com/site/cphktool/apng-anime-maker APNG Anime Maker, free software for creating APNG's]&lt;br /&gt;
&lt;br /&gt;
[[Category:Animation]]&lt;br /&gt;
[[Category:Mozilla]]&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Adobe_Universal_Container_Format</id>
		<title>Adobe Universal Container Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Adobe_Universal_Container_Format"/>
				<updated>2025-06-17T19:29:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Added category &amp;quot;ZIP based file formats&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| subcat           = Metaformats&lt;br /&gt;
| compression      = Optional [[DEFLATE]]&lt;br /&gt;
| extended from    = EPUB&lt;br /&gt;
| extended to      = [[IDML]], [[PDFXML]], [[Research Object Bundle]]&lt;br /&gt;
| developed by     = Adobe&lt;br /&gt;
| released         = 2006&lt;br /&gt;
| spec = [//web.archive.org/web/1im_/wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf#p393 Pages 394–415 of IDML specification]&lt;br /&gt;
}}&lt;br /&gt;
The Universal Container Format (UCF) was developed by Adobe for use in [[PDFXML]]. It is based on the Open Container Format (OCF) used in [[EPUB]], itself based on [[OpenDocument]]. It is a subset of [[ZIP]], specifying a mandatory initial uncompressed &amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt; file, an optional &amp;lt;code&amp;gt;META-INF&amp;lt;/code&amp;gt; folder containing [[XML]] files, and other restrictions on file names and compression methods.&lt;br /&gt;
&lt;br /&gt;
It can contain [[XMP]] metadata in the file &amp;lt;code&amp;gt;META-INF/metadata.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some formats include &amp;lt;code&amp;gt;+zip&amp;lt;/code&amp;gt; at the end of the &amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt; file's contents, and some do not.&lt;br /&gt;
&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Adobe_Universal_Container_Format</id>
		<title>Adobe Universal Container Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Adobe_Universal_Container_Format"/>
				<updated>2025-06-17T18:07:25Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Added to first paragraph&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| subcat           = Metaformats&lt;br /&gt;
| compression      = Optional [[DEFLATE]]&lt;br /&gt;
| extended from    = EPUB&lt;br /&gt;
| extended to      = [[IDML]], [[PDFXML]], [[Research Object Bundle]]&lt;br /&gt;
| developed by     = Adobe&lt;br /&gt;
| released         = 2006&lt;br /&gt;
| spec = [//web.archive.org/web/1im_/wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf#p393 Pages 394–415 of IDML specification]&lt;br /&gt;
}}&lt;br /&gt;
The Universal Container Format (UCF) was developed by Adobe for use in [[PDFXML]]. It is based on the Open Container Format (OCF) used in [[EPUB]], itself based on [[OpenDocument]]. It is a subset of [[ZIP]], specifying a mandatory initial uncompressed &amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt; file, an optional &amp;lt;code&amp;gt;META-INF&amp;lt;/code&amp;gt; folder containing [[XML]] files, and other restrictions on file names and compression methods.&lt;br /&gt;
&lt;br /&gt;
It can contain [[XMP]] metadata in the file &amp;lt;code&amp;gt;META-INF/metadata.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some formats include &amp;lt;code&amp;gt;+zip&amp;lt;/code&amp;gt; at the end of the &amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt; file's contents, and some do not.&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:Vivivi</id>
		<title>User:Vivivi</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:Vivivi"/>
				<updated>2025-06-17T07:56:50Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;User № 2⁹−1.&lt;br /&gt;
&lt;br /&gt;
I like learning about file formats.&lt;br /&gt;
&lt;br /&gt;
https://viatrix.computer&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Metaformats</id>
		<title>Metaformats</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Metaformats"/>
				<updated>2025-06-17T07:34:51Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Added Adobe Universal Container Format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=Metaformats&lt;br /&gt;
|image=Meta-relative-motion.jpg&lt;br /&gt;
}}&lt;br /&gt;
A '''metaformat''' (or '''meta format''') is a generic low-level file format used as a basis for defining high-level file formats.&lt;br /&gt;
&lt;br /&gt;
Whether a format is a metaformat is ultimately a judgment call. There are no definitive answers to questions like: What is the difference between a ''container'' format and a metaformat? Or a [[serialization]] format and a metaformat? Is [[CSV]] a metaformat, or is it a database or a spreadsheet format? Should [[TIFF]] and [[PDF]] be considered to be metaformats, given all the subformats of them that have been defined?&lt;br /&gt;
&lt;br /&gt;
Another reasonable, but different, definition of ''metaformat'' is &amp;quot;a format that describes other formats&amp;quot;. For those formats, see [[Schema formats]].&lt;br /&gt;
&lt;br /&gt;
== Formats that implement other formats ==&lt;br /&gt;
* [[Adobe Universal Container Format]]&lt;br /&gt;
* [[Binary XML]]&lt;br /&gt;
* [[Boxes/atoms format]]&lt;br /&gt;
* [[EBML]]&lt;br /&gt;
* [[Hamster archive]]&lt;br /&gt;
* [[IFF]]&lt;br /&gt;
* [[ISO Base Media File Format]]&lt;br /&gt;
* [[JSON]]&lt;br /&gt;
* [[Microsoft Compound File]]&lt;br /&gt;
* [[ODL (NASA Object Description Language)]]&lt;br /&gt;
* [[Palm OS Database]]&lt;br /&gt;
* [[RIFF]]&lt;br /&gt;
* [[RIFX]]&lt;br /&gt;
* [[SGML]]&lt;br /&gt;
* [[Softdisk Publishing UDF files]]&lt;br /&gt;
* [[SQLite]]&lt;br /&gt;
* [[XCDL]] (part of XCL project)&lt;br /&gt;
* [[XML]]&lt;br /&gt;
* [[ZIP]]&lt;br /&gt;
&lt;br /&gt;
== Other &amp;quot;formats about formats&amp;quot; ==&lt;br /&gt;
* [[Format Policy Registry]] (FPR) - used by Archivematica to indicate how to handle file formats&lt;br /&gt;
* [[KFP]] Preflight Profile (for validating [[PDF]] files) [https://helpx.adobe.com/acrobat/using/preflight-profiles-acrobat-pro.html]&lt;br /&gt;
&lt;br /&gt;
See also [[Schema formats]].&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.w3.org/standards/webarch/metaformats W3C: Meta formats]&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Adobe_Universal_Container_Format</id>
		<title>Adobe Universal Container Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Adobe_Universal_Container_Format"/>
				<updated>2025-06-17T07:32:45Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| subcat           = Metaformats&lt;br /&gt;
| compression      = Optional [[DEFLATE]]&lt;br /&gt;
| extended from    = EPUB&lt;br /&gt;
| extended to      = [[IDML]], [[PDFXML]], [[Research Object Bundle]]&lt;br /&gt;
| developed by     = Adobe&lt;br /&gt;
| released         = 2006&lt;br /&gt;
| spec = [//web.archive.org/web/1im_/wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf#p393 Pages 394–415 of IDML specification]&lt;br /&gt;
}}&lt;br /&gt;
The Universal Container Format (UCF) was developed by Adobe for use in [[PDFXML]]. It is based on the Open Container Format (OCF) used in [[EPUB]], itself based on [[OpenDocument]]. It specifies a mandatory initial uncompressed &amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt; file, and an optional &amp;lt;code&amp;gt;META-INF&amp;lt;/code&amp;gt; folder containing [[XML]] files.&lt;br /&gt;
&lt;br /&gt;
It can contain [[XMP]] metadata in the file &amp;lt;code&amp;gt;META-INF/metadata.xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Some formats include &amp;lt;code&amp;gt;+zip&amp;lt;/code&amp;gt; at the end of the &amp;lt;code&amp;gt;mimetype&amp;lt;/code&amp;gt; file's contents, and some do not.&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/X-Face</id>
		<title>X-Face</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/X-Face"/>
				<updated>2024-08-28T22:27:34Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: /* Software */ Added x-face-el&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|face}}, {{ext|xface}}&lt;br /&gt;
|released=~1990&lt;br /&gt;
| spec = https://purl.org/x-face-spec&lt;br /&gt;
}}&lt;br /&gt;
'''X-Face''' is a compressed image format that can be placed in an email or Usenet newsgroup message header. It is expected to contain the sender's picture or avatar. It is a 48×48 bi-level image. The format appears to be fairly complex, and probably uses [[arithmetic coding]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Although X-Face data is often expected to be stored in a file, there isn't really a standard X-Face file format. The main thing to be aware of is that sometimes the &amp;quot;X-Face:&amp;quot; header name is stored in the file, and sometimes it is not. Different software has different requirements.&lt;br /&gt;
&lt;br /&gt;
File extensions '''.face''' and '''.xface''' have both been suggested. Sometimes, X-Face data will be in a file named &amp;quot;.face&amp;quot; in the user's home directory.&lt;br /&gt;
&lt;br /&gt;
Most or all X-Face code is based on James Ashton's ''Compface'' software, and Compface's code is fairly opaque. [https://purl.org/x-face-spec A specification] has been written by reverse-engineering Compface.&lt;br /&gt;
&lt;br /&gt;
== Compface intermediate format ==&lt;br /&gt;
The Compface software by default converts X-Face to and from the [[Ikon]] format. It only supports 48×48 images with a bit depth of 1. Most implementations use 16-bit words but one implementation[http://kinzler.com/ftp/faces/compface-win/] uses 8-bit words.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Compface&lt;br /&gt;
** [http://ibiblio.org/pub/linux/apps/graphics/convert/compface-1.4.tar.gz compface-1.4.tar.gz] (&amp;lt;code&amp;gt;uncompface -X&amp;lt;/code&amp;gt; to convert to [[XBM]] format)&lt;br /&gt;
** [http://ftp.xemacs.org/xemacs/aux/compface-1.5.2.tar.gz compface-1.5.2.tar.gz]&lt;br /&gt;
** [https://ftp.ussg.iu.edu/solaris/freeware/SOURCES/compface-25Jan90.tar.gz compface-25Jan90.tar.gz]&lt;br /&gt;
** [http://kinzler.com/ftp/faces/compface-win/ X-Faces for Windows 95/NT]&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
* {{Deark}}&lt;br /&gt;
* [http://www.dairiki.org/xface/ Online X-Face Converter]&lt;br /&gt;
* [https://packages.debian.org/sid/x-face-el x-face-el] — extends the format, in a manner unsupported by other software, adding colour/greyscale pixels, animation, and larger image sizes&lt;br /&gt;
&lt;br /&gt;
== Samples ==&lt;br /&gt;
* https://dev.mutt.org/trac/wiki/MuttGuide/XFace - Search for &amp;quot;compface tao.xbm&amp;quot;.&lt;br /&gt;
* [http://kinzler.com/ftp/faces/winface/WinFace1_3-src.zip WinFace1_3-src.zip] → WinFace/default_face.txt&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page], &amp;quot;XFACE SUPPORT&amp;quot; section, has an example.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.cs.indiana.edu/ftp/faces/ Faces Archive] - Lists some X-Face resources&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page]&lt;br /&gt;
* [[Wikipedia: X-Face]]&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail, newsgroups, and forums]]&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/X-Face</id>
		<title>X-Face</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/X-Face"/>
				<updated>2024-08-28T21:40:33Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Fixed typoed spec link, and added spec to formatinfo&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|face}}, {{ext|xface}}&lt;br /&gt;
|released=~1990&lt;br /&gt;
| spec = https://purl.org/x-face-spec&lt;br /&gt;
}}&lt;br /&gt;
'''X-Face''' is a compressed image format that can be placed in an email or Usenet newsgroup message header. It is expected to contain the sender's picture or avatar. It is a 48×48 bi-level image. The format appears to be fairly complex, and probably uses [[arithmetic coding]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Although X-Face data is often expected to be stored in a file, there isn't really a standard X-Face file format. The main thing to be aware of is that sometimes the &amp;quot;X-Face:&amp;quot; header name is stored in the file, and sometimes it is not. Different software has different requirements.&lt;br /&gt;
&lt;br /&gt;
File extensions '''.face''' and '''.xface''' have both been suggested. Sometimes, X-Face data will be in a file named &amp;quot;.face&amp;quot; in the user's home directory.&lt;br /&gt;
&lt;br /&gt;
Most or all X-Face code is based on James Ashton's ''Compface'' software, and Compface's code is fairly opaque. [https://purl.org/x-face-spec A specification] has been written by reverse-engineering Compface.&lt;br /&gt;
&lt;br /&gt;
== Compface intermediate format ==&lt;br /&gt;
The Compface software by default converts X-Face to and from the [[Ikon]] format. It only supports 48×48 images with a bit depth of 1. Most implementations use 16-bit words but one implementation[http://kinzler.com/ftp/faces/compface-win/] uses 8-bit words.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Compface&lt;br /&gt;
** [http://ibiblio.org/pub/linux/apps/graphics/convert/compface-1.4.tar.gz compface-1.4.tar.gz] (&amp;lt;code&amp;gt;uncompface -X&amp;lt;/code&amp;gt; to convert to [[XBM]] format)&lt;br /&gt;
** [http://ftp.xemacs.org/xemacs/aux/compface-1.5.2.tar.gz compface-1.5.2.tar.gz]&lt;br /&gt;
** [https://ftp.ussg.iu.edu/solaris/freeware/SOURCES/compface-25Jan90.tar.gz compface-25Jan90.tar.gz]&lt;br /&gt;
** [http://kinzler.com/ftp/faces/compface-win/ X-Faces for Windows 95/NT]&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
* {{Deark}}&lt;br /&gt;
* [http://www.dairiki.org/xface/ Online X-Face Converter]&lt;br /&gt;
&lt;br /&gt;
== Samples ==&lt;br /&gt;
* https://dev.mutt.org/trac/wiki/MuttGuide/XFace - Search for &amp;quot;compface tao.xbm&amp;quot;.&lt;br /&gt;
* [http://kinzler.com/ftp/faces/winface/WinFace1_3-src.zip WinFace1_3-src.zip] → WinFace/default_face.txt&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page], &amp;quot;XFACE SUPPORT&amp;quot; section, has an example.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.cs.indiana.edu/ftp/faces/ Faces Archive] - Lists some X-Face resources&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page]&lt;br /&gt;
* [[Wikipedia: X-Face]]&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail, newsgroups, and forums]]&lt;/div&gt;</summary>
		<author><name>Vivivi</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>2024-08-28T21:36:13Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: /* Raster Graphics Formats */ Added Plan 9 Image&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;
* [[GIF]]&lt;br /&gt;
* [[GIFV]]&lt;br /&gt;
* [[GFY]]&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;
* [[iCEDraw]] (.idf)&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;
&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;
* [[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]] (.icl)&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;
* [[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;
* [[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;
* [[Blazing Paddles]] (.pi, .wnd)&lt;br /&gt;
* [[BIF (byLight)]]&lt;br /&gt;
* [[BIF (Image Alchemy)]]&lt;br /&gt;
* [[BigTIFF]]&lt;br /&gt;
* [[BioRad confocal image]]&lt;br /&gt;
* [[BLP]]&lt;br /&gt;
* [[BMF (Dmitry Shkarin)]]&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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[Pocket PC Theme]] (.tsk)&lt;br /&gt;
* [[Microsoft Comic Chat]]&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;
* [[GST ART]] (.art)&lt;br /&gt;
* [[Haiku Vector Icon Format]]&lt;br /&gt;
* [[Harvard Graphics]]&lt;br /&gt;
* [[IconVG]]&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;
* [[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;
* [[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;
* [[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>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Plan_9_Image</id>
		<title>Plan 9 Image</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Plan_9_Image"/>
				<updated>2024-08-28T21:34:26Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| subcat           = Graphics&lt;br /&gt;
| extensions       = {{Noext}}&lt;br /&gt;
| compression      = Optional LZ77&lt;br /&gt;
| spec             = http://p9f.org/magic/man2html/6/image&lt;br /&gt;
| spec availability= free&lt;br /&gt;
| endianness       = mixed&lt;br /&gt;
| developed by     = Bell Labs&lt;br /&gt;
| released         = 1980s?&lt;br /&gt;
}}&lt;br /&gt;
The Plan 9 image format is used in the ''Plan 9 from Bell Labs'' operating system. It does appear to have been used in Bell Labs before Plan 9's creation, but no name was given to it.&lt;br /&gt;
&lt;br /&gt;
A Plan 9 image file can be either compressed or uncompressed. The uncompressed format starts with 5 groups of 12 bytes indicating image information in plaintext. The compressed format starts with the string &amp;lt;code&amp;gt;compressed\n&amp;lt;/code&amp;gt;, then 7 groups of 12 bytes indicating image information in plaintext. The remainder of the image format is the pixel data itself, formatted as determined by the previous info, either uncompressed, or compressed using LZ77, respectively.&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
* http://p9f.org/magic/man2html/6/image&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/X-Face</id>
		<title>X-Face</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/X-Face"/>
				<updated>2024-08-28T21:18:59Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: /* Compface intermediate format */ Directs to the Ikon format page.&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|face}}, {{ext|xface}}&lt;br /&gt;
|released=~1990&lt;br /&gt;
}}&lt;br /&gt;
'''X-Face''' is a compressed image format that can be placed in an email or Usenet newsgroup message header. It is expected to contain the sender's picture or avatar. It is a 48×48 bi-level image. The format appears to be fairly complex, and probably uses [[arithmetic coding]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Although X-Face data is often expected to be stored in a file, there isn't really a standard X-Face file format. The main thing to be aware of is that sometimes the &amp;quot;X-Face:&amp;quot; header name is stored in the file, and sometimes it is not. Different software has different requirements.&lt;br /&gt;
&lt;br /&gt;
File extensions '''.face''' and '''.xface''' have both been suggested. Sometimes, X-Face data will be in a file named &amp;quot;.face&amp;quot; in the user's home directory.&lt;br /&gt;
&lt;br /&gt;
Most or all X-Face code is based on James Ashton's ''Compface'' software, and Compface's code is fairly opaque. [https://purl.org/x-face/spec A specification] has been written by reverse-engineering Compface.&lt;br /&gt;
&lt;br /&gt;
== Compface intermediate format ==&lt;br /&gt;
The Compface software by default converts X-Face to and from the [[Ikon]] format. It only supports 48×48 images with a bit depth of 1. Most implementations use 16-bit words but one implementation[http://kinzler.com/ftp/faces/compface-win/] uses 8-bit words.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Compface&lt;br /&gt;
** [http://ibiblio.org/pub/linux/apps/graphics/convert/compface-1.4.tar.gz compface-1.4.tar.gz] (&amp;lt;code&amp;gt;uncompface -X&amp;lt;/code&amp;gt; to convert to [[XBM]] format)&lt;br /&gt;
** [http://ftp.xemacs.org/xemacs/aux/compface-1.5.2.tar.gz compface-1.5.2.tar.gz]&lt;br /&gt;
** [https://ftp.ussg.iu.edu/solaris/freeware/SOURCES/compface-25Jan90.tar.gz compface-25Jan90.tar.gz]&lt;br /&gt;
** [http://kinzler.com/ftp/faces/compface-win/ X-Faces for Windows 95/NT]&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
* {{Deark}}&lt;br /&gt;
* [http://www.dairiki.org/xface/ Online X-Face Converter]&lt;br /&gt;
&lt;br /&gt;
== Samples ==&lt;br /&gt;
* https://dev.mutt.org/trac/wiki/MuttGuide/XFace - Search for &amp;quot;compface tao.xbm&amp;quot;.&lt;br /&gt;
* [http://kinzler.com/ftp/faces/winface/WinFace1_3-src.zip WinFace1_3-src.zip] → WinFace/default_face.txt&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page], &amp;quot;XFACE SUPPORT&amp;quot; section, has an example.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.cs.indiana.edu/ftp/faces/ Faces Archive] - Lists some X-Face resources&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page]&lt;br /&gt;
* [[Wikipedia: X-Face]]&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail, newsgroups, and forums]]&lt;/div&gt;</summary>
		<author><name>Vivivi</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>2024-08-28T21:12:27Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: /* Icon, Cursor, and Avatar files */ Added Bell Labs Ikon&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;
* [[GIF]]&lt;br /&gt;
* [[GIFV]]&lt;br /&gt;
* [[GFY]]&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;
* [[iCEDraw]] (.idf)&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;
&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;
* [[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]] (.icl)&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;
* [[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;
* [[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;
* [[Blazing Paddles]] (.pi, .wnd)&lt;br /&gt;
* [[BIF (byLight)]]&lt;br /&gt;
* [[BIF (Image Alchemy)]]&lt;br /&gt;
* [[BigTIFF]]&lt;br /&gt;
* [[BioRad confocal image]]&lt;br /&gt;
* [[BLP]]&lt;br /&gt;
* [[BMF (Dmitry Shkarin)]]&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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[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;
* [[Pocket PC Theme]] (.tsk)&lt;br /&gt;
* [[Microsoft Comic Chat]]&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;
* [[GST ART]] (.art)&lt;br /&gt;
* [[Haiku Vector Icon Format]]&lt;br /&gt;
* [[Harvard Graphics]]&lt;br /&gt;
* [[IconVG]]&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;
* [[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;
* [[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;
* [[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>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Ikon</id>
		<title>Ikon</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Ikon"/>
				<updated>2024-08-28T21:07:14Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Created page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| subcat           = Graphics&lt;br /&gt;
| extensions       = {{Noext}}&lt;br /&gt;
| compression      = lossless&lt;br /&gt;
| magic            = &amp;lt;code&amp;gt;0x&amp;lt;/code&amp;gt;&lt;br /&gt;
| spec             = http://p9f.org/magic/man2html/6/face&lt;br /&gt;
| spec availability= free&lt;br /&gt;
| developed by     = Bell Labs&lt;br /&gt;
| released         = 1985&lt;br /&gt;
}}&lt;br /&gt;
The ikon image format was created in 1985 by Bell Labs for use in the &amp;lt;code&amp;gt;vismon&amp;lt;/code&amp;gt; program.&amp;lt;ref&amp;gt;Pike, R.; Presotto, D. L. (1985). [https://archive.org/details/1985-proceedings-summer-portland/page/81 &amp;quot;Face the Nation&amp;quot;]. ''Summer Conference Proceedings, Portland 1985''. USENIX Association, pp. 81–86.&amp;lt;/ref&amp;gt; It was in use since at least 1985-02.&amp;lt;ref&amp;gt;AT&amp;amp;T Bell Laboratories (1985-02). [https://archive.org/details/unixtimesharingsystemprogrammersmanualeighthedition/page/n667 &amp;quot;Sysmon(9.1)&amp;quot;] ''Unix Time Sharing System: Programmer's Manual, Eighth Edition, Volume 1''.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The format is readable as ASCII plaintext. It consists of comma-separated big-endian hexadecimal words each prefixed with &amp;lt;code&amp;gt;0x&amp;lt;/code&amp;gt;. In the words' binary representation, either every bit or every 2 bits represents a pixel. ''Plan 9 from Bell Labs'' uses a bit depth of two when the 11th (one-indexed) character is an ASCII comma, with a bit depth of one otherwise.&amp;lt;ref&amp;gt;&amp;lt;code&amp;gt;readface()&amp;lt;/code&amp;gt; in [http://9p.io/sources/plan9/sys/src/cmd/faces/facedb.c &amp;lt;code&amp;gt;/sys/src/cmd/faces/facedb.c&amp;lt;/code&amp;gt; of ''Plan 9 from Bell Labs'']&amp;lt;/ref&amp;gt; Each pixel is black when all ones, and white when all zeros. Newline characters are significant; each line represents a row of pixels in the image (resulting in constraints on the image's width). Rows go from top to bottom and the pixels within the rows go from left to right.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
* [http://p9f.org/ Plan 9 from Bell Labs]&lt;br /&gt;
* compface (see [[X-Face#Software]])&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/X-Face</id>
		<title>X-Face</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/X-Face"/>
				<updated>2024-08-28T20:11:38Z</updated>
		
		<summary type="html">&lt;p&gt;Vivivi: Linked to specification&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|face}}, {{ext|xface}}&lt;br /&gt;
|released=~1990&lt;br /&gt;
}}&lt;br /&gt;
'''X-Face''' is a compressed image format that can be placed in an email or Usenet newsgroup message header. It is expected to contain the sender's picture or avatar. It is a 48×48 bi-level image. The format appears to be fairly complex, and probably uses [[arithmetic coding]].&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
Although X-Face data is often expected to be stored in a file, there isn't really a standard X-Face file format. The main thing to be aware of is that sometimes the &amp;quot;X-Face:&amp;quot; header name is stored in the file, and sometimes it is not. Different software has different requirements.&lt;br /&gt;
&lt;br /&gt;
File extensions '''.face''' and '''.xface''' have both been suggested. Sometimes, X-Face data will be in a file named &amp;quot;.face&amp;quot; in the user's home directory.&lt;br /&gt;
&lt;br /&gt;
Most or all X-Face code is based on James Ashton's ''Compface'' software, and Compface's code is fairly opaque. [https://purl.org/x-face/spec A specification] has been written by reverse-engineering Compface.&lt;br /&gt;
&lt;br /&gt;
== Compface intermediate format ==&lt;br /&gt;
The Compface software by default converts X-Face to and from a custom format, which it describes as &amp;quot;48 lines each of 3 sixteen bit hexadecimal integers, comma terminated in C initialiser style.&amp;quot; It looks something like this:&lt;br /&gt;
&lt;br /&gt;
 0x0000,0x0000,0x0000,&lt;br /&gt;
 0x0000,0x4400,0x0000,&lt;br /&gt;
 0x0000,0x7600,0x0000,&lt;br /&gt;
 0x0002,0x6B80,0x0100,&lt;br /&gt;
 0x0006,0x0440,0x0600,&lt;br /&gt;
 0x0008,0x0040,0x0E00,&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
However, at least one implementation[http://kinzler.com/ftp/faces/compface-win/] uses a format that looks like this:&lt;br /&gt;
 0x00,0x00,0x00,0x00,0x00,0x00,&lt;br /&gt;
 0x00,0x00,0x44,0x00,0x00,0x00,&lt;br /&gt;
 0x00,0x00,0x76,0x00,0x00,0x00,&lt;br /&gt;
 0x00,0x02,0x6B,0x80,0x01,0x00,&lt;br /&gt;
 0x00,0x06,0x04,0x40,0x06,0x00,&lt;br /&gt;
 0x00,0x08,0x00,0x40,0x0E,0x00,&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* Compface&lt;br /&gt;
** [http://ibiblio.org/pub/linux/apps/graphics/convert/compface-1.4.tar.gz compface-1.4.tar.gz] (&amp;lt;code&amp;gt;uncompface -X&amp;lt;/code&amp;gt; to convert to [[XBM]] format)&lt;br /&gt;
** [http://ftp.xemacs.org/xemacs/aux/compface-1.5.2.tar.gz compface-1.5.2.tar.gz]&lt;br /&gt;
** [https://ftp.ussg.iu.edu/solaris/freeware/SOURCES/compface-25Jan90.tar.gz compface-25Jan90.tar.gz]&lt;br /&gt;
** [http://kinzler.com/ftp/faces/compface-win/ X-Faces for Windows 95/NT]&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
* {{Deark}}&lt;br /&gt;
* [http://www.dairiki.org/xface/ Online X-Face Converter]&lt;br /&gt;
&lt;br /&gt;
== Samples ==&lt;br /&gt;
* https://dev.mutt.org/trac/wiki/MuttGuide/XFace - Search for &amp;quot;compface tao.xbm&amp;quot;.&lt;br /&gt;
* [http://kinzler.com/ftp/faces/winface/WinFace1_3-src.zip WinFace1_3-src.zip] → WinFace/default_face.txt&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page], &amp;quot;XFACE SUPPORT&amp;quot; section, has an example.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.cs.indiana.edu/ftp/faces/ Faces Archive] - Lists some X-Face resources&lt;br /&gt;
* [http://faces.sourceforge.net/Documents/faces.txt faces man page]&lt;br /&gt;
* [[Wikipedia: X-Face]]&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail, newsgroups, and forums]]&lt;/div&gt;</summary>
		<author><name>Vivivi</name></author>	</entry>

	</feed>