JNG
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files and updated software list) |
|||
Line 17: | Line 17: | ||
== Software == | == Software == | ||
* [[Konvertor]] | * [[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]] | [[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
.