Lepton
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|lep}}, {{ext|ujg}} |released=2016 }} '''Lepton''' is a special-purpose compression algorithm and file...") |
Revision as of 14:22, 15 July 2016
Lepton is a special-purpose compression algorithm and file format, developed by Dropbox. It only compresses JPEG files.
Identification
Files begin with 0xcf 0x84
(lepton), or 0xce 0xb6
(zlib compressed lepton).
The lepton software appears to also support a format it calls "UJG", which starts with ASCII "UJ
".