Re: LIB to Compute GIFs under Win32
- Posted by Rolf Schroeder <r.schr at T-ONLINE.DE> May 25, 2001
- 403 views
Bernie Ryan wrote: > ... > Rolf: > > What do you mean by calculate a GIF file ? Hi Bernie, one example is to display n data points, i.e. (x,y) pairs. Or to display bar graphs. In general: the number of pixel for width and height will be given and then for each pixel a rgb value (for the moment I'm not thinking of animated GIFs). I know, I could try to understand the GIF file format and program then this, but someone might just have done this... .