LZW decoding response codes.
33 {
lzw_result
LZW decoding response codes.
@ LZW_NO_DATA
Error: Out of data.
@ LZW_EOI_CODE
Error: End of Information code.
@ LZW_NO_COLOUR
Error: No colour map provided.
@ LZW_BAD_CODE
Error: Bad LZW code.
@ LZW_NO_MEM
Error: Out of memory.
@ LZW_BAD_PARAM
Error: Bad function parameter.
@ LZW_OK_EOD
Success; reached zero-length sub-block.
@ LZW_BAD_ICODE
Error: Bad initial LZW code.