There are many libraries for saving images in GIF format, but is there a library with support for GIFs more advanced (or archaic and forgotten if you will) features?
I am thinking about the plain text extension, as well as the ability to redraw only portions of the image for each new frame. The plain text extension could theoretically be used to complement image drawing as well and improve compression of animations, for instance.
I.e. (a)buse the plain text extension to render graphics instead of text. (Most languages would do.)