Home & blog  /  Scripts  /  Tag: GD  /

GD barchart generator

This is a barchart generator built using PHP's GD image library (GD is normally installed on most PHP builds). It accepts a number of parameters in the 's src and you can also set more global settings in the file itself, giving you full control over what data is displayed, in what colours, sizing, fonts and more.

6 comments | post new

curveMe - cross-browser curvy corners

This plugin offers cross-browser curvy corners, alleviating the need to employ multiple techniques to achieve this effect across different browsers. It uses PHP GD to draw the actual curves, so make that's enabled on your server (it normally is by default). Using PHP to draw the corners rather than, say, JavaScript (such as with the jQuery curve() plugin) means no need to flood the DOM with little elements that make up each curve.

4 comments | post new