Joe Lapp
Joe Lapp
That would indeed be a bug. Thanks for reporting it. I tried with a few gifs and am not getting the error. Could you point me to a gif that...
It's great to get confirmation that things seem to be working on Windows. I don't use Windows, but from what I'm reading, you're seeing expected behavior. Windows isn't POSIX and...
Maybe there's another event we could intercept that would be helpful on Windows?
This note is pretty comprehensive, found on the [page describing node.js processes](https://nodejs.org/api/process.html#process_signal_events): > Note: Windows does not support sending signals, but Node.js offers some emulation with process.kill(), and ChildProcess.kill(). Sending...
It looks like there is a problem with the way I'm managing circular dependencies. The error happens when the GifUtil module hasn't been loaded yet. Thanks for reporting.
I'll have a look at this over the weekend. Thanks for bringing this to my attention.
I plan to address this by creating a new package that generalizes this one, because it's a breaking change that requires a new package name.
I'm adding support for GIF animations, but I have to decide whether to extend Jimp or wrap it. I'm worried about putting a lot of effort into a PR, because...
@coyotte508 I think the first step would be to figure out if we need to back out the current code base to the most recent release (see e.g. #274). Much...
It appears that [0.2.27 was the last version to function in a browser](https://github.com/oliver-moran/jimp/issues/280) without having to introduce workarounds. I've written an extensive tool for developing GIFs based on Jimp. I'm...