-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Node native modules #154
Comments
Not sure what you are trying to do? You can use this library with node. |
I'm trying to generate a bunch of images sequentially. I'm writing them out to images, but might as well stream to ffmpeg or whatever else. From my test, the part that's taking the longest is the
|
I am a bit surprised that the |
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Would it be possible to package imagemagick as a node nativem module?
I'm trying to generate lots of images (video frames) and I'm not getting as good of a performance with WASM on node, as https://github.com/Automattic/node-canvas which I think uses compiled C code. It seems like imagick should be faster as it doesn't need to work with the abstraction of canvas.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: