pconvert-rust 0.4.9

Rust version of P(NG)Convert, a simple PNG conversion tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "algorithms": [
        "alpha",
        "multiplicative", {
            "algorithm": "mask_top",
            "params": {
                "factor": 1.6,
                "tobias": true
            }
        }
    ]
}