Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
image

GitHub Action

Setup ImageMagick

v1.1.0

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@v1.1.0

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

Outputs

Example usage

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