Brendan Duncan
Brendan Duncan
@S-Man42 blendMethod was used to specify what type of compositing was needed for partial animated frames, but now all frames are always complete frames, so they don't need explicit compositing....
No, sorry, I won't be adding any more text rendering to the library. Text color and opacity can be done, but not rotation, and the font and text layout support...
Can you reduce the problem? Is it the decode? The resize? The encode? Comment out the copyResize and encode, does it crash with just the decode? Then add the encode...
Sorry for the delay. I'm afraid there just isn't enough info here to be able to diagnose the problem. I don't know what would be crashing Flutter in this case....
I pushed an update for this in https://github.com/brendan-duncan/image/commit/9f39c256b6ee3fcdb676f8042b8d43bf4fd60820
2 channel images are almost always luminance-alpha. I see Image.hasAlpha wasn't updated, I'll do that. Pixel r, g,, b, and a methods were updated.
Hi, you are free to use this library for any purposes you wish. An OpenCV package would be fantastic.
I did a very rough experimental prototype of WebGPU for dart here, https://github.com/brendan-duncan/dart_webgpu. I won't be working on it anymore, I just don't have time to work on all the...
Text rendering in the library is extremely limited. You'll need to make your own font, https://github.com/brendan-duncan/image/blob/main/doc/fonts.md. Beyond that I can't really help much with text rendering, it's too complicated for...
This library doesn’t use libvpx, but I will look into it to see if it would have the vulnerability too. On Thu, Oct 12, 2023 at 3:41 AM jubuehrer ***@***.***>...