image-rs / weezl

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

Buffer of into stream #11

Closed HeroicKatora closed 3 years ago

HeroicKatora commented 3 years ago

Avoid reallocating buffers and give the caller control over the allocation size, or even allow substituting a buffer already allocated and borrowed to the stream coder.

Closes: #10