I decided to write a simple GIF decoder just for fun. I have read the specification of this format and now I am quite familiar whit LZW etc.
But I have a question: what library will be better for rendering?
Many graphic libraries have there own decoders, so there is no sense to use them to write own decoder.