library imgspector
A PHP image analyzation tool
philandi/imgspector
A PHP image analyzation tool
- Monday, February 27, 2017
- by witschko
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
imgspector
PHP Tool for analyzing pixels of images (eg. RGB, HSL, ...), (*1)
Installation
Recommended installation is via Composer., (*2)
composer require philandi/imgspector
Getting started
Analyzing images is simple. Just create an instance of an image with a file path., (*3)
use Philandi\ImgSpector\Image;
$img = new Image('/path/to/file.png');
// or
$img = Image::createFromPath('/path/to/file.png');
dev-master
9999999-dev
A PHP image analyzation tool
Sources
Download
MIT
The Requires
by
Philipp Lawitschka