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.
24 lines
488 B
24 lines
488 B
{
|
|
"name": "example pipeline",
|
|
"slug": "example",
|
|
"type": 0,
|
|
"removeMetadata": false,
|
|
"steps": [
|
|
{
|
|
"name": "resize image",
|
|
"type": 0,
|
|
"options": {
|
|
"width": 1280,
|
|
"height": 720,
|
|
"upscale": false
|
|
}
|
|
},
|
|
{
|
|
"name": "compress image",
|
|
"type": 1,
|
|
"options": {
|
|
"quality": 80
|
|
}
|
|
}
|
|
]
|
|
}
|