image-rs / weezl

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

Add dumb methods for lazy users #23

Closed s3bk closed 3 years ago

s3bk commented 3 years ago

Sometimes you just want to get data (de)compressed and don't really have the patience to look at the elegance of a very finely adjustable system.

For those cases I propose adding these functions:

In reality the decode functions would probably return a Result instead.