> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-photos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-photos/3.0.5-1/admin-guide/configuration/providers/icp-crop-data-to-be-added.md).

# 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:**&#x20;

```
"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]"
},
```
