Browse Source
Add missing flip direction field in example pipeline config
feature/update-route-registration
Roman Zipp
3 years ago
committed by
Fabian Vowie
No known key found for this signature in database
GPG Key ID: C27317C33B27C410
1 changed files with
4 additions and
1 deletions
-
config/example.json
|
|
@ -22,7 +22,10 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "flip image", |
|
|
|
"type": 2 |
|
|
|
"type": 2, |
|
|
|
"options": { |
|
|
|
"direction": "h" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "grayscale", |
|
|
|