convert → magick
This commit is contained in:
parent
81c07402b4
commit
a2e974ca51
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -141,7 +141,7 @@ endef
|
||||||
define resize
|
define resize
|
||||||
echo "[resize] "$@
|
echo "[resize] "$@
|
||||||
mkdir -p "$(dir $@)"
|
mkdir -p "$(dir $@)"
|
||||||
convert -resize "$(1)x$(2)$(3)" -define webp:lossless=true $(4) "$^" "$@"
|
magick -define webp:lossless=true "$^" -resize "$(1)x$(2)$(3)" $(4) "$@"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# no args
|
# no args
|
||||||
|
|
Loading…
Add table
Reference in a new issue