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

Using a portable version of imagemagick for electron-builder package ? #178

Open
kiuKisas opened this issue Feb 2, 2018 · 3 comments
Open

Comments

@kiuKisas
Copy link

kiuKisas commented Feb 2, 2018

Hi,
I'm working on a electron application and I need to implement some imagemagick awesome features. The thing is, it should be a standalone application, meaning I should not depend on other installed program. Is not an issue since very few users of this app gonna have imagemagick already installed.
So, I wonder if it's possible to use node-imagemagick-native with a portable version ok imagemagick, something like specify the path of imagemagick ?
Thank's for your great work btw !

@liudonghua123
Copy link

This feature is quite useful, I also want to create a cross platform app using electron and this package, but I found it was difficult now.

@liudonghua123
Copy link

I also found another similar package, https://github.com/aheckmann/gm, it need to download and install GraphicsMagick or ImageMagick.

@liudonghua123
Copy link

liudonghua123 commented Jan 23, 2019

@kiuKisas I just made a small step forward to support windows.
see more on liudonghua123@543800e .

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