FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Any Libraries Out There for Generating Graphics Files?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Any Libraries Out There for Generating Graphics Files? [message #169925 is a reply to message #169910] Thu, 30 September 2010 11:20 Go to previous messageGo to previous message
Edward is currently offline  Edward
Messages: 1
Registered: September 2010
Karma:
Junior Member
Datesfat Chicks wrote:
> I'd like to produce graphs and figures, exported to a file like a .PNG
> or .GIF or .JPG.
>
> I'd like to produce these files directly from a C program.
> <snip>
> Thanks for any advice.
>
> DF.
Not /quite/ what you asked for, but when I wanted something similar (it
was graphs in my case), I found a very lightweight solution was to build
everything in an array with some handhacked functions, emit a PNM (which
is very easy; you just write a list of numbers out in textual form), and
then run pnmtopng over it. So, if lightness is a consideration and your
actual requirements are very simple (lines, boxes, and text), you might
want to go for something like that, rather than having the overhead of a
full-featured drawing library.

--
"Sanity" is the last refuge of the unimaginative.
visit my useless website -- http://dev-null.chu.cam.ac.uk
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: It is better to earn money
Next Topic: Displaying a longblob as an image
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 10:19:13 GMT 2024

Total time taken to generate the page: 0.04335 seconds