News Feed
Jobs Feed
Sections




News Archive
Bubble.ro:
How to create the histogram of an image using PHP
November 01, 2006 @ 10:18:43

On the Bubble.ro website, there's an interesting tutorial that guides you through the creation of a histogram for any image (that PHP can handle) automatically with a little GD functionality.

The algorithm to calculate the histogram for an image is pretty straight forward if you know how to extract the RGB value of each pixel, by counting the number of pixels of each value (and then divide by the total number of pixels in order to get a normalized value).

They share the simple script that grabs the image's data, analyzes it, and, superimposed on one corner of it, places the histogram image. They have the full source and examples available for download.

0 comments voice your opinion now!
histogram image gd automatically highs lows histogram image gd automatically highs lows


blog comments powered by Disqus

Similar Posts

Vinu Thomas' Blog: pChart - PHP charting library

DevShed: Developing a Captcha Application with an Image Generator Class with PHP 5

Gonzalo Ayuso's Blog: Watermarks in our images with PHP and Gearman

Sameer Borate's Blog: PHP built in functions map

Pierre\'s Blog: What\'s new in GD, 5.1.x


Community Events











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


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

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