2 Votes
Playing With Graphics in PHP
http://mypaaji.com —
The image function that PHP uses are based on the GD image library that is developed by Boutell.com. In previous versions of PHP the GD library was used as-is within PHP, but since PHP4.3 the code of GD library has been bundled with the PHP installation and includes some enhancement to the original code such as alpha blending.


Comments