jksy/setup-imagemagick
Install prebuilt ImageMagick from jksy/imagemagick-build release assets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | ImageMagick build version | yes | — |
| install-prefix | Install destination prefix | no | ${{ runner.temp }}/imagemagick |
| add-to-path | Add <prefix>/bin to PATH | no | true |
| export-env | Export PKG_CONFIG_PATH and LD_LIBRARY_PATH | no | true |
| github-token | GitHub token used when downloading release assets | no | "" |
| fail-if-missing | Fail when release asset is missing | no | true |
Outputs
| name | description |
|---|---|
| prefix | Installation prefix |
| bin-dir | Binary directory |
| lib-dir | Library directory |
| pkg-config-path | pkg-config directory |
| magick-path | Path to magick executable |