Yang, Jandro
Yang, Jandro
> In my case, this was happening because there were two different versions of "react-router", meaning this is probably not an issue with "connected-react-router". react-router has a variable 'context' and...
@Sybio has been MIA for a few years now. I'd consider using a different library like ImageMagick.
@Sybio has been MIA for a few years now. I'd consider using a different library like `ImageMagick`.
@MichelAraujo Have you tried @rformato pull request? [#8](https://github.com/Sybio/GifFrameExtractor/pull/8)
Hey LukeNZ, depending how long it takes @Sybio to merge in my pull request, I might end up taking over the project and working on my forked copy. With that...
@LukeNZ Forgot to mention a solution. Something I've used before is: ``` php $gfe = new GifFrameExtractor\GifFrameExtractor(); $gfe->extract($Image); $total_single_loop_duration = $total_duration = 0; foreach ($gfe->getFrameDurations() as $duration) { // if...
@LukeNZ Nice article. I don't think I understand what you mean by clamped and un-clamped duration. Looks like for their solution on handling 0 delay frames, they opted for 1...