server implementation for poster generation

This commit is contained in:
Peter Siegmund
2025-10-09 22:53:49 +02:00
parent 4b2b8ed0e0
commit b02a306595
19 changed files with 5095 additions and 0 deletions

26
server/bruno/posters.bru Normal file
View File

@@ -0,0 +1,26 @@
meta {
name: /posters
type: http
seq: 2
}
post {
url: {{base_uri}}/poster
body: json
auth: none
}
body:json {
{
"width": 480,
"height": 320,
"count": 4,
"orientation": "horizontal",
"shuffle": true,
"backgroundColor": "#000",
"format": "png",
"language": "de-DE",
"output": "lvgl"
}
}