Skip to content

Incremental Decode

Latest
Compare
Choose a tag to compare
@bitbank2 bitbank2 released this 09 Mar 13:01
· 4 commits to master since this release
151af8d

In this release I've added features to make it easy to receive data in small increments and decode the image as it arrives. This sounds an awful lot like "streaming decode". The difference is that streaming decoders use the much slower technique of checking byte by byte if there is enough data to continue. This library checks line by line and can decode images much more efficiently.