Skip to content

fieldnotescommunities/setup-imagemagick

 
 

Repository files navigation

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

About

github action to install imagemagick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%