-
-
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
Feature Requests: interlineSpace, kerning #79
Comments
Next file feel free to create separate issues and discussions for this. 3/5: Unable to set font kerning / Unable to set font interlineSpace 4: Overload needed when using read with color, width, height, (for settings) 2: Is there a way to pass in raw flags? |
@dlemstra how " don't really need the parentheses because of this api design"? What if I need to process an image and pass that output without saving and reprocess it? 🙏 |
I have a rather complicated build command right now all build using the NPM library. With 3 nested parentheses. I'd love some docs to understand how to do the same with your libary. @dlemstra 🙏 I will be doing some attempts today.
|
NVM @dlemstra I figured it out with the help of feeding chat gpt all the main exports and some types. Thanks for the great library. |
I created a bunch of issues today in https://github.com/lumeland/imagemagick-deno that should have been added here.
lumeland/imagemagick-deno#5
lumeland/imagemagick-deno#4
lumeland/imagemagick-deno#3
lumeland/imagemagick-deno#2
My main question is it possible to just add string flags the same as you'd pass to the CLI, if not how can I use imagemagick's parentheses feature via this wasm implementation?
The text was updated successfully, but these errors were encountered: