PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ganesh Kandu   PHP Image Compression Analysis   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Image Compression Analysis
Compare an image with itself encoded as JPEG
Author: By
Last change: Organize src
Date: 5 years ago
Size: 1,117 bytes
 

Contents

Class file image Download
{ "name": "ganeshkandu/imageanalysis", "description": "This tool compares the original image to a recompressed version. This can make manipulated regions stand out in various ways. For example they can be darker or brighter than similar regions which have not been manipulated.", "keywords": ["composer","php","packagist","image","ela","analysis","forensic"], "type": "library", "license": "GPL-3.0", "authors": [ { "name": "Ganesh Kandu", "email": "kanduganesh@gmail.com", "role": "Developer" } ], "require": { "php": ">=5.3.0", "ext-gd": "*" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" }, "support": { "issues": "https://github.com/ganeshkandu/imageanalysis/issues", "source": "https://github.com/ganeshkandu/imageanalysis" }, "minimum-stability": "beta", "autoload": { "psr-4": { "ImageAnalysis\\": "src" } }, "autoload-dev": { "psr-4": { "ImageAnalysis\\Tests\\": "tests" } } }