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

Gonzalo Ayuso's Blog: Live video streaming with PHP

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

DevShed: Introducing the Chain of Responsibility Between PHP Objects

Sanisoft Blog: Theming your CakePHP apps (V1.2)

PHPBuilder.com: Testing Forms in PHP with SimpleTest


Community Events











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


framework release functional phpunit community conference testing code introduction language example zendframework2 tool opinion podcast development unittest interview series application

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