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

Smashing Magazine: Image Manipulation With jQuery and PHP GD

PHPMaster.com: Extract Objects from an Access Database with PHP, Part 2

Nick Silvestro's Blog: Verification is a Wonderful Thing

PHPBuilder.com: How to Upload Images Using PHP

Sankho Mallik's Blog: Tutorial: Using Zend_Captcha_Image


Community Events











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


framework community usergroup phpunit functional podcast language database google opinion interview symfony2 series development conference release rest zendframework2 testing introduction

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