News Feed
Jobs Feed
Sections




News Archive
Philip Norton's Blog:
Desaturate Images With PHP
September 07, 2011 @ 12:51:26

In a new post to his blog Philip Norton shows how to desturate images with PHP using the already built-in GD libraries and the imagecopymergegray function.

To desaturate an image means to remove all non-greyscale colours from it, essentially creating a black and white version. To do this you can use the function imagecopymergegray(), which is part of the GD image library. This function is a little difficult to figure out, but what is does is sample one image into another and optionally changing the amount of colours that are kept during the sampling process. The function can be made to sample just a section of the image, or the whole thing.

He also offers an alternative method that uses imagefilter instead, passing it the IMG_FILTER_GRAYSCALE flag. Included is a full block of code for a method he recently included in a WordPress site to dynamically create thumbnails.

0 comments voice your opinion now!
desaturate image grayscale gd tutorial imagecopymergegray imagefilter


blog comments powered by Disqus

Similar Posts

PHPro.org: Tutorial - Reciprocal Links

PHPMag.ru: Zend Framework: models auto-loading

PHPBuilder.com: AJAX and PHP Part 4 - Forms and JavaScript Limitations

PHPMaster.com: Amazon DynamoDB: Store PHP Sessions with Load Balancer

Stefan Mischook's Blog: PHP Shopping Cart Video Tutorial Course - available for download.


Community Events









Don't see your event here?
Let us know!


tool community object functional development language code interview release opinion podcast zendframework2 example testing unittest event introduction framework api composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework