Brendan Duncan

Results 398 comments of Brendan Duncan
trafficstars

If you include a test image that has the issue, I can look into it. Tiff is a complex format, lots of variations.

That sounds about as fun as changing file cases with git. Is it extracting to an existing directory, that already has 'coffee.html'?

You should also be able to typecast the returned type: `Image.memory(im.encodePng(rectifiedImage) as Uint8List)`.

I don't know much about the Sink API, I haven't done much Dart programming other than supporting this library for a long time. For some decoders, they need random access....

This is interesting, but I'll have to look into it a bit more when I get a chance. New package dependencies have a bigger impact than code changes.

I can look into adding unrar

I'm making some progress on it, it's a mess of a format and not a lot of time to work on it. Work-in-progress is in the rar branch.

You an try something like: ```dart final comp = Image(image.width, image.height); final imgBytes = image.getBytes(); final maskBytes = mask.getBytes(); final compBytes = comp.getBytes(); for (int pi = 0; pi <...

@jclaessens97 Thanks! I can find some time somewhere, and add this.