Brendan Duncan

Results 425 comments of Brendan Duncan

Actually, I'll do some more testing with that, there might be another issue

I pushed another update. I tested it with ```dart await (Command() ..createImage(width: 256, height: 256) ..filter((image) { for (final p in image) { p ..r = p.x % 255 ..g...

Since JFIF is just a non-standard variant of JPEG, it might not be too much work to add a decoder, though I likely wouldn't add an encoder for it. I...

Yes, the library does already use Uint8List internally. List is the interface Uint8List implements.

I've been away from working on this library for a while, but am getting back to it to get V4 ready to ship. Taking a look at V4 it should...

Sorry it's taking so long. I hope to get to it very soon. It's a major update version so I have to be a bit more careful than a minor...

I can look into being able to specify the encoding in the constructor soon. It will still be at least a couple weeks before I can get to doing the...

If it's possible, maybe you could try the 4.0 branch I've been working on. You'd have to change your pubspec to the git path: ``` dependencies: archive: git: url: https://github.com/brendan-duncan/archive...

Mobile is much more restrictive with memory. The 4.0 branch is now in the main branch, it will be the next version update. So you can test without the git...