microsoft / lepton_jpeg_rust

Port of DropBox Lepton compression to Rust
Apache License 2.0
129 stars 10 forks source link

Wrong type of quantization coefficient fix #80

Closed Melirius closed 4 months ago

Melirius commented 4 months ago

Bug uncovered here

mcroomp commented 4 months ago

Verified that the C++ version and previous deployed version use unsigned as well, so this is the right behavior.