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

Is there any way to reduce 'magick.wasm' size? #107

Open
freearhey opened this issue Nov 26, 2020 · 1 comment
Open

Is there any way to reduce 'magick.wasm' size? #107

freearhey opened this issue Nov 26, 2020 · 1 comment

Comments

@freearhey
Copy link

At the moment, the 'magick.wasm' file size is 4.2Mb, which is normal for large projects where complex image or video processing is required, but not so great for small apps.

For example, I use this tool in my project only to load images (without using canvas), to resize it and get color values for each pixel, so all the other 'imagemagick' features I don't really need. And it would be wonderful if it was possible to load some individual parts of the library, instead of all at once. Is it possible to do?

@kalnode
Copy link

kalnode commented Jan 15, 2021

I'm interested in this too!

@freearhey freearhey reopened this Jan 15, 2021
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