PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asbjorn Grandt   PHP GIF Resizer   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GIF Resizer
Resize images and animations based on the GIF89a
Author: By
Last change: Update of composer.json
Date: 14 days ago
Size: 874 bytes
 

Contents

Class file image Download
{ "name": "grandt/phpresizegif", "type": "library", "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", "keywords": ["gif", "animated gif", "resize", "GIF89a"], "homepage": "https://github.com/Grandt/PHPResizeGif", "minimum-stability": "stable", "license": "LGPL-2.1", "version": "1.0.3", "authors": [ { "name": "A. Grandt", "email": "[email protected]", "homepage": "http://grandt.com", "role": "Developer" } ], "require": { "grandt/binstring": ">=0.2.0", "php": ">=5.3.0" }, "autoload": { "psr-4": { "grandt\\ResizeGif\\": "src/ResizeGif", "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files", "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure", "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug" } } }