impl tile generation

This commit is contained in:
Mees Frensel
2026-03-03 15:11:48 +01:00
parent 700707e399
commit 471e2ffee4
15 changed files with 243 additions and 180 deletions

View File

@@ -4399,8 +4399,8 @@
},
"/assets/{id}/tiles/{level}/{col}/{row}": {
"get": {
"description": "Download a specific tile from an image at the specified level and position",
"operationId": "getAssetTile",
"description": "Download a specific tile from an image at the specified level - must currently be 0 - and position",
"operationId": "viewAssetTile",
"parameters": [
{
"name": "col",
@@ -4476,17 +4476,17 @@
"api_key": []
}
],
"summary": "Get an image tile",
"summary": "View an asset tile",
"tags": [
"Assets"
],
"x-immich-history": [
{
"version": "v2.4.0",
"version": "v2.7.0",
"state": "Added"
},
{
"version": "v2.4.0",
"version": "v2.7.0",
"state": "Stable"
}
],