Naviga Photos
2.1.1
2.1.1
  • Welcome to Naviga Photos!
  • Introduction
    • What is Naviga Photos?
  • User Guide
    • Top menu
    • Uploading photos
      • Manage the list
    • Metadata settings
      • Individual metadata
      • Reset metadata
      • Mandatory metadata
      • Remove photo from selection
    • History
    • Find uploaded photos
      • Manage metadata settings
      • Preview
      • Download photos
      • Copy UUID
    • Navigation and hotkeys
  • Admin Guide
    • Installation and upgrade
    • Requirements
    • Changelog
    • Permissions
    • Configuration
      • Metadata
        • XMP
        • IPTC
        • EXIF
      • Providers
        • ICP configuration examples
      • Validation
      • Mappings
  • Developer Guide
    • See the source code
Powered by GitBook
On this page
  • im-engine:
  • imgix:

Was this helpful?

  1. Admin Guide
  2. Configuration
  3. Providers

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

PreviousProvidersNextValidation

Last updated 5 years ago

Was this helpful?