Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callback for GIF rendering completion #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 25, 2018

  1. Add callback for GIF rendering completion

    Currently createPartyImage returns before the image has fully rendered,
    this can cause invalid image output when the outputStream is immediately
    read, especially for larger input images, such as animated GIFs
    
    These changes add a callback which is fired when the gif finishes rendering,
    as defined by the `end` event
    selaliadobor-wt committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    07fd5d8 View commit details
    Browse the repository at this point in the history