JNG
Also known as: JPEG Network Graphics, .jng file
JNG (JPEG Network Graphics) is a niche image format that pairs JPEG-compressed photo data with a separate transparency channel. It was designed as a companion to PNG and MNG for cases where JPEG quality and an alpha channel were both needed.
- Combines JPEG data with a transparency channel
- Companion to the PNG/MNG family
- Obscure; superseded by WebP and AVIF
What JNG tried to solve
PNG offers transparency but compresses photos poorly; JPEG compresses photos well but has no transparency. JNG combined JPEG image data with a separate alpha channel to get both.
It is part of the same family as MNG, the animated counterpart to PNG, and shares its chunk-based structure.
JNG today
JNG never gained browser support and stayed obscure. Modern formats like WebP and AVIF cover the same need — photo compression plus transparency — so JNG is effectively unused today.