mataki / setup-imagemagick

github action to install imagemagick

Home Page:https://github.com/marketplace/actions/setup-imagemagick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup-imagemagick

This action downloads the latest ImageMagick binary and adds it to the PATH.

Inputs

Outputs

Example usage

steps:
  - uses: mfinelli/setup-imagemagick@v1
  - run: magick input.jpg -resize 100x100 output.jpg

About

github action to install imagemagick

https://github.com/marketplace/actions/setup-imagemagick

License:Apache License 2.0


Languages

Language:TypeScript 100.0%