hi All,
I want to create .gif file of char from some stat, so i don't know how to make .gif file from C program and how to plot the graph. any one give me simple example of creating chart from C program.
This is a discussion on how to create chart within the Linux Programming forums, part of the Platform Specific Boards category; hi All, I want to create .gif file of char from some stat, so i don't know how to make ...
hi All,
I want to create .gif file of char from some stat, so i don't know how to make .gif file from C program and how to plot the graph. any one give me simple example of creating chart from C program.
Why GIF (archaic format)?
Why not PNG (more tools, more libraries - libpng Home Page)
You create a 'screen' consisting of a 2D array of pixels (aka bytes).
You 'draw' into the 'screen' whatever you want.
You then encode the result using say PNG to create a PNG file you can display in a browser, viewer etc.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.