schnaader / fairytale

encode.ru community archiver
GNU Lesser General Public License v3.0
31 stars 13 forks source link

Multimedia: JPEG compression using Lepton #13

Open M-Gonzalo opened 6 years ago

M-Gonzalo commented 6 years ago

Besides being able to compress baseline and progressive jpg images using a dedicated method, Fairytale should be also capable of re-compress jpg images that use arithmetic coding. For that we can't count on packJPG but we can use the Lepton library, a tool released by the Dropbox team. It can also serve as a drop-in replacement for the packJPG library, should it fail on a certain stream.