ICP configuration examples

Source IMEngine:

"wire-imengine": {
    "type": "imengine",
    "endpoint": "https://imengine.wire.saas-stage.infomaker.io",
    "functions": {
        "default": {
            "template": "uuid=[identifier]&type=[type:preview]&function=hardcrop&width=[width]&height=[height]&q=80"
        },
        "crop": {
            "template": "uuid=[identifier]&type=[type:preview]&function=thumbnail&width=[width]&height=[height]&q=80"
        },
        "noCrop": {
            "template": "uuid=[identifier]&type=[type:preview]&function=cover&width=[width]&height=[height]&q=80"
        },
        "fullSize": {
            "template": "uuid=[identifier]&type=[type:primary]&function=original&q=80"
        }
    }
}