-
Notifications
You must be signed in to change notification settings - Fork 90
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
text #9
Comments
Researching I see that for text support ImageMagick must be linked with libfreetype which is currently not. We should document which features are not supported (like this one). Besides that I tried to add the library and I'm not sure if it was inked but each time I try to print text it seems that ImageMagick try to call the program |
It's now explicitly documented in readme that this is not supported, so I'm closing this |
Since I think this is an important ImageMagick feature and since emscripten supports freetype library as a port (-s USE_FREETYPE=1) and I will try to make it work and since I will try to make it work I'm reopening this issue to track the work here. |
Solved by #28 |
Executing the following command:
Throws the following error:
Probably text is not supported by wasm-IM but just in case I wanted to track this limitation here and make sure so we can update README with this information. Thanks
The text was updated successfully, but these errors were encountered: