Brendan Duncan

Results 401 comments of Brendan Duncan
trafficstars

I did talk with a Dart developer, but there was no magic optimization in the way that I was doing things. In the redesign I'm working on (slow progress, too...

Sorry, I don't have any time these days to do a C++ version. There is always the Tint library, though it's quite heavy.

Sorry, I have done nothing with this, and I won't have any bandwidth to.

That's interesting. Though I think cubic splines might have more control (without having looked at that article too close). I started writing a Path class with lines and cubic splines...

Unfortunately Dart does not have multithreading support. Your code will all run in the main thread. Dart does support Isolates, which are more similar to separate processes, they have isolated...

Thanks for reporting this, I'll get it sorted out as soon as I can.

The palette remapping code that was added to handle GIFs per-frame palettes is terribly slow currently, so I disabled it for now. The example gif you provided still parses correctly,...

The version in git should be a lot faster than it was. It will still have some overhead over the 4.1.3 version, but the 4.1.3 version had a lot of...

Unfortunately there isn't a good (any) way currently.

This one might be more tricky because, if I recall correctly, APNG uses a global shared palette for all frames, and I believe this animated GIF had per-frame palettes. I'll...