ImageScript
ImageScript copied to clipboard
zero-dependency JavaScript image manipulation
I want to use this but I don't know how because I can't find anything online about what the url is that I should be importing from, i.e. `https://deno.land/x/....`
**Describe the bug** Here's a magnified rendering of the text "bf" in the font Bahnschrift 20pt using `java.awt.Graphics2D.drawString()` in Processing:  Note how the stems end precisely at a pixel...
**Describe the bug** This might be somewhat of a feature request but since there's an error message I'm using the bug template. **To Reproduce** 1. Start a Docker container with...
Please consider migrating from deno.land/x to JSR. It's easy and can be automated.: https://jsr.io/docs/migrate-x-to-jsr A JSR module dependent upon ImageScript can import it through the `npm:` specifier; however, that prohibits...
**Describe the bug** When i want to write a bigger text with a maxWidth in place it does wrap the text but doesn't apply the Alignment **To Reproduce** ```js const...
**Is your feature request related to a problem? Please describe.** Thank you for your excellent work so far! As we know, users in some internal or special networks may have...
Right now, I'm bundling my code to make it ready for AWS Lambda. But because of how the WASM is loaded, the bundler can't know about the WASM files. Would...
> **Is your feature request related to a problem? Please describe.** Is there was a way to add a feature to take a PNG or JPG source image and replace...
## 只要是 docker node:*-alpine 镜像 就会有问题,在Docker node:18-alpine 镜像容器中,新建一个测试脚本 docker run -it --rm node18:alpine sh mkdir test cd test npm init npm i imagescript sharp vi test.js //test.js ``` const {...
**Describe the bug** in function const image = await Image.decode(imageData); error jpg: failed to decode Error: jpg: failed to decode at Module.decode (/test/[email protected]/utils/wasm/jpeg.js:41:24) at Function.decode (/test/[email protected]/ImageScript.js:1047:41) at createThumbnail (/test/photo.ts:594:31) at...