diademiemi.bad_apple.render_frame (1.0.1) — module

Render a frame

| "added in version" 1.0.0 of diademiemi.bad_apple"

Authors: unknown

Install collection

Install with ansible-galaxy collection install diademiemi.bad_apple:==1.0.1


Add to requirements.yml

  collections:
    - name: diademiemi.bad_apple
      version: 1.0.1

Description

Renders a frame from an image file into a text grid

Requires the Pillow library

Inputs

    
grid_width:
    default: 100
    description:
    - Width of the text grid
    required: false
    type: int

input_file:
    description:
    - Path to the input image file
    required: true
    type: str

grid_height:
    default: 30
    description:
    - Height of the text grid
    required: false
    type: int

Outputs

frame:
  description: The rendered frame
  elements: str
  type: list