gha-utilities/ImageMagick GHA

GitHub Action wrapper for ImageMagick for file conversion and/or manipulation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_directoryDirectory passed to `find` for finding filesyes
find_regexRegular Expression passed to `find` to limit found files, example "*.png"yes
find_regextypeRegular Expression type passed to `find` available values are; "emacs", "posix-awk", "posix-basic", "posix-egrep", or "posix-extended"yesemacs
exec_magickExecutable name, with optional path, to ImageMagick executableyesmagick
destination_extensionsComma separated list of file extensions parsed and passed to `magick`, example "jpeg,avif"yes
magick_optsAdditional parameters to pass to `magick` for each found file and destination extensionno
destination_name_prefixOptional prefix for output file namesno
destination_name_suffixOptional suffix for output file namesno
destination_clobberEnable clobbering preexisting files by setting to `1`no0
verboseEnable `printf` logging by setting non-zero integer valueno0
namedescription
foundNew-line separated list of file paths found with `find` and provided inputs
wroteNew-line separated list of file paths written by `magick` with provided inputs
failedNew-line separated list of file paths `magick` failed to write