Capabilities reports what this backend can do. The editor reads these flags via GET /api/v1/server/capabilities and gates rotate/crop UI on per-format support, with an explanatory tooltip when disabled. Uploads always succeed (the MIME allowlist is the gate); display always works (browsers handle We
()
| 69 | // natively). Self-hosters with the pure-Go build see their image |
| 70 | // formats list shrink, never an upload rejection. |
| 71 | Capabilities() Capabilities |
| 72 | } |
| 73 | |
| 74 | // Capabilities describes the static capability profile of a Processor. |
no outgoing calls