Skip to content
image

GitHub Action

Setup ImageMagick

v5.0.1 Latest version

Setup ImageMagick

image

Setup ImageMagick

Download the latest ImageMagick binary and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup ImageMagick

uses: mfinelli/setup-imagemagick@v5.0.1

Learn more about this action in mfinelli/setup-imagemagick

Choose a version

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@v5
  - run: magick input.jpg -resize 100x100 output.jpg