 |
|
Innovation award
 Nominee: 6x |
This class can apply several types of advanced image processing effects. Currently it can:
* Use the Hough transform to detect skew angles and deskew an image
* Detect the background color of an image
* Perform image quantization basic text recognition (OCR) in an image to eventually read text used for CAPTCHA validation
* Apply the pastel effect on an image
* Crop an image preserving the image aspect
* Remove a noise from an image
* Rotate or rescale an image detecting its background color
* Generate an histograms for an image
* Calculate pixel luminance (intensity), hue, saturation and chromacity of the RGB colors in three different color modes (HSL, HSI, HSV)
* Change hue of the image
* Change luminance of the image
* Change saturation of the image
* Create High-Definition-Range (HDR) images
* Use advanced programmable Pixel Shader
* Merge two images using eight different blending modes:
- addition
- divide
- subtract
- darken
- lighten
- difference
- multiply
- opacity
* Apply experimental blur effect with customizable kernel size.
| |
Screenshots |
|
|
 November 2011
Number 2
Prize: One downloadable copy of PhpED Professional |
PHP can use the GD library to provide basic image manipulation functions.
This class goes further and implements additional advanced image manipulation functions in pure PHP.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| ASCII art generator for PHP |
Required |
GD2 Imaging is used for image quantization (OCR) - this library is provided with the ASCII generator package |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| GD2 Imaging |
Features demonstration of the GD2 Imaging class |
| Hough transform |
Description of the Hough transform used in a deskew methods. |
| Median |
Description of a median used in noise reduction. |
| Image quantization |
Description of an image quantization used in OCR. |
| Image histogram |
Description of the image histogram. |
| HSV and HSL |
Description of two popular color spaces |
| |
Files |
|
|