You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to do analog of following command-line: convert -format ico -density 600 -background none -define icon:auto-resize=128,64,48,32,16 logo.svg favicon.ico
but can't find any way to specify transparent background (it failsback to white from none and from transparent) nor a way to specify format-specific options like -define icon:auto-resize=128,64,48,32,16.
Is there a way to do it with imagemagick-native ?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to do analog of following command-line:
convert -format ico -density 600 -background none -define icon:auto-resize=128,64,48,32,16 logo.svg favicon.ico
but can't find any way to specify transparent
background
(it failsback to white fromnone
and fromtransparent
) nor a way to specify format-specific options like-define icon:auto-resize=128,64,48,32,16
.Is there a way to do it with imagemagick-native ?
The text was updated successfully, but these errors were encountered: