I parsed the gif image and here is the data in the header: ['G', 'I', 'F', '8', '9', 'a', '^', '\ x01', '^', '\ x01 ',' \ x87 ',' \ x00 ',' \ x00 ',' \ x00 ',' \ x00 ',' \ x00 ',' \ x01 ',' \ x00 ',' \ x00 ',' \ x01 ']
0x87 is a flag flag in gif. Convert this binary result to 0b10000111.
I am using http://www.matthewflickinger.com/lab/whatsinagif/bits_and_bytes.asp as a link.
So, according to this site, gif has (zero + 1) color resolution (2 possible colors, although the image has much more). I tried to edit this number and it did not change anything. Can anyone explain the purpose of the color resolution bits?
malex source share