Skills.expanso.io image-resize-calc
name: image-resize-calc
install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
manifest:
docs/image-resize-calc/skill.yamlsource content
name: image-resize-calc version: 1.0.0 description: Calculate new dimensions for image resizing
inputs:
- name: width type: integer required: true description: Current width
- name: height type: integer required: true description: Current height
- name: max_width type: integer description: Maximum target width
- name: max_height type: integer description: Maximum target height
outputs:
- name: new_width type: integer description: Calculated new width
- name: new_height type: integer description: Calculated new height
backends:
- name: local type: local description: Local processing (no API required)
author: expanso license: MIT