我需要的是在PHP网页中,通过调用外部的一个画图工具生成图片并将图片返回给页面哪位能给个思路,用到哪些函数,尽量详细些,谢谢!

解决方案 »

  1.   

    你可以上网找一下PChat,研究一下,我都是用这个的
      

  2.   

    CYTOSCAPE,不知道各位用过没有
    不过我可以给出其中的命令行说明usage: java -Xmx512M -jar cytoscape.jar [OPTIONS]
     -h,--help                      Print this message.
     -v,--version                 Print the version number.
     -s,--session <file>        Load a cytoscape session (.cys) file.
     -N,--network <file>     Load a network file (any format).
     -e,--edge-attrs <file>    Load an edge attributes file (edge attribute format).
     -n,--node-attrs <file>   Load a node attributes file (node attribute format).
     -m,--matrix <file>        Load a node attribute matrix file (table).
     -p,--plugin <file>         Load a plugin jar file, directory of jar files,
                                         plugin class name, or plugin jar URL.
     -P,--props <file>         Load cytoscape properties file (Java properties
                                        format) or individual property: -P name=value.
     -V,--vizmap <file>      Load vizmap properties file (Java properties format).Any file specified for an option may be specified as either a path or as a URL. For example you can specify a network as a file (assuming that myNet.sif exists in the current working directory): cytoscape.sh -N myNet.sif. Or you can specify a network as a URL: cytoscape.sh -N http://example.com/myNet.sif.能不能给出个PHP语言调用的方式呢?!
    不知道还需要什么更详细的信息