node-imagemagick-native icon indicating copy to clipboard operation
node-imagemagick-native copied to clipboard

Support for Convert' DEFINE command-line option

Open tinovyatkin opened this issue 9 years ago • 2 comments

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 ?

tinovyatkin avatar Sep 05 '16 15:09 tinovyatkin

What version are you using? This is supposed to be possible with #140 I guess.

elad avatar Sep 05 '16 17:09 elad

I tried on the latest available from npm - doesn't work with transparent bg

tinovyatkin avatar Sep 14 '16 02:09 tinovyatkin