Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5129 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10903 invoked by uid 1010); 30 Oct 2003 20:44:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10879 invoked from network); 30 Oct 2003 20:44:16 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 30 Oct 2003 20:44:16 -0000 Received: from rasmus2.corp.yahoo.com (rasmus2.corp.yahoo.com [207.126.232.175]) by colo.lerdorf.com (8.12.10/8.12.10/Debian-4) with ESMTP id h9UKiFQe020847; Thu, 30 Oct 2003 12:44:15 -0800 Date: Thu, 30 Oct 2003 12:44:10 -0800 (PST) To: "Guilherme A. Mendes" cc: internals@lists.php.net In-Reply-To: <1067543060.641.17.camel@debian.tacnet.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on colo Subject: Re: [PHP-DEV] Graphs and Charts From: rasmus@lerdorf.com (Rasmus Lerdorf) References: <1067543060.641.17.camel@debian.tacnet.com.br> You should have a look at the gdchart library. There is a PHP extension for it in pecl. -Rasmus On Thu, 30 Oct 2003, Guilherme A. Mendes wrote: > Hi all, > > It may does not make sense, but I'm writing a web based script in C++ > and now I need to build 3D pie/bar charts. The best solution and quality > I have found was JpGraph that uses PHP Gd Library / Functions. > > I was thinking about using the PHP source code in my C++ program to > generate the charts insted of using the main GD code from Boutell - > because the two versions are different, Boutell's GD doesnt have native > functions to build 3D images. > > Is it possible to use the PHP Header in my C++ program to use the > features of GD that exits into PHP ? > > Thanks in advance and sorry if it does not make sense. > > Regards. > MENDES, Guilherme > >