refactor(topology): call magick
only once
This commit is contained in:
parent
af91b1e76d
commit
8c10fdc94c
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@
|
||||||
} ''
|
} ''
|
||||||
magick ${image} \
|
magick ${image} \
|
||||||
-bordercolor white \
|
-bordercolor white \
|
||||||
-border 1x1 miff:- | \
|
-border 1x1 \
|
||||||
magick - \
|
|
||||||
-alpha set \
|
-alpha set \
|
||||||
-channel RGBA \
|
-channel RGBA \
|
||||||
-fuzz ${toString fuzz}% \
|
-fuzz ${toString fuzz}% \
|
||||||
|
|
Loading…
Reference in a new issue