Dynamic Image Generation
Posted on Sunday, August 25, 2013 @ 15:47:54 UTC in PHP
by Raven
southern writes: Creating images on the fly can be a very useful skill. PHP has some built-in image generation functions, further more, to generate new images or edit existing images on the fly using PHP, we need to have the GD library installed. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database.
more WebCheatSheet