summaryrefslogtreecommitdiff
path: root/src/lzw.h
Commit message (Expand)AuthorAgeFilesLines
* New LZW decoder: Add client calls to initialise LZW, and perform decode.Michael Drake2017-04-051-0/+54
* New LZW decoder: Add client calls to create/destroy LZW contexts.Michael Drake2017-04-041-0/+24
* New LZW decoder: Routine to extract LZW codes from GIF sub-block sequences.Michael Drake2017-04-041-0/+28