ICP configuration examples

im-engine:

"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"

imgix:

"crop": {
    "template": "[identifier]?w=[width]&h=[height]&fit=crop&s=[signature]"
},
"noCrop": {
    "template": "[identifier]?w=[width]&h=[height]&fit=clip&s=[signature]"
}
"fullSize": {
    "template": "[identifier]?q=80&s=[signature]"
},