Skip to content

Setup ImageMagick

Actions
Download the latest ImageMagick binary and add it to the PATH
v6.0.0
Latest
Star (17)

setup-imagemagick

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

Inputs

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

Outputs

Example usage

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.

About

Download the latest ImageMagick binary and add it to the PATH
v6.0.0
Latest

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.