Page 1 of 1

Chart library cant generate images/pictures (PNG, JPG.etc)

PostPosted: 13. November 2014 14:40
by myren
Hi

After installing Xampp I cant get any charting library to work.
Ex: http://www.pchart.net/

It seems like a problem with GD... GD is installed and activated, but the T1lib Support is disabled.

I think this is the problem with all the charting clases I have found.

How do I enable "T1lib Support" in Xampp???

Regards

Tue

Re: Chart library cant generate images/pictures (PNG, JPG.et

PostPosted: 22. June 2015 08:19
by AlexanderColt
You can try some charting library like Google free chart, Koolchart etc.
Ex:- http://www.koolchart.com

Re: Chart library cant generate images/pictures (PNG, JPG.et

PostPosted: 22. June 2015 16:06
by Nobbie
myren wrote:How do I enable "T1lib Support" in Xampp???


You cannot enable T1Lib support, as it can only be enabled by the build configuration switch --with-t1lib[=DIR] (see http://php.net/manual/de/image.installation.php). Xampp delivers PHP as fully build executable, there is no option for users to build their own distribution. You may ask Bitname to include T1lib, but as far as i can see, T1lib will be removed from PHP support anyway in PHP 7.0.0.

Re: Chart library cant generate images/pictures (PNG, JPG.et

PostPosted: 23. June 2015 17:13
by glitzi85
When I download the pChart examples and put them in xampp htdocs they work just fine. Is there a reason you are needing T1lib?