Information source - http://www.onicos.com/staff/iz/formats/gif.html#header
In GIF images the actual image size (width, height) is stored in Image Block. To my best understanding Image Block is the very first block included in header. Before the actual blocks begin, there is a memory allocation called Global Color Table(0..255 x 3 bytes)(from now-on GCT). If I can know the byte count reserved for GCT I can extract bytes 5-9 from Image Block and have the actual image size.
Question: How can I know/learn what is the size of the GCT?
OR
Where does GCT end?
OR
Where does Image Block begin?
OR
Where does Image Block end?