ImageScript
ImageScript copied to clipboard
zero-dependency JavaScript image manipulation
**Is your feature request related to a problem? Please describe.** A lot of devices and browsers have started to support AVIF which is the best format in the market right...
Hi folks! First of all, awesome project, great job! I'm trying to create a smart image server that crops/encodes the image depending on the user's browser on Deno. Node.js has...
Hi ! First of all, awesome library ! But there is one feature missing, would it be possible to add the possibility to blur an image ? I searched and...
I'm "working" on a project that eventually will require me to work with tga images. I love deno/typescript, and this module being my favorite for this kind of task, I...
**Describe the bug** Hi everybody, I have installed only this: ``` npm install @imagescript/codecs ``` But when I use afterwards this in a NodeJs program: ``` const imageCodecs = require("@imagescript/codecs");...
You can improve the performance of the CRC32 with slice-by-16; POC [here](https://gist.github.com/101arrowz/e58695f7ccfdf74f60ba22018093edea). I've tested it extensively and all of the weird quirks (e.g. incrementing 16 times per loop instead of...
**Encoding:** - [x] RGBA (5cbfd929abbc274d40445417f6075bf6895f2aa6) - [ ] APNG --- **Decoding:** - [x] GRAY (18a1a331cf57fa2bcaf89b16df6b3ad2e3524f4b) - [x] GRAYA (18a1a331cf57fa2bcaf89b16df6b3ad2e3524f4b) - [x] RGB (6fe1095abf605aba617b74c802b4f8774d75e213) - [x] RGBA (9e88d43d3b1fc7a0e003e369cee0a5a3d2b498f4) - [x] IDX...
**Describe the bug** When an image is rotated the height and width are not changed. For example, if we have an image with an orientation of 6, we need to...