alexrogalskiy/Image Resizer
Automatically resizes images (jpeg, png, webp, avif, tiff, gif, svg) from file/url by format parameters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| sourceData | JSON data source with action parameters | no | — |
| width | String representing target image width | yes | — |
| height | String representing target image height | yes | — |
| quality | String representing target image quality (in range 0-100) | no | — |
| formatType | String representing target image format type (heic, heif, avif, jpeg, png, raw, tiff, webp, gif) | yes | — |
| sourceFile | Source input image file or url to fetch content from | yes | — |
| targetPath | Target path to store processed image files | yes | — |
| targetFile | Target image file name (default - sourceFile) | no | — |
Outputs
| name | description |
|---|---|
| changed | File image processing operation status |