Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Convert' DEFINE command-line option #142

Open
tinovyatkin opened this issue Sep 5, 2016 · 2 comments
Open

Support for Convert' DEFINE command-line option #142

tinovyatkin opened this issue Sep 5, 2016 · 2 comments

Comments

@tinovyatkin
Copy link

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 ?

@elad
Copy link
Owner

elad commented Sep 5, 2016

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

@tinovyatkin
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants