dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

Decide at compile time whether the individual bits should be escaped … #116

Closed danielrh closed 6 years ago

danielrh commented 6 years ago

This boolean was always either true or false depending on the type of the class.. maybe this should be a trait?