| PEAR Announce 2005-05-26, 8:59 pm |
| The new PEAR package Image_Graph-0.4.0 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
* Added support for antialiasing images when using GD (both using native GD method and Image_Graph own implementation)
* Added possibility to specify horizontal title alignment (left, right or center)
* Fixed an "off-by-one" problem with secondary axis
* Included all on-line examples in package
* Removed some memory leaks as described in bug #3958 "Memory leaks in Image_Graph 0.3.0-alpha"
* Fixed bug #4113 "Image_Graph_Driver_GD::pieSlice() warnings"
* Fixed bug #4333 "Legend division by zero error on PieChart"
* Fixed bug #4417 "Cannot use point ID as marker value"
Package Info
-------------
Image_Graph provides a set of classes that creates graphs/plots/charts based on (numerical) data.
Many different plot types are supported: Bar, line, area, step, impulse, scatter, radar, pie, map, candlestick, band, box & whisker and smoothed line, area and radar plots.
The graph is highly customizable, making it possible to get the exact look and feel that is required.
The output is controlled by a driver mechanism, which facilitates easy output to many different output formats, amongst others, GD (PNG, JPEG, GIF, WBMP), PDF (using PDFLib), ShockWave Flash (using Ming) and Scalable Vector Graphics (SVG).
Image_Graph is compatible with both PHP4 and PHP5 and can be used with both GD1 and GD2 (GD2 is recommended)
Related Links
-------------
Package home: http://pear.php.net/package/Image_Graph
Changelog: http://pear.php.net/package/Image_Graph/download/0.4.0
Download: http://pear.php.net/get/Image_Graph-0.4.0.tgz
Authors
-------------
Stefan Neufeind <pear.neufeind@speedpartner.de> (lead)
Tobias Schlitt <toby@php.net> (lead)
Jesper Veggerby (lead)
|