Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{
  "type": "thumbnail-generator-processor",
  "id": "fa5e15bc-f9a5-4871-b6c5-84e27f17d100",
  "name": "Thumbnail generator",
  "config": {
    "field": "my_record_input",
    "output": "my_record_output"
    "dimensions": {
      "width": 500,
      "height": 480
    }
  }
}

Configuration parameters:

...

(Optional, String) The field in the record where the resulting binary data can be accessed.

dimensions.width

(Required only if any dimensions config is used, Integer) Width, measured in pixels, of the window used to take the screenshot.

dimensions.height

(Required only if any dimensions config is used, Integer) Height, measured in pixels, of the window used to take the screenshot.