Download the PHP package tigra-image-library/gd2-imaging without Composer
On this page you can find all versions of the php package tigra-image-library/gd2-imaging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tigra-image-library/gd2-imaging
More information about tigra-image-library/gd2-imaging
Files in tigra-image-library/gd2-imaging
Download tigra-image-library/gd2-imaging
More information about tigra-image-library/gd2-imaging
Files in tigra-image-library/gd2-imaging
Vendor tigra-image-library
Package gd2-imaging
Short Description An advanced image processing library.
License LGPL-3.0-only
Homepage https://github.com/artur-graniszewski/tigra-image-library
Package gd2-imaging
Short Description An advanced image processing library.
License LGPL-3.0-only
Homepage https://github.com/artur-graniszewski/tigra-image-library
Please rate this library. Is it a good library?
Informations about the package gd2-imaging
TIGRA IMAGE LIBRARY
Introduction
This class can apply several types of advanced image processing effects.
Features
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.
Sample operations
Sample code
Please see the examples directory
All versions of gd2-imaging with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4
ext-gd2 Version *
ext-gd2 Version *
The package tigra-image-library/gd2-imaging contains the following files
Loading the files please wait ....