krak/image

Image manipulation library

Maintainers

Package info

gitlab.bighead.net/krak/image.git

Homepage

pkg:composer/krak/image

Statistics

Installs: 119

Dependents: 0

Suggesters: 0

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

This package is not auto-updated.

Last update: 2026-03-04 14:58:28 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"
    }
}