Setup ImageMagick
ActionsTags
(2)This action downloads the latest ImageMagick binary and adds it to the PATH.
Name | Type | Description |
---|---|---|
cache |
Boolean | Cache the magick download (Ubuntu runners only) |
install-libfuse2 |
Boolean | Automatically install libfuse2 so magick AppImage works on Ubuntu out-of-the-box |
steps:
- uses: mfinelli/setup-imagemagick@v6
- run: magick input.jpg -resize 100x100 output.jpg
Setup ImageMagick is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.