News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

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




Community Events





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


language injection symfony2 opinion api unittest framework podcast interview introduction zendframework zendframework2 community testing application release conference database voicesoftheelephpant phpunit

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