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.

21 lines
403 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. "output": {
  18. "format": 0,
  19. "quality": 90
  20. }
  21. }