stbi_gif_parse_colortable
stbi_gif_parse_colortable(s,g->pal, 2 << (g->flags & 7), -1);
stbi_gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1);