image-rs / weezl

LZW en- and decoding that goes weeeee!
Apache License 2.0
26 stars 7 forks source link

Roundtrip testing #17

Closed HeroicKatora closed 4 years ago

HeroicKatora commented 4 years ago

A full coverage of roundtrip tests for encoder and decoder. Fixes a bug in the encoder that cause it to lose clear codes and subsequently of course complete garbage data including incorrect end codes.

Closes: #18