<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2A02%3A3100%3A7FEE%3A1D00%3AB29C%3ADD52%3A612D%3AAC40</id>
	<title>Vero - Wikipedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=2A02%3A3100%3A7FEE%3A1D00%3AB29C%3ADD52%3A612D%3AAC40"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php/Special:Contributions/2A02:3100:7FEE:1D00:B29C:DD52:612D:AC40"/>
	<updated>2026-08-14T18:41:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=JPEG_Network_Graphics&amp;diff=10327</id>
		<title>JPEG Network Graphics</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=JPEG_Network_Graphics&amp;diff=10327"/>
		<updated>2025-10-25T07:34:58Z</updated>

		<summary type="html">&lt;p&gt;2A02:3100:7FEE:1D00:B29C:DD52:612D:AC40: /* Alternatives */There&amp;#039;s a WebP RFC now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Short description|File format for image files}}&lt;br /&gt;
{{More footnotes|date=March 2014}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;JPEG Network Graphics&#039;&#039;&#039; (&#039;&#039;&#039;JNG&#039;&#039;&#039;, {{IPAc-en|ˈ|dʒ|ɪ|ŋ}}) is a [[JPEG]]-based [[graphics file format]] which is closely related to [[Portable Network Graphics|PNG]]: it uses the PNG file structure (with a different signature) as a [[Container format (digital)|container format]] to wrap JPEG-encoded image data.&lt;br /&gt;
&lt;br /&gt;
JNG was created as an adjunct to the [[Multiple-image Network Graphics|MNG]] animation format, but may be used as a stand-alone format. JNG files embed an 8-bit or 12-bit JPEG datastream in order to store color data, and may embed another datastream (1, 2, 4, 8, 16-bit PNG, or 8-bit JPEG [[grayscale image]]) for transparency information. However, a JNG may contain two separate JPEG datastreams for color information (one 8-bit &#039;&#039;&#039;and&#039;&#039;&#039; one 12-bit) to permit decoders that are unable to (or do not wish to) handle 12-bit datastreams to display the 8-bit datastream instead, if one is present.&lt;br /&gt;
&lt;br /&gt;
Version 1.0 of the JNG specification was released on January 31, 2001 (initially as part of the MNG specification). Usually, all the applications supporting the MNG file format can handle JNG files too. For example, [[Konqueror]] has native MNG/JNG support, and MNG/JNG plugins are available for [[Opera (web browser)|Opera]], [[Internet Explorer]], and [[Mozilla Firefox]]. The [[Mozilla Application Suite]] (and hence [[Netscape (web browser)|Netscape]]) originally supported MNG/JNG, but native support was removed in Mozilla 1.5a by developers, and Mozilla has not supported the format since. [[Safari (web browser)|Safari]] does not support MNG/JNG.&lt;br /&gt;
&lt;br /&gt;
JNG enhances the capabilities of the [[JFIF]] format (the usual JPEG file format) by supporting transparency, two consecutive color streams (one 8-bit and the other 12-bit), and other useful PNG features like color correction, gamma correction, embedded color profiles, PNG-style metadata, checksums, etc. The transparency information inside a JNG file (as an [[alpha channel]]) can be saved either in lossless PNG format or in lossy JPEG format. This way, users can benefit from the power of JPEG compression while preserving lossless (PNG-compressed) transparency information.&lt;br /&gt;
&lt;br /&gt;
The chunk-based structure of JNG files is essentially the same as that of PNG files, differing only in the slightly different signature and the use of different chunks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Network Graphics signatures&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;| Name !!colspan=&amp;quot;2&amp;quot;| Signature&lt;br /&gt;
|-&lt;br /&gt;
! [[hexadecimal]] !! [[ASCII]] + [[C0 and C1 control codes|C0, C1]]&lt;br /&gt;
|-&lt;br /&gt;
! PNG&lt;br /&gt;
| &amp;lt;code&amp;gt;89 50 4E 47 0D 0A 1A 0A&amp;lt;/code&amp;gt; || &amp;lt;code title=&amp;quot;HTJ&amp;quot;&amp;gt;0x80&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;[[Horizontal Tab|␉]]&amp;lt;/code&amp;gt;PNG[[Carriage Return|␍]][[Line Feed|␊]][[Substitute character|␚]] ␊&lt;br /&gt;
|-&lt;br /&gt;
! MNG&lt;br /&gt;
| &amp;lt;code&amp;gt;8A 4D 4E 47 0D 0A 1A 0A&amp;lt;/code&amp;gt; || &amp;lt;code title=&amp;quot;VTS&amp;quot;&amp;gt;0x80&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;␊&amp;lt;/code&amp;gt;MNG␍␊␚␊&lt;br /&gt;
|-&lt;br /&gt;
! JNG&lt;br /&gt;
| &amp;lt;code&amp;gt;8B 4A 4E 47 0D 0A 1A 0A&amp;lt;/code&amp;gt; || &amp;lt;code title=&amp;quot;PLD&amp;quot;&amp;gt;0x80&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;[[Vertical Tab|␋]]&amp;lt;/code&amp;gt;JNG␍␊␚␊&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
JNG does not have a registered [[Internet media type]], but &amp;lt;code&amp;gt;image/x-jng&amp;lt;/code&amp;gt; can be used.&amp;lt;ref&amp;gt;[http://www.libpng.org/pub/mng/spec/jng.html Official JNG specification], section 1&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Alternatives==&lt;br /&gt;
Due to the lack of wide adoption of both the JNG and MNG format, it has fallen in disuse in favor of other formats that are in active development with similar qualities:&lt;br /&gt;
* [[JPEG XR]]: Supporting wide color space and a lossy format with transparency (JNG contender, standardized)&lt;br /&gt;
* [[WebP]]: Supporting a lossy format with transparency and animation (JNG/MNG contender, standardized)&lt;br /&gt;
* [[JPEG XL]]: Supporting wide color spaces, lossy and lossless encoding, animation and transparency (JPEG/PNG replacement contender)&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.libpng.org/pub/mng/spec/jng.html JNG 1.0 specification]&lt;br /&gt;
* [http://www.libpng.org/pub/mng/spec/#jng Original JNG specification as part of the MNG specification]&lt;br /&gt;
* [http://www.libpng.org/pub/mng/bin/JNG_Plugin-0.8-photoshop7-win32.zip Photoshop Plugin (for Photoshop7.0 or greater)]&lt;br /&gt;
* [http://www.unsatisfactorysoftware.co.uk/download.php?file=jng_dt Amiga Datatype (for AmigaOS 4.0 or greater)] {{Webarchive|url=https://web.archive.org/web/20191017181501/http://www.unsatisfactorysoftware.co.uk/download.php?file=jng_dt |date=2019-10-17 }}&lt;br /&gt;
&lt;br /&gt;
{{Compression formats}}&lt;br /&gt;
{{Graphics file formats}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Jpeg Network Graphics}}&lt;br /&gt;
[[Category:JPEG|JNG]]&lt;br /&gt;
[[Category:Raster graphics file formats]]&lt;br /&gt;
[[Category:Portable Network Graphics]]&lt;/div&gt;</summary>
		<author><name>2A02:3100:7FEE:1D00:B29C:DD52:612D:AC40</name></author>
	</entry>
</feed>