krak/image

Image manipulation library

v0.1.2 2015-04-29 03:51 UTC

This package is not auto-updated.

Last update: 2024-04-17 06:12:50 UTC


README

A library for image manipulation

Installation

The best way to install Krak\Image is via composer. The library lives on bighead's gitlab servers, so you'll need to add the repository in the composer.json.

{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@gitlab.bighead.net:bighead/krak-image.git"
        }
    ],
    "require": {
        "krak/image": "dev-master"
    }
}