JNG
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|jng}} }} == Overview == '''JNG''' ('''JPEG Network Graphics''') is an image file format. It encapsulates...") |
(Added sample files and updated software list) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
|extensions={{ext|jng}} | |extensions={{ext|jng}} | ||
| + | |pronom={{PRONOM|fmt/529}} | ||
}} | }} | ||
| − | |||
'''JNG''' ('''JPEG Network Graphics''') is an image file format. It encapsulates a [[JPEG]] datastream, and adds support for transparency. | '''JNG''' ('''JPEG Network Graphics''') is an image file format. It encapsulates a [[JPEG]] datastream, and adds support for transparency. | ||
| Line 16: | Line 16: | ||
== Software == | == Software == | ||
| + | * [[Konvertor]] | ||
| + | * [[ImageMagick]] | ||
* [http://sourceforge.net/projects/libmng/ libmng] | * [http://sourceforge.net/projects/libmng/ libmng] | ||
| + | * [http://snisurset.net/code/abydos/ abydos] | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/image/jng/ | ||
| + | |||
| + | [[Category:JPEG]] | ||
Revision as of 00:08, 1 August 2020
JNG (JPEG Network Graphics) is an image file format. It encapsulates a JPEG datastream, and adds support for transparency.
It is essentially the lossy-compression counterpart to PNG. It was developed so that MNG could use it as a building block.
Contents |
Identification
Files begin with 8B 'J' 'N' 'G' 0D 0A 1A 0A.