PHP Classes

File: examples/histogram.php

Recommend this page to a friend!
  Classes of Artur Graniszewski   GD2 Imaging   examples/histogram.php   Download  
File: examples/histogram.php
Role: Example script
Content type: text/plain
Description: Misc file.
Class: GD2 Imaging
Deskew and apply other advanced image effects
Author: By
Last change: Wrong image name used to create histogram.
Date: 12 years ago
Size: 132 bytes
 

Contents

Class file image Download
<?php

require_once('../gd2imaging.php');

$image = new Image('plain.jpg');
$image2 = $image->getHistogram();
$image2->show();