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.

24 lines
488 B

  1. {
  2. "name": "example pipeline",
  3. "slug": "example",
  4. "type": 0,
  5. "removeMetadata": false,
  6. "steps": [
  7. {
  8. "name": "resize image",
  9. "type": 0,
  10. "options": {
  11. "width": 1280,
  12. "height": 720,
  13. "upscale": false
  14. }
  15. },
  16. {
  17. "name": "compress image",
  18. "type": 1,
  19. "options": {
  20. "quality": 80
  21. }
  22. }
  23. ]
  24. }