JNG
From Just Solve the File Format Problem
(Difference between revisions)
(Category:JPEG) |
|||
Line 16: | Line 16: | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [http://sourceforge.net/projects/libmng/ libmng] | * [http://sourceforge.net/projects/libmng/ libmng] | ||
[[Category:JPEG]] | [[Category:JPEG]] |
Revision as of 14:28, 22 February 2016
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.
Identification
Files begin with 8B 'J' 'N' 'G' 0D 0A 1A 0A
.