GET /api/v1/ports/zimg/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "zimg",
    "portdir": "graphics/zimg",
    "version": "3.0.5",
    "license": "WTFPL",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/sekrit-twc/zimg",
    "description": "Scaling, colorspace conversion, and dithering library",
    "long_description": "The \"z\" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion. A simple API enables conversion between any supported formats to operate with minimal knowledge from the programmer. All library routines were designed from the ground-up with correctness, flexibility, and thread-safety as first priorities. Allocation, buffering, and I/O are cleanly separated from processing, allowing the programmer to adapt \"z\" to many scenarios.",
    "active": true,
    "categories": [
        "graphics"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 993
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "autoconf",
                "automake",
                "libtool",
                "pkgconfig",
                "clang-15"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "mpv-legacy",
                "ffmpeg4",
                "vapoursynth",
                "ffmpeg",
                "ffmpeg-devel",
                "ffmpeg6",
                "ffmpeg7"
            ]
        }
    ]
}