{ "name": "mos/cimage", "type": "library", "description": "Serverside image processing with PHP GD. Process, scale, resize, crop and filter images.", "keywords": ["image", "imageprocessing", "gd", "crop", "resize"], "homepage": "https://cimage.se/", "license": "MIT", "authors": [ { "name": "Mikael Roos", "email": "mos@dbwebb.se", "homepage": "http://mikaelroos.se", "role": "Developer" } ], "support": { "source": "https://github.com/mosbth/cimage", "issues": "https://github.com/mosbth/cimage/issues", "docs": "https://cimage.se/doc" }, "require": { "php": ">=5.4", "ext-gd": "*" }, "suggest": { "ext-exif": "*", "ext-curl": "*", "ext-imagick": "*" }, "autoload": { "psr-4": { "Mos\\": "src/" }, "files": [ "src/defines.php", "src/functions.php" ] } }