Browse Source

Add missing flip direction field in example pipeline config

feature/update-route-registration
Roman Zipp 2 years ago
committed by Fabian Vowie
parent
commit
c33aeac289
No known key found for this signature in database GPG Key ID: C27317C33B27C410
  1. 5
      config/example.json

5
config/example.json

@ -22,7 +22,10 @@
},
{
"name": "flip image",
"type": 2
"type": 2,
"options": {
"direction": "h"
}
},
{
"name": "grayscale",

Loading…
Cancel
Save