Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Applying Special Effects To Your Images Using PHP

Share this post!
 Vote this!


Now in-order to apply special effects to an image or in other words a filter to an image using PHP you will need to use PHP's imagefilter() function, which was introduced to us in PHP 5. You should also take note that the imagefilter() function is only available if PHP is compiled with the bundled version of the GD library. The GD library is basically used for dynamic image creation. The GD library is an open source code library for the dynamic creation of images by programmers.

More...

0 comments:

Post a Comment