Micro-service for file storage and processing written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

39 lines
782 B

{
"name": "example pipeline",
"slug": "example",
"type": 0,
"removeMetadata": false,
"steps": [
{
"name": "resize image",
"type": 0,
"options": {
"width": 1280,
"height": 720,
"upscale": false
}
},
{
"name": "rotate image",
"type": 1,
"options": {
"angle": 90.0
}
},
{
"name": "flip image",
"type": 2,
"options": {
"direction": "h"
}
},
{
"name": "grayscale",
"type": 3
}
],
"output": {
"format": "jpg",
"quality": 90
}
}