krak/image

图像处理库

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

This package is not auto-updated.

Last update: 2024-09-18 08:01:20 UTC


README

图像处理库

安装

安装 Krak\Image 的最佳方式是通过 composer。库位于 bighead 的 gitlab 服务器上,因此您需要在 composer.json 中添加存储库。

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