Typo in "LZW image data" page ("110_2 = 4_10")
A library and utilities for processing GIFs
Brought to you by:
abadger1999,
esr
Hi, I've included a fix for this (and your other reports) in my merge request at https://sourceforge.net/p/giflib/code/merge-requests/10/.
110 is of course 6, so I wondered which number was wrong, but looking at the context it seems clear that it refers to the last three bits of 8C, which is 100.
Fixed, thanks,
Hi Eric. Glad to hear that you are feeling better after being ill.
(I saw you posted about it, although I can't now find those posts again. I find SourceForge a bit confusing nowadays.)
I noticed your fixes in d565f and 865b8. It now says
010, but I think it should be100, which is the last three digits of8C(10001100), and is 4 in binary.Matthew counting_pine@users.sourceforge.net:
Ugh. You're right. Please reopen thisssue. If you can't, file another one.
Should be fixed now.